You are not logged in.
Hello everyone, I have had the problem that gnome-session-b prevents the restart or sleep and I don't know how this happens, in the wiki and forum I couldn't find anything with the search terms "gnome-session-b shutdown:sleep".
╭─tealk@FrameWork: ~
╰─>_reboot
Operation inhibited by "tealk" (PID 2759 "gnome-session-b", user tealk), reason is "user session inhibited".
Please retry operation after closing inhibitors and logging out other users.
'systemd-inhibit' can be used to list active inhibitors.
Alternatively, ignore inhibitors and users with 'systemctl reboot -i'.
Offline
ps aux | grep 'gnome-session-b'
Likely "gnome-session-binary" and if you're lucky
systemd-inhibit
it has left a comment as to why.
Alternatively, ignore inhibitors and users with 'systemctl reboot -i'.
Offline
But hard rebooting the system can't be the point. You can't even see via the GUI why the restart doesn't work.
Offline
That's not a "hard" reboot.
Did you check whether gnome-session tells you why it inhibits the reboot?
Offline
You can use gnome-session-inhibit to check which processes are preventing suspend in the gnome DE.
gnome-session-inhibit --list
Offline
Thank you very much, I will try that.
Offline