-1

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

1 Answers1

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
  • 1
  • Thanks. gsettings did not work, but following the question you linked, I did sudo apt install dconf-editor and tried to navigate to org.gnome.gnome-session > logout-prompt > disable. However it does not exist in Lubuntu, and I could not find any equivalent. – user1759557 Mar 26 '24 at 17:38