Christopher Schramm

Results 290 comments of Christopher Schramm

I can find a lot references to xfce4-power-manager causing such things by simulating key presses. I would not expect the presence of a Bluetooth dongle to influence that, but who...

I guess you're having an issue with include paths. The `blueman` package and thus also the `_blueman` package seem to be installed to `/usr/local/lib/python3.6/site-packages`. The D-Bus service's `Exec` entry, probably...

It looks like you had another instance of blueman-applet still running so that the one with debug logging quit immediately. Anyway, blueman runs a `blueman-rfcomm-watcher` process (as root) that keeps...

Again all outputs look like another blueman-applet process was already running, thus the error and immediate termination. A `killall blueman-applet` before running anything new should help.

Oh hello. Yes, definitely. Looks like another manifestation of #1759. Can you check `journalctl -u blueman-mechanism.service`? It looks like the D-Bus proxy invocation of blueman-mechanism succeeds but for some reason...

Hm, looks unsuspicious, yes. Do you have something from `blueman-mechanism.service` as well? Do you know the time of the error (There might be something in `~/.xsession-errors`)? Can you replicate it...

I'm a bit confused what the Gio proxy actually does. [Its documentation](https://docs.gtk.org/gio/class.DBusProxy.html) says > The unique name owner of the proxy’s name is tracked > calls are always sent to...

Ubuntu 22.04 does not provide blueman 2.2.5. Are you using the official 2.2.5-1 Debian package? Please stop blueman-applet and start it manually with `blueman-applet --loglevel debug` to get proper output.

I'm able to provoke a similar exception with ```python from blueman.main.DBusProxies import Mechanism m = Mechanism() ``` ```sh sudo killall blueman-mechanism ``` ```python m.AnyMethod() ``` i.e. when our proxy object...

Not really, `ReloadNetwork` gets called when the `Networking` applet plugin gets loaded. In main, #1564 actually avoids that by returning early from `_apply_nap_settings`.