In the past, I was able to set "SystemMenu=false" in gdm.conf, to prevent normal users from being able to shut down the system.

In ubuntu 10.04, this does not work.

How can this be done?

link|improve this question
feedback

1 Answer

With gdm 2.30 in a default Ubuntu configuration, the shutdown menu is shown by the simple greeter and can be turned off by adding the following line in /var/lib/gdm/.gconf/apps/gdm/simple-greeter/%gconf.xml:

<entry name="disable_restart_buttons" type="bool" value="true"/>
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.