Created
April 21, 2019 02:47
-
-
Save aldoridhoni/3d68c0443503b41dc8a44f227c537cc9 to your computer and use it in GitHub Desktop.
Manually delete gnome shell extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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