Fresh user profile: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
rm -rf ~/.* | rm -rf ~/.* | ||
Switch back to your window manager (CTRL-ALT-F7) and log in again. | Switch back to your window manager (CTRL-ALT-F7) and log in again. | ||
If everything works again, don't forget to logout of TTY1. |
Revision as of 10:59, 6 November 2018
Fresh profile
Log out, open TTY 1 (CTRL-ALT-F1), log in with your p-number.
If you want to save the dot files you can do this:
mkdir ~/backup_dot_files && mv ~/.* ~/backup_dot_files/
Or this command forcibly removes all dot files and directories with their content from your home dir:
rm -rf ~/.*
Switch back to your window manager (CTRL-ALT-F7) and log in again. If everything works again, don't forget to logout of TTY1.