Skip to content

Instantly share code, notes, and snippets.

@melkopisi
Last active February 4, 2018 01:44
Show Gist options
  • Save melkopisi/f7453699ef097433261cabc57c314da9 to your computer and use it in GitHub Desktop.
Save melkopisi/f7453699ef097433261cabc57c314da9 to your computer and use it in GitHub Desktop.
restore your gnome-shell after crashing
#!/usr/bin/sh
#you can detrmine your gnome-shell session by running this code : (echo $DISPLAY)
#only works while gnome-shell works "before crash"
DISP=':1'
DISPLAY=$DISP gnome-shell --replace &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment