Skip to content

Instantly share code, notes, and snippets.

@davidmashburn
Created September 26, 2018 16:58
Show Gist options
  • Save davidmashburn/2a9d88409ce18aab68992385457f0ba6 to your computer and use it in GitHub Desktop.
Save davidmashburn/2a9d88409ce18aab68992385457f0ba6 to your computer and use it in GitHub Desktop.
Gently restart Gnome Shell
# 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