1

I'm running Karmic RC 32-bit. Ran aptitude safe-upgrade this morning, then rebooted. Everything looks fine in GDM, I enter my password, the animation goes for a few seconds and then dumps me to my desktop wallpaper, and AWN, which I have set to automatically start at login.

No desktop icons, no gnome-panel, keyboard shortcuts (like Alt+F2) don't work. I can launch apps from AWN but they open without window decorations.

This happened with one of the Karmic alphas and I just reinstalled. Anyone have a less radical solution?

Edit: People have suggested running metacity --replace and gnome-panel from a gnome-terminal, and this gets me my window decorations and panel. What I'm looking for is, what file or script is responsible for setting up my session and launching these apps at login time, and how can I stop aptitude from breaking it?

regan
  • 712

6 Answers6

1

So you could try moving aside .gconf and .gconfd as recommended here: Karmic Koala desktop only shows wallpaper, nothing else

Regan, in a comment you say you'll reinstall when Karmic's final - it is now - did that do the trick, or did you have the same problem?

pbr
  • 1,351
0

Try running metacity --display=:0 --replace and see what happens? If you have no other way to run it, you can get into a virtual console by pressing Control-Alt-F1. To get back to your desktop, either logout or press Control-Alt-F7.

0

Boot with the recovery mode option in grub, run the xfix option, then continue with a normal boot. It's possible your graphics drivers got borked in the upgrade, and if you are using desktop compositing this would cause issues similar to what you describe.

TJ L
  • 1,947
0

Personally, and as much as I like Linux, I never wanted to trust the upgrade of an operating system, whether this is Windows, Linux, Solaris or else. I consider that any OS is too fundamental and has too many dependencies to be upgradable. Unless this is a service pack, or a fix, of course.

Every time I tried an upgrade of Ubuntu, I was having issues with it.

Also, doing a clean install means doing a full backup, defragmenting the hard disk, and also re-installing ONLY the applications that I really need, not all the little things I accumulated since the last major release.

Yes, this is time-consuming. But the sanity of your computer, and the safety of your data files, regardless of the type of content, is more important.

For myself, i go to an extreme, installing Ubuntu on a separate hard disk, until I see that it can do what I need, and I then proceed with the clean install, after doing a complete backup.

That's my view.

jfmessier
  • 2,810
0

The same thing happened to me when I upgraded to 9.04. Here is what I did:

Hit Ctrl-Alt-F1 to change to a command line terminal and log in.

Now go to the directory `.config/autostart' in your home directory and create a file named 'nautilus desktop'. Copy the following content into that file:

[Desktop Entry]
Type=Application
Encoding=UTF-8
Version=1.0
Name=No Name
Name[en_US]=Nautilus
Comment=Start Nautilus on login event though this should happen automatically
Exec=nautilus --no-default-window
X-GNOME-Autostart-enabled=true

Now log in to your graphical session again and with a little luck you should see the desktop populated this time.

innaM
  • 10,412
0

I had a similar problem after upgrading to Karmic. I solved by installing the associated nvidia driver (sudo apt-get install nvidia-glx-185)....I am not sure if you have an nvidia-graphics card, but this worked for me.