Created
March 5, 2019 15:24
-
-
Save hachesilva/ac7abb312fe9fb6d8bdfa0fdb7b9128a to your computer and use it in GitHub Desktop.
Several ways to restart Cinnamon in Linux Mint
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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These don't work when the keyboard and mouse are completely locked up. Plan ahead for the next time. I set up the ssh server on Mint. When it locks up, I go in through ssh (from another system) and do the pkill as given above. Usually works.