Disable shutdown countdown

Asked by Martin McDowell

When you click on the panel and choose shutdown it gives you a 60 second timer. You were able to disable that in Jaunty but this is different in Karmic. How does a user disable the countdown?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu indicator-applet Edit question
Assignee:
No assignee Edit question
Solved by:
Zoltán Tősér
Solved:
Last query:
Last reply:
Revision history for this message
Best Zoltán Tősér (zozi56) said :
#1

Copy this command to a terminal:

gconftool-2 -s '/apps/indicator-session/suppress_logout_restart_shutdown' --type bool true

Revision history for this message
Martin McDowell (martin-mcdowell) said :
#2

Thanks Zoltán Tősér, that solved my question.