system tray icons not showing 17 September 2022, 06:07:02 Unable to get the system tray icons to show while the system tray widget is running. I've found two links pertaining to these issues however im having trouble adding the fix to my configuration files. I'm also running the community lxqt-runit iso. Example:Quote from: nous – on 12 July 2020, 19:27:45Someone on our TG group asked about dbus, and I've found that setting the DBUS_SESSION_BUS_ADDRESS variable from dbus-launch doesn't work reliably, at least for me.What works is this:Code: [Select]% current_session=$(ls -t1 ~/.dbus/session-bus | head -1)% source $current_session% notify-send "Test"Quote from: Blackflighter – on 12 June 2020, 05:34:12It looks like a solution has been found here. Editing Plasma's desktop file to include "dbus-run-session" to the "Exec" line lets system tray icons show as expected, at least for Discord.https://forum.artixlinux.org/index.php/topic,1125.0.htmlhttps://github.com/void-linux/void-packages/issues/11624 Last Edit: 17 September 2022, 06:13:33 by trubtar