The suspend button in Lubuntu 22.04 desktop asks for confirmation. I'm going to find that really annoying after a while.
Asked
Active
Viewed 97 times
2 Answers
3
The Lubuntu manual covers this.
Long story short:
- Navigate to Session Settings
- Under the Basic Settings pane, uncheck “Ask for confirmation to leave session” under the Leave Session section
wxl
- 1,026
0
you can refer to a similar question here, to suppress the logout confirmation dialog.
gsettings get org.gnome.SessionManager logout-prompt
default value is true, so you can try to disable it by
gsettings set org.gnome.SessionManager logout-prompt false
if it doesn't work, set value back to true
gsettings set org.gnome.SessionManager logout-prompt true
James Lee
- 19