Skip to content

Instantly share code, notes, and snippets.

@hachesilva
Created March 5, 2019 15:24
Show Gist options
  • 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
@Sambo3975
Copy link

3 was the only one that did anything, and it just put me on a black console screen that ignored all my keyboard inputs. Is there something I can do to get around that?

@wallart1
Copy link

wallart1 commented Mar 5, 2025

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.

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