Installing Avant Window Navigator (AWN) and Cairo Dock on Ubuntu
One of the cool features of Apple’s Mac Operating system is the Dock. It is used to launch applications and also switch between running applications. Linux communites like to adopt the good from other operating systems and there are several Docks available for Linux as well. The two popular ones for Ubuntu are Avant Window Navigator (AWN) and Cairo Dock.
Disclaimer: These steps have worked for me and have been tested on Compaq nc6000 running Ubuntu 8.04 LTS (Hardy Heron). YMMV. I am not responsible for loss of data or damage to computers.
Prerequisites
Check if your video card can support 3D graphics
- Click on System->Preferences->Appearance
- Select Visual Effects tab
- Select Normal or Extra
- If you see “Desktop effects could not be enabled” message then your video card cannot support 3D graphics and you will not be able to use these docks.
- Click Close
Install compizconfig-settings-manager
To you use AWN or Cairo Dock you need to have composite manager such as Compiz-Fusion installed. You can install it using Synaptics Package Manager (System->Administration->Synaptics Package Manager) OR from the command line using the following command (you will be prompted for password)
sudo apt-get install compizconfig-settings-manager
Avant Window Navigator (AWN)
AWN positions itself at the bottom of the screen and can be used to keep track of open windows and behaves like a normal window list. Appreance and functionality of AWN can be customized via various plugins and applets that are available for download. By default it does not include themes.
AWN Wiki states that the AWN package included in Ubuntu Hardy Heron (8.04) LTS however it is very old and outdated. It recommends using PPA to install the packages instead. To do this edit /etc/apt/sources.list file using either vi or gedit and add the following lines
deb http://ppa.launchpad.net/awn-testing/ubuntu hardy main deb-src http://ppa.launchpad.net/awn-testing/ubuntu hardy main
Now you need to update the package cache
sudo apt-get update
You are now ready to install AWN
sudo apt-get install avant-window-navigator-trunk awn-manager-trunk awn-extras-applets-trunk
Now that AWN is installed you can start it from the menu Applications-> Accessories->Avant Window Navigator
To have AWN autostart when you reboot your machine select Automatically start AWN on login on the General tab of awn-manager.
Cairo Dock
Cairo Dock is similar to AWN and can be used to launch application and utilize small applets that reside on the bar. You can attach it to either top or bottom of your screen and is highly configurable.
There are more than one way to install Cairo Dock and the instructions below are for using the repositories. You can also install Cairo Dock with the deb package
Similar to AWN Cairo Dock too has its repositories. You first need to download and install the signed key for authentication. This prevents security errors from popping up. Open Terminal Window and run the following command
wget -q http://repository.cairo-dock.org/ubuntu/cairo-dock.gpg -O- | sudo apt-key add -
Next edit /etc/apt/sources.list file using either vi or gedit and add the following lines
deb http://repository.cairo-dock.org/ubuntu hardy cairo-dock
Once again update the package cache
sudo apt-get update
You are now ready to install Cairo Dock
sudo apt-get install cairo-dock cairo-dock-plug-ins
To run Cairo Dock press Alt-F2 and type cairo-dock
Minimizing / Closing Bottom Gnome Panel
If you are going to use AWN or Cairo Dock the default GNome panel at the bottom of the screen is redundant. You can close or minimize it.
Final Thoughts
So which one is better - well try both and decide for yourself it ain’t gonna break anything. My personal preference is Cairo Dock. It is much nicer to use comes with a bunch of themes/launchers that you can use.
No commentsSurvived Hurricane Ike
Hurricane Ike was a major event in South East Texas and I apologize for the off topic post.
My family and me survived the hurricane OK. The house sustained minor roof damage but thanks to modern engineering it was able to withstand strong category 1 (119–153 km/h 74–95 mph) hurricane force winds. We were also not affected by floods. The only problem we have is no electricity, no phone, no internet and the cell phone service is very erratic. Overall we are in much better shape than the rest of Houston and surrounding areas. Driving around you can see all the destruction. TV images do not do justice to what has really happened here.
I do not know when we can expect power but will have my next post up as soon as possible …
No commentsWireless using W200 on openSUSE 11.0
In March I had written a post related to Wireless using W200 on openSUSE 10.3 which happens to be one of the most viewed entry on this blog. Since I wrote that post openSUSE 11.0 has been released and hence am posting an updated version of this howto.
No commentsSetting up a Linux based software load balancer
As the name suggest Load Balancing is simply spreading the work load between two or more backend servers. Load Balancing can be used for any kind of server - HTTP, SMTP, POP/IMAP, DB. There are several open source software load balancers available but for the purpose of this post we will look at Pen and Balance.
1 comment