2010-07-24 Ubuntu to Xubuntu

I have an Ubuntu install and being interested in saving some CPU cycles I decided I wanted to give Xubuntu a try. I tried installing the xubuntu-desktop meta-package and other stuff, logged in using the Xubuntu session, but I’ve noticed that some sort of Gnome (Nautilus?) is still running: I changed my desktop to something other than the Ubuntu default. When I log in, I see the login prompt (gdm?) with the Ubuntu background, then the Xubuntu background as my processes start up, then it switches to the Ubuntu background again and the image files on my desktop are replaced with big preview icons (!), and then it switches to the Xubuntu background again and the image files on my desktop are once again represented with a simple icon.

Indeed, `ps` tells me I have a `nautilus --sm-client-id 2e119a910-0da7-475b-bff1-ea6cb80fe0a9 --sm-client-state-file /home/alex/.config/session-state/nautilus-1279962295.desktop` running. That’s not cool. How did it get there? How can I get rid of it? Who’s starting it? Grrr.

In fact, I’d like a clean Xubuntu desktop and remove all the Ubuntu stuff. Is this possible? When I run `sudo tasksel` and pick the Xubuntu Desktop option, it runs for a bit and then it aborts. I’ve just restarted it as `sudo tasksel install xubuntu-desktop` instead of picking stuff interactively and it has been running for a few minutes now. We’ll see how it goes. 😄

What a waste of time. 🙁

​#Ubuntu ​#macppc

Comments

(Please contact me if you want to remove your comment.)

1. try to get htop, which is top in comfortable (you don’t have to find out the HUD anymore to do stuff with the programs, I mostly use it to terminate frozen programs)

2. uninstalling ubuntu-desktop should actually not do anything, as far as I know that’s just a package with all the right dependencies to install the whole gnome package

3. you might want to get an alternative for nautilus, any of the other file managers. or better: you should change the settng from nautilus to the other one. right now your system still thinks nautilus is the goto file manager. might have something to do with your wallpaper settings. on the other hand i normally use nautilus even in xfce because it’s just more comfortable

G. Neuner

Thanks. Must take a look at htop.

Uninstalling `ubuntu-desktop` does nothing, you are right. But the subsequent `apt-get autoremove` removes all dependencies no longer required. Which are most of the packages required by `ubuntu-desktop`.

That apparently got rid of `nautilus`. Right now I’m using `thunar`. I guess I’ll return once I realize what features I’m actually missing. All I noticed up to now was that gvfs support was missing. I had to create a folder for every remote host I’m interested in and add appropriate “folder actions” to mount it.

– Alex Schroeder 2010-07-28 08:48 UTC

Alex Schroeder