Christopher Schramm
Christopher Schramm
Cinnamon implements `org.gnome.SessionManager` as well, so I guess most things are covered even without the portal. KDE and LXQt fall back to their portal implementations.
From a quick glance, ... [The LXQt portal](https://github.com/lxqt/xdg-desktop-portal-lxqt) does not implement inhibit at all. [It uses `xdg-screensaver`](https://wiki.archlinux.org/title/LXQt#Installation), so I guess the `xset s off` implementation in `xdg-screensaver` should work for...
Trying to understand things... So, the argument tags the GApplication a service and, as far as I understand, a service has an extra 10 seconds timeout in which the activating...
Can you check #1888?
Would be great if you can test with the fix. An easy way would be to download https://github.com/blueman-project/blueman/blob/1cb88bd8c05a0106d974eacba9bc984396d80c0d/blueman/plugins/applet/Menu.py and https://github.com/blueman-project/blueman/blob/1cb88bd8c05a0106d974eacba9bc984396d80c0d/blueman/main/indicators/StatusNotifierItem.py and replace the respective files on your system. No worries...
Awesome, thanks for double-checking! A 2.3.4 is already published (here, not yet in Linux Mint).
GTK cannot connect to the display server. I guess the errors are more or less expected under some circumstances then. With just `apt update; apt install blueman; /etc/init.d/dbus start; blueman-manager`...
There is no such release. Possibly 2.0.2 or 2.2.
I can confirm that error in that ancient version. In 2.0 the first call to `Gtk.Builder.add_from_file` causes a crash when there's no connection to the display server. Not sure about...
@yuquanguo: Are you saying that you're on rtl8821ce and see it crashing as well or that you see the same behavior without such a driver crash? You can check the...