I've add this following code to
/etc/polkit-1/localauthority/50-local.d/com.ubuntu.desktop.pkla
[Enable hibernate by default]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes
When i choose to hibernate, the pc doesn't shutdown but i can see the text in the image in the link...
Help me please..I need to hibernate my computer..
Thanks
My Ubuntu 12.04 is missing Hibernate option so after searching a little on Google I came to know that this can solve my problem
sudo nano /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla
Fill it with this
[Re-enable hibernate by default]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes
Here is the link : How to enable hibernation in 12.04?
Since switching to Karmic, suspend and hibernate are not working consistently on my Toshiba Satellite. I have it set to hibernate when I close the lid, but doing so only turns off the screen. The suspend and hibernate keys on my keyboard also no longer work. When I select these options from the menu, the computer will suspend or hibernate properly.
This simple tutorial will show you how to easily get back hibernate option in system menu with 3 commands in Ubuntu 12.04.
Hibernate has been disabled in Ubuntu 12.04 by default.
I installed Ubuntu on my Windows 7 Sager laptop using Wubi. Hibernate (i.e. suspend to disc) is not an option from the power icon, only suspend, shutdown, etc. Hibernate is also not an option from my battery/lid close options. I understand that hibernation is disabled by default in Ubuntu 12.04. I tried running pm-hibernate but I get the following message:
Looking for splash system...
i created hibernate option using _
sudo gedit /var/lib/polkit-1/localauthority/50-local.d/hibernate.pkla
and i added this in that file_
[Re-enable Hibernate]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes
but its not working. when i click on it, come to desktop page after some tym
what need to do .
On OpenSUSE 12.1 x86_64, Gnome 3.2 . I want to remove the suspend and hibernate options from the Gnome (Shell) menu as
suspend makes no sense IMO for a desktop
hibernate has a slight tendency to lock up
I've found that I should configure these privileges using polkit.
Whenever I go into hibernate or suspend it doesn't seem to work.
Possible Duplicate:
How to enable Hibernate in 12.04?
I just installed the new 12.04 beta on my Lenovo Ideapad U450. According to this thread Whither hybrid suspend? hibernate and suspend are supported, but in the power settings the option to hibernate is greyed out e.g. for what to do when closing the lid.