I was trying to uninstall python3 from ubuntu 12.04 with the following command:
sudo apt-get remove --purge python3*
and it just remove many things from system, including the ubuntu-desktop. After that, I reinstalled the desktop with the command:
sudo apt-get install ubuntu-desktop
The problem is that, when I open a terminal, it shows me a
~
sign on top off the screen, and didn't start from home, as in
nilson@GHOSTRIDER~$
What's wrong and how can I correct this?
For details see the marked area in the following picture:
