Use gnome-extensions cli to disable instead of gsettings

This commit is contained in:
David Heinemeier Hansson
2024-05-30 16:57:51 -07:00
parent 6c1c4b0d69
commit b0b69b314f
+4 -1
View File
@@ -3,7 +3,10 @@ if ! command -v gnome-shell-extension-manager &>/dev/null; then
pipx install gnome-extensions-cli --system-site-packages
# Turn off default Ubuntu extensions
gsettings set org.gnome.shell disabled-extensions ['[email protected]', '[email protected]', '[email protected]']
gnome-extensions disable [email protected]
gnome-extensions disable [email protected]
gnome-extensions disable [email protected]
gnome-extensions disable [email protected]
# FIXME: Break these extensions into individual installers
gext install [email protected]