Ubuntu 12.10 unity won't start on startup

20,347

Solution 1

check if ubuntu unity plugin enabled in ccsm

enter image description here

and see if this work

Solution 2

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

Share:
20,347

Related videos on Youtube

Ray
Author by

Ray

Updated on September 18, 2022

Comments

  • Ray
    Ray over 1 year

    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?

  • Ray
    Ray over 11 years
    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?
  • polarkatenuchie
    polarkatenuchie over 11 years
  • polarkatenuchie
    polarkatenuchie over 11 years
    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)
  • Ray
    Ray over 11 years
    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
    Ray over 11 years
    Also, sorry I can't vote you up, because I only have 1 reputation.
  • polarkatenuchie
    polarkatenuchie over 11 years
    the only purpose of voting is that people find the answer and working suggestion .Glad its ok for you now
  • kelloti
    kelloti about 11 years
    I have the exact same problem. I wish you knew exactly what you did, because it would be really helpful right about now...