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.

link|improve this question

feedback

2 Answers

up vote 29 down vote accepted

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

link|improve this answer
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
2  
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
6  
This is reason #3,459 why Linus Torvalds hates Gnome3. – g33kz0r Aug 26 '11 at 23:38
feedback

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

link|improve this answer
feedback

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.