arelange / gnome-shell-extension-hibernate-status

Gnome Shell extension that adds a hibernate/hybrid suspend button in Status menu.
GNU General Public License v2.0
156 stars 58 forks source link

Delays initialization until Main.panel.statusArea.quickSettings._system is available #113

Closed lobothiago closed 11 months ago

lobothiago commented 11 months ago

This fixes https://github.com/arelange/gnome-shell-extension-hibernate-status/issues/110, although I'm not sure the fix is appropriate given gnome-shell extension best practices :)

p91paul commented 11 months ago

https://github.com/UbayGD/reboottouefi/blob/main/src/extension.js seems to be using a different and cleaner approach in the enable method