3

I just rebooted my computer and have no interface (except my desktop background and desktop files), which means no unity and no notification bar.

Also, Ctrl+Alt+T doesn't work.

Ctrl+Alt+F1, does however.

If anyone has a clue, I would be very grateful! I really want to get into Ubuntu, but it feels so fragile and easy to break :(

MonsieurPoivron
  • 369
  • 2
  • 5
  • 13

2 Answers2

7

I used Ctrl+Alt+F1 to get into TTY1, logged in with my username and password, and then typed :

sudo apt-get install ubuntu-desktop

It rapidly removed Virtualbox which i had just installed. Seems Virtualbox was behind the issue.

sudo reboot and i was ready to go again.

Thank you @Radu for your help.

Now I just have to figure out why Virtualbox broke ubuntu in the first place ...

MonsieurPoivron
  • 369
  • 2
  • 5
  • 13
0

Go in tty1 (Ctrl+Alt+F1), login with your username and password and run this comands: that reset compiz and unity:

sudo dconf reset -f /org/compiz/ 
sudo unity --reset-icons &disown

After these, restart your system and should work like a charm:

sudo reboot
Radu Rădeanu
  • 166,822
  • 48
  • 327
  • 400
  • Thank you for your answer @Radu. When i entered `sudo dconf reset -f /org/compiz/`, i got the following : error: Error spawning command line `dbus-launch --autolaunch=bcb228c2cbf598e4c9caa47c517c5caa -- binary-syntax --close-stderr': Child process existed with code 1 Usage: dconf reset [-f] PATH Reset a key or dir. -f is required for dirs. Arguments : PATH KEY DIR – MonsieurPoivron Apr 30 '13 at 10:45
  • And then for the second line it says `unity: command not found`. – MonsieurPoivron Apr 30 '13 at 10:50
  • Then this should help you: http://askubuntu.com/questions/195633/unity-gone-and-cannot-be-reinstalled – Radu Rădeanu Apr 30 '13 at 11:26
  • Thanks. It doesn't seem to work because no internet connection. It seems even the WIFI is deactivated. I'm going to try plugging the ethernet in. – MonsieurPoivron Apr 30 '13 at 12:07