Ubuntu Geek

Ubuntu Linux Tips,Howtos&Tutorials|Edgy,Feisty,Gutsy,Hardy

  • Subscribe RSS Feed

    subscribe to the ubuntu Geek RSS feed




  • Sponsor

  • Categories

  • Meta

  • Sponsor

  • Archives



  • WidgetBucks - Trend Watch - WidgetBucks.com

Howto Install Avant Window Navigator in ubuntu gutsy gibbon

Posted by admin on December 3rd, 2007 Email This Post Email This Post

Avant Window Navgator (Awn) is a dock-like bar which sits at the bottom of the screen (in all its composited-goodness) tracking open windows.

Preparing your system

First you need to make sure you have installed the following packages

sudo apt-get install build-essential automake1.9 autotools-dev bzr libxdamage-dev libxcomposite-dev libgnome2-common libgnome2-dev libgnome-desktop-dev libgnome-vfs-dev libgtk2.0-dev libwnck-dev libgconf2-dev libglib2.0-dev libdbus-glib-1-dev libgnomevfs2-0 libgnome-desktop-2 libgnome2-0 libwnck-common python-gtk2 python-gconf gnome-common python-dev python-gtk2-dev python-cairo-dev python-gnome2-dev

Download the Avant Window Navgator using the following command

bzr co http://bazaar.launchpad.net/~awn-core/awn/trunk avant-window-navigator

Now you have avant-window-navigator directory

cd avant-window-navigator

./autogen.sh

make

sudo make install

This will complete the installation.

Install Avant Window Navigator Applets

Preparing Your system

sudo apt-get install libgnome-menu-dev librsvg2-dev libgtop2-dev

Download the source using the following command

bzr co http://bazaar.launchpad.net/~awn-extras/awn-extras/trunk awn-extras

Install Avant Window Navigator Applets

cd awn-extras/awn-applets/awn-extras-applets/

./autogen.sh

make

sudo make install

This will complete the Avant Window Navigator Applets installation.

Run Avant Window Navigator

Goto Applications → Accessories → Avant Window Navigator

If you want to configure Avant Window Navigator, goto System → Preferences → Awn manager

If you want to be notified the next time we write something please subscribe to our RSS feed.Thanks for Visiting!

Related Articles

17 Responses to “Howto Install Avant Window Navigator in ubuntu gutsy gibbon”

  1. Christiaan Says:

    Hey Guys,

    I have a problem with some things…

    I followed the guide, and then ran into some problems, but then googled it, and got some answers, yet I still have one problem…

    Where above, it says you have to cd awn-extras/awn-applets/awn-core-applets/ I get the response
    me@me-desktop:~$ cd awn-extras/awn-applets/awn-core-applets/
    bash: cd: awn-extras/awn-applets/awn-core-applets/: No such file or directory

    I also just searched my awn folders, but cannot find awn-core-applets…

    Please help me…

    Thanks,
    Christiaan

  2. the_fozz Says:

    just ran into that problem as well, it should be:

    cd awn-extras/awn-applets/awn-extras-applets/

  3. Christiaan Says:

    Thanks…i got it working! Thanks! ;-)

  4. songo Says:

    does bzr needs extra config to pass through a proxy? because bzr co htt… stands on the terminal and does nothing

  5. Bob Says:

    Hey guys.. this is the problem i ran into .. i am a real noob to ubuntu.. pleeeease help..

    me@me-desktop:~/awn-extras/awn-applets/awn-extras-applets$ make
    make: *** No targets specified and no makefile found. Stop.

    this command ran fine when i was installing awn .. but not on awn-extras..
    this is what i have in awn-extras-applets

    me@me-desktop:~/awn-extras/awn-applets/awn-extras-applets$ ls
    acinclude.m4 config.h.in~ install-sh Makefile.am
    aclocal.m4 config.log intltool-extract Makefile.in
    AUTHORS config.sub intltool-extract.in missing
    autogen.sh configure intltool-merge NEWS
    autom4te.cache configure.ac intltool-merge.in po
    ChangeLog COPYING intltool-update README
    compile debian intltool-update.in src
    config.guess depcomp libtool
    config.h.in INSTALL ltmain.sh

    .. thank you…

  6. ryanaivey21 Says:

    checking for DEPS… configure: error: Package requirements (gtk+-2.0
    awn
    libwnck-1.0
    libglade-2.0
    libgnome-menu
    gnome-desktop-2.0
    librsvg-2.0
    libgtop-2.0
    glib-2.0
    dbus-1
    dbus-glib-1
    libsexy
    gconf-2.0
    gdk-2.0
    gdk-pixbuf-2.0
    libnotify
    vte) were not met:

    No package ‘libsexy’ found
    No package ‘libnotify’ found
    No package ‘vte’ found

    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.

    Alternatively, you may set the environment variables DEPS_CFLAGS
    and DEPS_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.

    root@ryan-laptop:~/avant-window-navigator/awn-extras/awn-applets/awn-extras-applets# make
    make: *** No targets specified and no makefile found. Stop.
    root@ryan-laptop:~/avant-window-navigator/awn-extras/awn-applets/awn-extras-applets#

    ————————————————————————————————-

    I get the following error when trying to install the applets… i installed all the dependencies which were stated above, any solutions? thanks! :)

  7. admin Says:

    try to run the following command

    sudo apt-get -f install

  8. Lampah Says:

    I have exactly the same problem and output as ryanaivey21. The sudo apt-get -f install does not solve the problem. Anyone an idea what this might be?

  9. ryanboesch Says:

    Sorry, I left out a line in the previous post. These two lines should be entered into the CLI:

    sudo ln -s /usr/local/lib/libawn.so.0 /usr/lib/libawn.so.0
    sudo apt-get install libsexy-dev libnotify-dev libvte-dev

  10. alvarez Says:

    anyone not finding target can

    cd avant-window-navigator

    then

    ./configure

    then

    sudo make install

  11. Ben Says:

    I got the following problem. Did i do something wrong?

    checking pkg-config is at least version 0.9.0… yes
    checking for DEPS… configure: error: Package requirements (gtk+-2.0
    awn
    libwnck-1.0
    libglade-2.0
    libgnome-menu
    gnome-desktop-2.0
    librsvg-2.0
    libgtop-2.0
    glib-2.0
    dbus-1
    dbus-glib-1
    libsexy
    gconf-2.0
    gdk-2.0
    gdk-pixbuf-2.0
    libnotify
    vte) were not met:

    No package ‘awn’ found

    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.

    Alternatively, you may set the environment variables DEPS_CFLAGS
    and DEPS_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.

  12. Ben Says:

    Sorry, solved it already thanx

  13. Chris Says:

    Thanks man, this program is AMAZING!

  14. embee Says:

    Thanks a lot for the tut. Works like a charm & much lighter & more stable than Kiba-Dock. Thanks again.

  15. angheluzz Says:

    Thanks for the tut. Avnt is amazing. Thanks again from Chile.

  16. Luciano Says:

    After I use the following command: bzr co http://bazaar.launchpad.net/~awn-core/awn/trunk avant-window-navigator
    The terminal show this:
    bzr: ERROR: Unknown branch format: ‘Bazaar pack repository format 1 (needs bzr 0.92)\n’
    Why?? What can I do??
    Please help me!!
    Thanks
    Luciano

  17. Aleksander Says:

    I have a problem installing AWN on my Mint 4…
    When i write bzr co http://bazaar.launchpad.net/~awn-core/awn/trunk avant-window-navigator on the terminal i get this messege.

    aleksander@aleksander-laptop:~$ bzr co http://bazaar.launchpad.net/~awn-core/awn/trunk avant-window-navigator
    bzr: ERROR: Unknown branch format: ‘Bazaar pack repository format 1 (needs bzr 0.92)\n’
    What should i do?

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>