Styling up my Desktop

Posted by John
on Sunday, 25 May 2008

While catching up on Doctor Who and Battlestar I started work trying to make my Ubuntu desktop just that bit more exciting, what you see above is the results of that, specs below;

Theme: moomex

Obtainable from: moomex

It's a GTK 2.x theme so all you need is the Gnome desktop to use it. Open System / Preferences / Appearance and drag-n-drop the downloaded archive file into the Theme panel to install & activate it.

Font Settings

I've really grown to love the Liberation fonts so have combined them with the theme, you can read my guide to installing them here; above are the settings I've used.

Font Rendering

I tweaked the Font Rendering to make the display better, 100dpi and using the LCD Subpixel rendering, plus the Terminal window's using transparency for that really glassy look (Green on Black).

Login Screen

Very Six-Feet-Under, you can grab this from here, it's called Underground Ubuntu GDM, awesome work by ZombieHero.

Don't mind the non-english text, it's not permanent ;-)

Same deal here, open System / Administration / Login Window, then drag-n-drop the downloaded archive file into the Theme window to install it.

Sorry, the background I snagged from way back, think it might be from OSX Leopard but correct me if i'm wrong.

Bye for now,

Fancy Effects with Emerald

Posted by John
on Monday, 19 May 2008

After the kr0w commented on my Ubuntu install post about the Emerald Theme Manager I had to try it out myself.

Installing

To get emerald and it's dependencies do,

sudo aptitude install emerald

Enabling

Emerald isn't enabled by default in Hardy, but you can enable it in the command line to try it out,

emerald --replace &

To keep it, edit the compiz-decorator file,

sudo nano /usr/bin/compiz-decorator

Look for the line...

USE_EMERALD="no"

Change this to yes, save and next time you boot you'll be using the Emerald Theme Engine.

Keep losing top of windows?

After install Emerald and playing around with it I noticed I kept losing the top bar to my windows and corners, making things pretty unusable.

Found out I needed the Xgl Server which was missing in my build, you can check if this is the problem by,

compiz --replace

This runs checks to see whats available and the health of your compiz setup, mine told me I was missing Xgl.

Which was rectified by,

sudo aptitude install xserver-xgl

And a reboot, after which things started to work right.

Restarting X Server

If things start to break up you can restart the X windowing system with CTRL-ALT-BACKSPACE.

Avant Window Manager

You can also get the Leopard-like dashboard by installing the AWN,

sudo aptitude install avant-window-navigator

This'll really make people green with envy, however after installing that my double-tap issue came back with the touchpad, but that was quickly rectified by editing my xorg.conf file,

sudo gedit /etc/X11/xorg.conf

And adding,

Option          "MaxTapTime"            "0"

Under the options for the Synaptics Touchpad, after a reboot I was back up and running,