Skip to content

Instantly share code, notes, and snippets.

@aldoridhoni
Created April 21, 2019 02:47
Show Gist options
  • Save aldoridhoni/3d68c0443503b41dc8a44f227c537cc9 to your computer and use it in GitHub Desktop.
Save aldoridhoni/3d68c0443503b41dc8a44f227c537cc9 to your computer and use it in GitHub Desktop.
Manually delete gnome shell extension
# Using gdbus
gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell --method org.gnome.Shell.Extensions.UninstallExtetension "([email protected])"
##
gnome-shell-extension-tool -d [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment