summaryrefslogtreecommitdiffstats
path: root/extensions/46/hibernate-status/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-16 17:09:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-16 17:09:30 +0000
commitecc508e4d31d0a7eff3e312f8bfa0b5354bf67c5 (patch)
tree4ab2de3e20af5191ab1d174848bde3e56b68200e /extensions/46/hibernate-status/README.md
parentUpdating 46/vertical-workspaces to version 46.2+20240828 [5b87af5]. (diff)
downloadgnome-shell-extensions-extra-ecc508e4d31d0a7eff3e312f8bfa0b5354bf67c5.tar.xz
gnome-shell-extensions-extra-ecc508e4d31d0a7eff3e312f8bfa0b5354bf67c5.zip
Renaming extensions subdirectory for GNOME 47.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'extensions/46/hibernate-status/README.md')
-rw-r--r--extensions/46/hibernate-status/README.md41
1 files changed, 0 insertions, 41 deletions
diff --git a/extensions/46/hibernate-status/README.md b/extensions/46/hibernate-status/README.md
deleted file mode 100644
index f356bd7..0000000
--- a/extensions/46/hibernate-status/README.md
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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 and 46.
-
-## 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=yes
-
-into /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