RensAlthuis / vertical-overview

Gnome has had vertically stacked workspaces for a long time. The Gnome 40 update unfortunately made the switch to a horizontal layout. A choice that many Gnome users disagree with. This extension completely replaces the new Gnome overview with something that resembles the old style.
GNU General Public License v3.0
311 stars 29 forks source link

Extension not loaded: GLib.FileError #5

Closed ismaail closed 3 years ago

ismaail commented 3 years ago
GLib.FileError: Failed to open file “/home/ismaail/.local/share/gnome-shell/extensions/vertical-overview@RensAlthuis.github.com/schemas/gschemas.compiled”: open() failed: No such file or directory

Stack trace:

getSettings@/home/ismaail/.local/share/gnome-shell/extensions/vertical-overview@RensAlthuis.github.com/util.js:29:31
_init@/home/ismaail/.local/share/gnome-shell/extensions/vertical-overview@RensAlthuis.github.com/prefs.js:12:30
buildPrefsWidget@/home/ismaail/.local/share/gnome-shell/extensions/vertical-overview@RensAlthuis.github.com/prefs.js:40:23
_init@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:209:40
OpenExtensionPrefsAsync/<@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:122:28
asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:115:22
run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:177:20
main@resource:///org/gnome/Shell/Extensions/js/main.js:19:13
run@resource:///org/gnome/gjs/modules/script/package.js:206:19
start@resource:///org/gnome/gjs/modules/script/package.js:190:8
@/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17  

Using latest commit: 33e0fe4 (master branch)

RensAlthuis commented 3 years ago

Ah apologies, I've started to add settings to the extension but forgot that there is now an extra install step. I've already updated the Readme.

To fix it run this command: glib-compile-schemas $HOME/.local/share/gnome-shell/extensions/vertical-overview@RensAlthuis.github.com/schemas

ismaail commented 3 years ago

It works, thanks for quick reply.