We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing in global location /usr/share/gnome-shell/extensions fails
/usr/share/gnome-shell/extensions
But installing in user directory works ~/.local/share/gnome-shell/extensions
~/.local/share/gnome-shell/extensions
GLib.FileError: Failed to open file “/usr/share/gnome-shell/extensions/[email protected]/schemas/gschemas.compiled”: open() failed: Permission denied Stack trace: getSettings@/usr/share/gnome-shell/extensions/[email protected]/convenience.js:74:24 WindowButtonsPrefsWidget<._init@/usr/share/gnome-shell/extensions/[email protected]/prefs.js:110:26 wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22 buildPrefsWidget@/usr/share/gnome-shell/extensions/[email protected]/prefs.js:382:18 _selectExtension@resource:///org/gnome/shell/extensionPrefs/main.js:91:22 wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22 _onCommandLine@resource:///org/gnome/shell/extensionPrefs/main.js:243:17 wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22 main@resource:///org/gnome/shell/extensionPrefs/main.js:397:5 @<main>:1:43
Permissions:
-rw-r--r-- 1 root root 1.3K Jul 13 01:10 gschemas.compiled
chmod 666, still fails:
-rw-rw-rw- 1 root root 1.3K Jul 13 01:10 gschemas.compiled
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installing in global location
/usr/share/gnome-shell/extensions
failsBut installing in user directory works
~/.local/share/gnome-shell/extensions
Permissions:
chmod 666, still fails:
The text was updated successfully, but these errors were encountered: