RSS

Adding Avant Window Navigator to your Ubuntu install

Mon, Oct 22, 2007

ArsGeek, Linux, Technology, Ubuntu, howto

Talk about it in our Forums

awn1.jpg

Avant Window Navigator, or AWN is a neat little dock that sits at the base of your monitor and looks exceedingly nice. It’s a great addition to your compiz-fusion install (in fact, you need compiz or something like it running for AWN to work).

Getting it isn’t all that hard either - especially with this step by step guide that will show you how.

Once you’ve got your desktop effects up and running, it’s time to improve things with AWN. Let’s open a terminal session (Applications-> Accessories-> Terminal) and do a little light hacking. We’re going to update your sources.list file so you can download the necessary bits for AWN. In your terminal type the following to back up your sources.list file and then edit it:

sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak

gksu gedit /etc/apt/sources.list

Gedit will now be open with your sources.list file. Head down to the bottom and add this:

deb http://download.tuxfamily.org/syzygy42 feisty avant-window-navigator
deb-src http://download.tuxfamily.org/syzygy42 feisty avant-window-navigator

Now save your sources.list file and exit out of gedit. Now let’s add the public key so you can download what you need:

wget http://download.tuxfamily.org/syzygy42/8434D43A.gpg -O- | sudo apt-key add -

rm 8434D43A.gpg

Now for updating and installing:

sudo apt-get update

sudo apt-get install avant-window-navigator-svn

Once finished, AWN is installed.

Now getting it to run is simpler. Go to System-> Preferences-> Sessions and on the default tab (Startup Programs) click the Add button. In the Name field enter ‘AWN’. The command is:

avant-window-navigator

You can leave the comment blank. Click the OK button and AWN will start automatically once you restart your computer.

session.jpg

If you want to add applications (as I’ve added Firefox and Thunderbird) simply go to your Applications menu, find the app you want to add, and drag it to your AWN bar.

awn2.png

To modify your setttings, go to System-> Preferences-> Awn Manager.

That’s it. You’re set to go with AWN.

Technorati Tags: , , , , , ,

Click the icon, share the link:
  • Digg
  • del.icio.us
  • MisterWong
  • Furl
  • Reddit
  • Technorati
  • BlinkList
  • feedmelinks
  • PopCurrent
  • Blogosphere News
  • Facebook
  • Fark
  • Mixx
  • Slashdot

This post was written by:

arsgeek - who has written 1980 posts on ArsGeek.


Contact the author

3 Comments For This Post

  1. Capturesteve Says:

    I’ve been meaning to try this, but i am not sure if i am going to like the navigator. Thanks for posting about it though.

  2. polarizer Says:

    It’s a good idea to use /etc/apt/sources-list.d for additionally repositories and not to blow up the sources.list file.

    Nevertheless a neat eye candy related article.

    the polarizer

  3. Monsieur le Prof d'Anglais Says:

    When I typed wget http://download.tuxfamily.org/syzygy42/8434D43A.gpg I got a 404 error.

5 Trackbacks For This Post

  1. University Update - Firefox - Adding Avant Window Navigator to your Ubuntu install Says:

    [...] Adding Avant Window Navigator to your Ubuntu install » This Summary is from an article posted at ArsGeek on Monday, October 22, 2007 [ awn1.jpg] [...]

  2. AWM with Ubuntu « 0ddn1x: tricks with *nix Says:

    [...] AWM with Ubuntu Filed under: Uncategorized — 0ddn1x @ 2007-10-31 16:29:14 +0000 http://www.arsgeek.com/?p=2767 [...]

  3. Enable CD rips on Ubuntu « 0ddn1x: tricks with *nix Says:

    [...] Enable CD rips on Ubuntu Filed under: Uncategorized — 0ddn1x @ 2007-10-31 16:31:58 +0000 http://www.arsgeek.com/?p=2767 [...]

  4. CD rips on Ubuntu « 0ddn1x: tricks with *nix Says:

    [...] CD rips on Ubuntu Filed under: Uncategorized — 0ddn1x @ 2007-10-31 16:40:16 +0000 http://www.arsgeek.com/?p=2767 [...]

  5. Dock « new to ubuntu Says:

    [...] installation guide below is based on two articles (awn’s wiki and an arsgeek article). I tried to make it as easy as possible and without using the terminal [...]

Leave a Reply