After I updated to 13.04, Ubuntu immediately shuts down without confirmation when I press the power button. Also, it doesn't ask for confirmation if I select an otion from the top-right gear menu. I tried setting the flag org.gnome.gnome-session.logout-prompt to true in dconf-editor and I set the power button action to "Interactive" in Tweak Tool.
Asked
Active
Viewed 1,833 times
2 Answers
3
I finally found the solution!
Apparently the setting of /org/gnome/gnome-session/logout-prompt is ignored in newer Ubuntu versions, the right key was /apps/indicator-session/suppress-logout-restart-shutdown.
So to fix this, do dconf write /apps/indicator-session/suppress-logout-restart-shutdown false in terminal. It should take effect immediately without restart.
It seems that sometimes this value is set to „true“ by upgrade or third party applications.
Donarsson
- 2,749
-1
In ubuntu 13.04 i find this is working, so please open a terminal and type or better copy and paste the row below then press enter:
dconf write /org/gnome/gnome-session/logout-prompt false
marcobra
- 302