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
151 stars 54 forks source link

Crashes with FileError on proper system-wide install #99

Closed emansom closed 1 year ago

emansom commented 1 year ago

System-wide installed GNOME Shell extensions should not rely on internal setting schemas, instead load the system-wide ones.

When installing this extension system-wide properly, without the internal schemas shipped with the package as it should be, it errors out with a FileError.

emansom commented 1 year ago

Opened pull request #100 to fix this issue.