https://bugs.kde.org/show_bug.cgi?id=422322

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |---

--- Comment #12 from David Edmundson <k...@davidedmundson.co.uk> ---
Most of these come down to dbus activation


A change a few years ago means dbus daemon persists across multiple graphical
sessions, our activated stuff has no way to know this, so anything without an X
connection just persists.

A hacky workaround (that gnome also do) is to restart dbus-daemon on logout.

try putting: systemctl --user restart dbus.service
in an executable shell script in

.config/plasma-workspace/shutdown

and report back


The correct fix is the new systemd boot, there we can explicitly scope
dbus-activated things to the graphical session rather than having dbus-daemon
handle the lifespan

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to