09-02-2014, 06:39 PM
Start from the beginning:
Open your home folder, on the Menu go to Go, Filesystem.
Then navigate to /var/lib/
Right click on the polkit-1 folder and Open as Administrator.
Navigate to localauthority/50-local.d/
Once in there, right click on empty space and select Create document, Empty file, give it the name com.ubuntu.enable-hibernate.pkla
Paste the following contents into and save:
Restart your comupter, then test.
Open your home folder, on the Menu go to Go, Filesystem.
Then navigate to /var/lib/
Right click on the polkit-1 folder and Open as Administrator.
Navigate to localauthority/50-local.d/
Once in there, right click on empty space and select Create document, Empty file, give it the name com.ubuntu.enable-hibernate.pkla
Paste the following contents into and save:
Code:
[Re-enable hibernate by default in upower]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes
[Re-enable hibernate by default in logind]
Identity=unix-user:*
Action=org.freedesktop.login1.hibernate
ResultActive=yes
Restart your comupter, then test.