To remove the “Suspend” or “Hibernate” options from the Gnome System menu,instruct the Gnome Power Manager to disable support for suspend and/or hibernate.
This can be achieved either graphically using gconf-editor by browsing to apps/gnome-power-manager and unset the options “can_hibernate” and “can_suspend”, or use the command line tool gconftool-2:
——— ——– ———– ———- —————– ——- ———- ——-
$ gconftool-2 –type boolean –set /apps/gnome-power-manager/can_suspend false
$ gconftool-2 –type boolean –set /apps/gnome-power-manager/can_hibernate false
——— ——– ———– ———- —————– ——- ———- ——-
# gconftool-2 –direct –config-source xml:readwrite:/etc/gconf/gconf.xml.defaults –type boolean –set /apps/gnome-power-manager/can_hibernate false
# gconftool-2 –direct –config-source xml:readwrite:/etc/gconf/gconf.xml.defaults –type boolean –set /apps/gnome-power-manager/can_suspend false
Source”: Redhat Magaxine
For more Infotmation Click here World Of Information.
Nice dispatch and this post helped me alot in my college assignement. Thank you on your information.