Menubar and side bar not showing ubuntu 14.04
I accidently remove the wine with
sudo apt-get remove --purge wine*And now I am stucked. I cant see my menubar and side bar on my ubuntu.
2 Answers
There are some possible things you've done wrong, please specify the output of the terminal when you removed Wine from your computer.
However, this might also work:
- Open the terminal by clicking
Ctrl+Alt+T. - Enter
dconf reset. - Enter
dconf reset -f /org/compiz/to reset your desktop. (This will also reset your desktop configuration.) - Enter
compiz --replace & disownto restart your desktop.
You can also look at the settings you have:dconf dump /org/compiz/
It is also possible that you removed the packages for the menubar and sidebar. In this case, you have to reinstall ubuntu-desktop.
- Open the terminal by clicking
Ctrl+Alt+T. - Enter
sudo apt-get install --reinstall ubuntu-desktop.
If pressing Ctrl+Alt+T doesn't open the terminal, press Ctrl+Alt+F1 to start your bash, login with your username and password, and input the above code.
If terminal says command "dconf" not found, install dconf-tools by entering:
sudo apt-get update && sudo apt-get install dconf-tools
Hopefully this will help you get back your desktop.
Edit:
Since you can't connect to the internet, here's what you should do:
For LAN internet connection, do the following in the bash:
sudo nano /etc/network/interfacesReplace everything with:
auto eth0iface eth0 inet dhcpPress
Ctrl+XthenYthenEnter.sudo /etc/init.d/networking restart
This worked for me:
sudo dconf reset -f /org/compiz/
setsid unity
unity --reset-icons 3