Skip to content

Commit

Permalink
Fix GNOME Shell extension permission issues
Browse files Browse the repository at this point in the history
Fixes #8 (probably)
  • Loading branch information
strugee committed Oct 10, 2024
1 parent a7b11b1 commit 5bb6fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ cd /usr/share/gnome-shell/extensions/appmenu-is-back@fthx
unzip /tmp/appmenu-is-backfthx.v3.shell-extension.zip
cd /usr/share/gnome-shell/extensions/grand-theft-focus@zalckos.github.com
unzip /tmp/grand-theft-focuszalckos.github.com.v7.shell-extension.zip
chmod 644 /usr/share/gnome-shell/extensions/*/*
cat > /etc/dconf/db/local.d/00-gnome-shell-extensions <<EOF
[org/gnome/shell]
enabled-extensions=['grand-theft-focus@zalckos.github.com', 'appmenu-is-back@fthx', 'places-menu@gnome-shell-extensions.gcampax.github.com', 'window-list@gnome-shell-extensions.gcampax.github.com']
Expand Down

0 comments on commit 5bb6fa2

Please sign in to comment.