Christopher Schramm
Christopher Schramm
I don't see that anything changed there, either. We could easily exclude the `blueman.plugins.mechanism.RfKill` and `blueman.plugins.applet.KillSwitch` modules from the generic import tests. However, I think the idea there is to...
Cross-linking to #16. I'll have an eye on this.
That's not NetworkManager. NetworkManager creates a perfectly fine /etc/resolv.conf for me. 127.0.0.53 is `systemd-resolved`. It symlinks `/lib/systemd/resolv.conf` with that static configuration pointing at its internal resolver. Could you check #1553?
Restarts of ... your system? I could imagine that blueman is asking too early before DNS servers are known. We probably have to listen to changes of the DNS property...
:thinking: You do see IPv4 nameservers with `systemd-resolve --status`? What does ``` dbus-send --print-reply --system --dest=org.freedesktop.resolve1 /org/freedesktop/resolve1 org.freedesktop.DBus.Properties.Get string:org.freedesktop.resolve1.Manager string:DNS ``` give you?
Not sure how that API is meant to be used then. We can go through all links to find the default one(s). What about ``` dbus-send --print-reply --system --dest=org.freedesktop.resolve1 /org/freedesktop/resolve1...
Alright, I dug into the systemd-resolve documentation and found that it uses global and link-specific DNS servers where the links have the DefaultRoute flag alike, so that's what we want...
Pretty cool. If I get it right, using `ListBox`, `Revealer` and `LevelBar` are three distinct topics. Well, maybe the first two are connected but introducing `LevelBar` is separate, right? Regarding...
> > Regarding the bars, we have to keep in mind #860, #1642, and #1620. I do like the concepts without bars, but I have the feeling you do not...
I'm not sure about the expectations here. What is a name of a daemon? Its binary is `/usr/sbin/bluetoothd`. Its init script is typically `/etc/init.d/bluetooth`. Its systemd service unit is `bluetooth.service`....