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.
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.