0

The suspend button in Lubuntu 22.04 desktop asks for confirmation. I'm going to find that really annoying after a while.

2 Answers2

3

The Lubuntu manual covers this.

Long story short:

  1. Navigate to Session Settings
  2. 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