5

I've just updated to Ubuntu 12.10 from 12.04, and now Unity won't automatically start on startup! I have to get around this problem every time I start my machine by pressing control+alt+t to get a pseudo-terminal, and starting Unity manually. How do I make Ubuntu 12.10 automatically start on startup? Also, is anyone else experience my problem?

Gareth
  • 101
Ray
  • 173

3 Answers3

4

After login, Ctrl+Alt+T

cp .config/dconf/user .config/dconf/user.bkp
rm .config/compiz-1/compizconfig/config .config/dconf/user

Then Unity magically will appear.

Logout, login again and enjoy!

PS: some of your config will reset. We need to discover what config need to reset instead of remove .config/dconf/user.

EDIT: To reset only compiz files:

1) After login, Ctrl+Alt+T

sudo apt-get install dconf-tools
rm .config/compiz-1/compizconfig/config ; dconf reset -f /org/compiz/
unity

2) Logout and login

Gabriel
  • 61
  • 4
3

check if ubuntu unity plugin enabled in ccsm

enter image description here

and see if this work

  • 1
    Thank you for your reply! I can confirm that the ubuntu Unity Plugin is enabled, and the Youtube video didn't help because it's about restarting Unity. My problem is that Unity doesn't start in the first place. How do I make it automatically start on startup? – Ray Oct 23 '12 at 19:33
  • 1
    http://www.webupd8.org/2011/12/unity-3d-launcher-top-panel-doesnt-load.html http://www.linuxquestions.org/questions/linux-desktop-74/ubuntu-unity-doesnt-start-907131/ here some links check it – polarkatenuchie Oct 23 '12 at 19:41
  • 1
    or as temporary ..i would try to put command wich execute unity to startup application search start up in dash and add command to manually start unity (name it somehow) – polarkatenuchie Oct 23 '12 at 19:44
  • 2
    Actually, the Youtube video did help. For some reason, on one of the start-ups, I opened a terminal and typed $setsid unity, shut it down, and restarted, and it now works. I have NO IDEA why. But thank you very much though, for this and all the other resources you've googled! – Ray Oct 23 '12 at 19:48
  • Also, sorry I can't vote you up, because I only have 1 reputation. – Ray Oct 23 '12 at 19:49
  • the only purpose of voting is that people find the answer and working suggestion .Glad its ok for you now – polarkatenuchie Oct 23 '12 at 19:51
  • I have the exact same problem. I wish you knew exactly what you did, because it would be really helpful right about now... – kelloti Feb 09 '13 at 16:08
0

Edit your /etc/crontab file and enter the >@reboot root startx command.

If this does not work, there are several other commands like >startx. I am also running it on a VM.

Aditya
  • 13,416