Skip to content

Instantly share code, notes, and snippets.

@hachesilva
Created March 5, 2019 15:24
Show Gist options
  • Star 19 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hachesilva/ac7abb312fe9fb6d8bdfa0fdb7b9128a to your computer and use it in GitHub Desktop.
Save hachesilva/ac7abb312fe9fb6d8bdfa0fdb7b9128a to your computer and use it in GitHub Desktop.
Several ways to restart Cinnamon in Linux Mint
1. Hit ctrl+alt+esc
2. Hit Alt+F2, type r, and press Enter
3. Switch to another tty, for example tty6, by pressing Ctrl+Alt+F6
Run:
pkill -HUP -f "cinnamon --replace"
Return to tty8 by pressing Ctrl+Alt+F8
@suchipi
Copy link

suchipi commented Jan 27, 2023

thanks!

@herzogf
Copy link

herzogf commented Apr 7, 2023

Thx! solved my "cinnamon consumes 100% cpu again" issue ;-)

@felix-wtfoxtrot
Copy link

felix-wtfoxtrot commented Dec 5, 2023

This was super helpful!

@Ever17lab
Copy link

Cool, like KingStation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment