You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like light locker to start correctly. However, the process dumps with:
bash[2573]: PID 2573 does not belong to any known session
light-locker[2573]: session_id is not set, is /proc mounted with hidepid>0?
I think this is because a process started from the user systemd instance does not have a session id associated. This can be seen with another process (compton) that is correctly working from the user systemd instance:
This all stems from the fact that my window manager, xmonad, doesn't really do anything with things in /etc/xdg/autostart. My hope was to use a systemd user instance instead for autostarting, and hence running into this issue.
The text was updated successfully, but these errors were encountered:
RA-Kooi
added a commit
to RA-Kooi/light-locker
that referenced
this issue
Oct 19, 2020
Given light-locker is setup as a user-based systemd unit:
I'd like light locker to start correctly. However, the process dumps with:
I think this is because a process started from the user systemd instance does not have a session id associated. This can be seen with another process (compton) that is correctly working from the user systemd instance:
and with
ps
:This all stems from the fact that my window manager, xmonad, doesn't really do anything with things in /etc/xdg/autostart. My hope was to use a systemd user instance instead for autostarting, and hence running into this issue.
The text was updated successfully, but these errors were encountered: