Installing gnome2-globalmenu on Maverick
Posted: December 11, 2010 Filed under: GNOME | Tags: gnome, ubuntu Leave a comment »Edit: the guys over at WebUpd8 posted easier instructions here.
As reliable instructions seem to be missing from the Interwebs, I decided to put these ones up.
Please note that the links are for 32-bit Ubuntu only. If you run 64-bit Ubuntu, you’ll need to copy the links to your address bar and replace i386 with amd64 where needed.
You’ll just need to download and install the following files, in the given order:
If you want Xfce support (not needed if you’re running GNOME), also grab xfce4-globalmenu-plugin.
OK, that was it. Easy, right? Be sure to tell me if I helped in the comments section.
P.S.: you can probably omit gnome-globalmenu (the last package), but I put it there just to be sure.
On Keryx, Xfce and Puppeee
Posted: November 1, 2010 Filed under: Uncategorized | Tags: debian, gnome, keryx, puppy linux, xfce Leave a comment »I have mentioned Keryx before. In case you’re late to the party, Keryx is a cross-platform application meant to ease offline installation of packages for Debian systems (that includes Ubuntu).
It’s marvellous. It’s wonderful. It’s manna from heaven.
Provided it works, of course, which it didn’t on Maverick. First, I found out that Maverick mounts FAT32 partitions with the noexec flag. Meaning you can’t run applications from them. So I had to copy the whole keryx/ folder from my USB drive to the desktop, then do my work, and then merge the 2 folders. Fortunately, it was relatively quick.
Now I just have to
dpkg -i --force-depends /mnt/usb0/keryx/projects/eee0/packages/*.deb
and all will be right with the Debian world. Hopefully.
“But what are you trying to do?” you ask. Well, I’m giving up on Puppeee and installing Debian on the Eee PC. I’m too enamoured with apt-get to give up on it and use plain “./configure && make && make install”. Yes, Puppeee has PetGet, but it doesn’t really cut it.
I’ve also switched back to GNOME on the main laptop. Why? Because GNOME Just Works (TM). Xfce has a few integration problems that I can’t seem to get past. I’ve also switched to the classic Human look (think Intrepid Ibex) and I have to say it doesn’t look bad at all.

To some of you, that’s ugly and/or evil. To me, it’s a memory of the good old times when I first experienced Ubuntu. Well, actually, the second time; the first time I destroyed a fakeRAID array with Vista and a lot of personal files on it. Thank goodness for backups.
So now I have Debian installed on the Eee PC. Tomorrow: setting up ~/.bashrc, /etc/sudoers and X. Probably with IceWM or Awesome, depending on what I dream tonight.
Arch fails where Ubuntu wins
Posted: September 4, 2010 Filed under: GNOME, HP ProBook 4510s, Ubuntu | Tags: arch, docky, geany, gnome, kupfer, ubuntu Leave a comment »Oh well. Back to GNOME again.
After wasting about four hours of my time installing Cygwin on my Windows box and trying to do an offline system update with Pacman (and failing, of course), I decided Arch isn’t going to be my piece of cake until something like Keryx is available for it. The STA driver wouldn’t compile because it needed the 2.6.33 kernel headers, but the only headers available to download were for 2.6.35. Which I didn’t have.
I reinstalled Ubuntu 10.04 on the HP because I decided to start learning Python again today and needed a stable base and IDE.
Now I use GNOME as DE, Firefox as browser (at least it’s stable), Equinox, Faenza and Docky for eye-candy, Kupfer as app launcher, Thunderbird as mail client, Pidgin as IM client, Rhythmbox for media and so on.
For developing, I use Geany. And I absolutely love it. It does exactly what I tell it to do, it has unobtrusive autocompletion, it doesn’t get in my way and it can compile/run whatever I throw at it. Right from the main window. So it’s perfect for me. I just have to find out how to debug C code with it, because I really need variable watches sometimes
So, from now on, I’ll just use a VM whenever I feel like experimenting.
Quick HOWTO: Remove GNOME from a Debian install.
Posted: September 2, 2010 Filed under: Debian, GNOME | Tags: debian, gnome, remove gnome 16 Comments »Surprisingly, the Squeeze CD I downloaded today had GNOME on it. Thinking I’ll be able to remove it, I installed it. It was useless, except the fact that it fixed my framebuffer
, so I tried removing it.
Well, after a few unsuccessful attempts, I found a command that removes all of GNOME:
sudo apt-get autoremove --purge gnome*
Isn’t that sweet?
Tell me if it helped you down in the comment section.

