https://bugs.kde.org/show_bug.cgi?id=404335
Fabian Vogt <fab...@ritter-vogt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fab...@ritter-vogt.de --- Comment #10 from Fabian Vogt <fab...@ritter-vogt.de> --- What might work is to have a wrapper around dbus-run-session which only starts a session bus if necessary, e.g.: drs= [ -n "${DBUS_SESSION_BUS_ADDRESS}" ] || drs=dbus-run-session exec ${drs} "$@" Maybe this could be added to startplasma-wayland itself. What is unavoidable though is the use of dbus-run-session to start the bus if it's not there yet. There's simply no alternative. That seems to be the consensus on https://github.com/bus1/dbus-broker/issues/145 as well. -- You are receiving this mail because: You are watching all bug changes.