Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arelange/gnome-shell-extension-hibernate-status
Gnome Shell extension that adds a hibernate/hybrid suspend button in Status menu.
https://github.com/arelange/gnome-shell-extension-hibernate-status
Last synced: 5 days ago
JSON representation
Gnome Shell extension that adds a hibernate/hybrid suspend button in Status menu.
- Host: GitHub
- URL: https://github.com/arelange/gnome-shell-extension-hibernate-status
- Owner: arelange
- License: gpl-2.0
- Created: 2014-10-25T07:16:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T10:44:25.000Z (18 days ago)
- Last Synced: 2024-10-21T15:39:02.702Z (18 days ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 156
- Watchers: 11
- Forks: 59
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - arelange/gnome-shell-extension-hibernate-status - Gnome Shell extension that adds a hibernate/hybrid suspend button in Status menu. (others)
README
# gnome-shell-extension-hibernate-status
Gnome Shell extension that adds a hibernate/hybrid suspend button in Status menu.
Originally developed by [@arelange](https://github.com/arelange) and then [@p91paul](https://github.com/p91paul). Now maintained by [@slaclau](https://github.com/slaclau).
Supports GNOME 45, 46, and 47.
## FAQ
### Hibernation does not work
Try launching from your terminal
systemctl hibernate
If it doesn't work, it means hibernation is disabled on your system. Please see:
https://askubuntu.com/questions/1034185/ubuntu-18-04-cant-resume-after-hibernate/1064114#1064114
or
https://help.ubuntu.com/16.04/ubuntu-help/power-hibernate.html
### Hibernation button does not show up, but systemctl hibernate works
If you are running Ubuntu, try putting
[Enable hibernate in upower]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes[Enable hibernate in logind]
Identity=unix-user:*
Action=org.freedesktop.login1.hibernate;org.freedesktop.login1.handle-hibernate-key;org.freedesktop.login1;org.freedesktop.login1.hibernate-multiple-sessions;org.freedesktop.login1.hibernate-ignore-inhibit
ResultActive=yesinto /etc/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla
Otherwise check for similar settings for your distribution. Credit: https://github.com/arelange/gnome-shell-extension-hibernate-status/issues/41#issuecomment-565883599