lxqt / lxqt-session

The LXQt session manager
https://lxqt.github.io
GNU Lesser General Public License v2.1
55 stars 52 forks source link

Updates the DBus activation environment #477

Closed luis-pereira closed 8 months ago

luis-pereira commented 8 months ago

We use dbus-update-activation-environment to update the list of environment variables used by dbus-daemon --session. Some applications might not work properly if the DBus variables are not set.

Assuming that the executable name is always dbus-update-activation-environment.

Closes https://github.com/lxqt/lxqt-runner/issues/265.

tsujan commented 8 months ago

I don't know about Fcitx5 (in https://github.com/lxqt/lxqt-runner/issues/265), but the related problem with Telegram ignoring LXQt's Qt plugins when run from the main menu or Runner has been fixed by your patch. Thanks!

The code seems OK to me too.

luis-pereira commented 8 months ago

I don't know about Fcitx5 (in lxqt/lxqt-runner#265), but the related problem with Telegram ignoring LXQt's Qt plugins when run from the main menu or Runner has been fixed by your patch. Thanks!

It fixes the issue described in lxqt/lxqt-runner#265