Created
February 6, 2017 07:26
-
-
Save tafkey/9323856d34647b7b70207afaede7d6a8 to your computer and use it in GitHub Desktop.
Restart 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
# $1 is the UUID of the extension, e.g TaskBar@zpydr | |
gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell --method org.gnome.Shell.Extensions.ReloadExtension $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Another way to do this, is using the looking glass (aka: evaluator)
Press ALT+F2, type
lg
and press enter.On the interpreter write:
where
uuid
is the UUID of the extension