42

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.

tshepang
  • 3,341
ant2009
  • 3,235

4 Answers4

45

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

Patches
  • 16,572
12

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"

Freewind
  • 1,927
2

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.

1

Another option is to install "gnome-tweak-tool" (which you may already have) and then set the "power button action" in the "shell" options to "Hibernate", achieving the obvious. Not ideal, but it's a straight forward gui solution.

DanMan
  • 232