PDA

View Full Version : [ubuntu] Lost desktop on upgrade



jonrog63
May 16th, 2008, 10:12 PM
On upgrading to the new Ubuntu I have found that my desktop has completely disappeared and after logging on I am confronted with a blank screen - can I recover this???

randywilharm
May 16th, 2008, 10:31 PM
It may not be as bad as it looks.

Try:

sudo apt-get install desktop

or

sudo apt-get install ubuntu-desktop


there may not be a hyphen in there
i can't remember

I had the same thing happen to me once
and this got the desktop back

zvacet
May 16th, 2008, 11:06 PM
Maybe it is video card related,so you can try type in terminal


sudo dpkg-reconfigure -phigh xserver-xorg

select vesa driver and you should have basic graphic.later you can go and search driver fo your graphic card.

djmasters
May 17th, 2008, 11:41 AM
Same thing here, neither of the suggestions helped. No interactive desktop on any user. FWIW, same thing happened when I went from 6 to 7, ended up re-installing.

I get to a login screen, enter username & password, get HH background but nothing else. No icons, no task bar, no right click. If I press ctrl-alt-del AND wait about 30 seconds I will get that menu. Choosing logoff returns me to the background and not back to a login screen. Subsequent CAD's do nothing.

I can access the command line via alt-f2. Tried creating a new user, no desktop for them either.

jonrog63
May 23rd, 2008, 08:16 PM
I don't want to have to reinstall as I will lose data (some photos not backed up anywhere else) but at the moment I can't work out how to save them from the hard drive. Any thoughts?

djmasters
May 24th, 2008, 09:40 PM
I don't want to have to reinstall as I will lose data (some photos not backed up anywhere else) but at the moment I can't work out how to save them from the hard drive. Any thoughts?


Maybe not the easiest, but if you can get to the command line try enabling Samba, share the folder, and pull them off over the network to another system? Just read up on enabling & using Samba if you're not familiar with it, it's pretty easy though.

Just an idea, I'm *not* very Linux savvy, I just know how to do what I've needed to do... which is create a NAS using the idea above.

jonrog63
May 28th, 2008, 12:47 AM
in the end dpkg --configure -a seems to have sorted it :)

RealMabu
June 24th, 2008, 06:34 PM
Actually I have menu bar working and nautilus working.
Only the desktop won't work in the sense that it only displays the background.
I'd like to avoid the "dpkg --configure -a" because I'm afraid to wipe non-default configurations & settings. Is that true? Or is it safe to do?

Cross post from http://ubuntuforums.org/showthread.php?t=814079


That was after an update that required a reboot.
I believe (but am not sure) that it was right after the release of 2.6.24-19-generic kernel.
So, symptoms:
-/home/myname/Desktop folder still exists and is in good health
-menu bar is fine too
-nautilus displays only the background and nothing can be done there (no new folder, no drag&drop)
-rebooting won't work for me
-under gconf-editor->apps->nautilus->preferences the "show desktop" checkbox IS checked. Tried to run gconf-editor as root also, same result: checked.

Oh, BTW, the OS is working fine, all apps run seamlessly and everything seems to be ok... just NO DESKTOP.

Any help?

The Brain
June 25th, 2008, 01:39 PM
Same thing has happened to me. Have tried everything I can think of. Finally reinstalled via CD image. Still doesn't work.

Gonna go out and buy windows tomorrow.

ardensdrunk
June 25th, 2008, 11:42 PM
this happened to me after installing some updates

i ended up having to re-isntall the gnome panel from the command line (ALT + F1)

everything worked great after that.

RealMabu
June 30th, 2008, 03:59 PM
this happened to me after installing some updates

i ended up having to re-isntall the gnome panel from the command line (ALT + F1)

everything worked great after that.

I'm too scared to lose my settings to go reinstalling the gnome panel.
Instead, I found a workaround:
1)ctrl+alt+f1 and text-mode login
2)sudo /etc/init.d/gdm restart
3)ctrl+alt+f7 if graphics-mode login doesn't appear.

It works for me.