Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I have installed Fedora 15 Alpha with GNOME 3. Everything is working fine. However, I can't see any option to hibernate or shutdown.

In the top panel when I click my user name, I only have one option and that is to suspend. Normally I like to hibernate or shutdown. And I can't see any option of what to do when I close my netbook. Normally, I prefer to hibernate.

share|improve this question

3 Answers

up vote 36 down vote accepted

Hold down the Alt key and Suspend will change to Power off.

share|improve this answer
1  
Thanks Patches. That worked for the shutdown. However, I still need to hibernate. Is there any option to hibernate. And is there any option to hibernate when I close the network. Thanks. – ant2009 Apr 6 '11 at 9:45
@ant: AFAICT GNOME 3 doesn't offer a way to hibernate. You can try sending the cross-desktop Hibernate dbus command by running this on a terminal: dbus-send --session --dest=org.freedesktop.PowerManagement --type=method_call /org/freedesktop/PowerManagement org.freedesktop.PowerManagement.Hibernate – Patches Apr 6 '11 at 10:02
3  
You can install the 'gnome-tweak-tool' that has advanced settings for setting for the power management. That solved my problem. Thanks. – ant2009 Apr 6 '11 at 10:13
14  
This is reason #3,459 why Linus Torvalds hates Gnome3. – g33kz0r Aug 26 '11 at 23:38
Vice versa in the newer versions... – YatharthROCK Jan 5 at 9:02

Install following extension will add "Shutdown" and "Hibernate" to your menu:

yum install gnome-shell-extensions-alternative-status-menu

From: http://mygeekopinions.blogspot.com/2011/06/how-to-add-shutdownhibernate-menus-in.html

Solution for Ubuntu:

sudo add-apt-repository ppa:ferramroberto/gnome3
sudo apt-get update
sudo apt-get install gnome-shell-extensions-alternative-status-menu

From http://www.noobslab.com/2011/10/status-menu-gnome-shell-extension-for.html

Solution for Debian (should also work in Ubuntu):

Install gnome-tweak-tool:

sudo aptitude install gnome-tweak-tool

Restart the gnome-shell (Alt-F2 and type "r", then return.) Then open gnome-tweak-tool and go to "Shell Extensions" and set the option "Alternative Status Menu Extension"

share|improve this answer

I've googled for the answer too, but before I read any provided, I had an insight: just press the power button on your device, a menu will pop up.

share|improve this answer
Sadly, that menu doesn't offer the Hibernate option... – YatharthROCK Jan 5 at 9:05

protected by Community Oct 22 '11 at 14:12

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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