Created
September 26, 2018 16:58
-
-
Save davidmashburn/2a9d88409ce18aab68992385457f0ba6 to your computer and use it in GitHub Desktop.
Gently restart Gnome Shell
This file contains hidden or 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
# Command to run in TTY (Ctrl-Alt-F5 or similar) | |
# Found this little gem on https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1181666 | |
dbus-send --type=method_call --print-reply --dest=org.gnome.Shell /org/gnome/Shell org.gnome.Shell.Eval string:'global.reexec_self()' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment