Last active
August 29, 2015 14:16
-
-
Save nunomazer/fcb88882736912d64cc9 to your computer and use it in GitHub Desktop.
Recover cinnamon crashes or freezes -- remove cinnamon
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
# in my .bash_aliases makes it faster: crtl-alt-1, login, cinnamon-restart, ctrl-alt-7 | |
alias cinnamon-restart='cinnamon –replace -d :0.0 > /dev/null 2>&1 &' |
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
# this is to full remove cinnamon | |
sudo apt-get purge cinnamon | |
gsettings reset-recursively org.cinnamon | |
mv .cinnamon/ .cinnamon-bkp | |
rm -R .config/cinnamon-session/ | |
sudo apt-get clean | |
sudo apt-get autoremove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment