Category Archives: hardy heron

With a little bit of time and effort, you can make your Ubuntu installation look jazzier than any operating system installation. The new look is a refreshing change over the boring brown wallapapers that Ubuntu ships by default.

So lets start with a default Ubuntu installation… Lets call him Insipid Ibex

Insipid Ibex

Insipid Ibex

Step 1… Open a terminal and run

sudo apt-get install ubuntustudio-look

Once done, click on System->Preferences->Appearance and select the UbuntuStudio theme. Also change the wallpaper to the UbuntuStudio wallpaper… and here you go… Haikarrramba!

Interesting Ibex!

Interesting Ibex!

Much better eh?

Step 2… Now lets get a MAC like dock for it. Open a terminal and run

sudo apt-get install avant-window-navigator

Step 3… As if this is not overwhelming enough for such little effort lets add more to the show…
Pick out an icon set for yourself by visiting this link. My personal favorite is “Black White 2 Gloss”

Black White 2 Gloss Iconset

Black White 2 Gloss Iconset

Here’s how Ubuntu will look once you install them.. Killer aye?

Interesting Ibex - New icons

Interesting Ibex - New icons

Step 4… Time to spice up the terminal. Open a terminal and goto Edit->Profiles. Edit the Default profile or create a new profile. Change the text and background colors. I prefer the text to be blue to match the Studio look and the background to be black. Now make the background transparent and set the level of transparency to what you wish and watch the terminal turn into a rockstar!

Rockstar terminal

Rockstar terminal

Step 5… Improve usability by installing the Google Gnome Menu File Browser Applet . With this applet you can browser the home folder right from your menubar. This saves a lotta time!

Menu File Browser Applet

Menu File Browser Applet

If this is not enough go ahead and install compiz fusion and you can do a lot more fun stuff. If you’re a geek, it’ll irritate you in 48 hours… If you’re not you’ll hang on to it for a while. But it doesn’t hurt to try it out!

So here a few simple things we did to give Ubuntu a fresh look! Wow.

Picasa for Linux is a boon and much more simpler than GIMP for simple image editing… However on hardy, the usual “apt-get install picasa” does not find the deb in the repositories.

So to install Picasa, just get the deb from here and follow the instructions on the same page. Picasa installs nice and clean!

Just a small tip!

Here are a  quick set of steps to install skype on Ubuntu 8.04.

  • Download skype static from here
  • Execute the following commands at the terminal:

$tar -xvf skype_static-2.0.0.68.tar.bz2

$mv /yourpath/skype_static-2.0.0.68 /usr/share/

$ mv skype_static-2.0.0.68/ skype

$ cd skype/

$ cp skype /usr/bin/

$ rm /etc/dbus-1/system.d/skype.conf

$ cp /usr/share/skype/skype.conf /etc/dbus-1/system.d/

$ skype

Sound configuration:

  • Execute the command below in a terminal

$ apt-get install alsa-firmware

  • Open volume control and click on File -> Change device. Make sure the Alsa mixer is selected.
  • Click on Edit -> Preferences and check microphone, mic boost, internal mic boost — whatever applicable
  • Try a skype test call!

Installing Skype on Ubuntu 7.10 is not as easy if are running it on AMD 64… Here are the steps you need to follow:

  • Install 32 libraries:

sudo aptitude install lib32asound2 ia32-libs-gtk ia32-libs-kde

  • Get the debian package for from the Skype website
  • Install other 32 bit libraries like:

sudo apt-get install libqt4-core

sudo apt-get install libqt4-gui

sudo apt-get install libdbus-1-3

sudo apt-get install libsigc++-2.0-2

  • Install the skype package:

sudo dpkg -i –force-architecture skype-debian_1.4.0.118-1_i386.deb (thats two dashes before force-architecture)

  • Skype will still not come up as it will have some libraries missing. Actually these libraries are already present but skype wont find them as skype will look into only the lib32 directories. the best way to resolve these mappings is to use getlibs (it really works!)

Double click on the package to install it.

  • at the command line do:

getlibs /usr/bin/skype