Skip to content

manager: Find user's current graphical session, not session of caller

Benjamin Berg requested to merge wip/benzea/systemd-user into master

If (e.g.) gnome-shell is started as a systemd --user unit, it won't be part of the login session. We should instead look through all of the user's sessions until we find the login session, and take that as our session.

Merge request reports