Thursday Night

Paul Betts’s personal website / blog / what-have-you

Avant Window Navigator for Ubuntu Edgy

10 comments

I saw this new program on Digg today called Avant Window Navigator that looked pretty cool (despite the Digg kids misreading code.google.com as programs written by Google), but they only had RPMs on the download site so I cooked up a Debian / Ubuntu Edgy package (my first real package!) I haven’t tested this very thoroughly but it appears to work, let me know in the comments!

The deb file: http://www.paulbetts.org/projects/avant-window-navigator_0.1.1_i386.deb

To install:

wget http://www.paulbetts.org/projects/avant-window-navigator_0.1.1_i386.deb
sudo dpkg -i avant-window-navigator_0.1.1_i386.deb

Written by Paul Betts

February 1st, 2007 at 11:23 pm

Posted in Linux

10 Responses to 'Avant Window Navigator for Ubuntu Edgy'

Subscribe to comments with RSS or TrackBack to 'Avant Window Navigator for Ubuntu Edgy'.

  1. Now this is very cool, thanks

    Tristan

    2 Feb 07 at 6:17 pm

  2. I installed it and a the commandline did this:

    john@hc-laptop:/usr/share/avant-window-navigator$ avant-window-navigator
    bash: /usr/local/bin/avant-window-navigator: No such file or directory

    what file is it looking for?

    john

    3 Feb 07 at 11:39 am

  3. Did you install this before without using a package? Programs installed to /usr/local “trump” those installed in /usr (in other words /usr/local/bin/gedit will always be run instead of /usr/bin/gedit for example). In any case, here’s the full path to the executable:

    paul@persephone:~/Desktop$ which avant-window-navigator
    /usr/bin/avant-window-navigator

    Paul Betts

    3 Feb 07 at 12:02 pm

  4. Using Ubuntu 6.10 and beryl svn with xgl. I installed Awn as per your instructions and it works very well—very impressed. A really useful addition to my desktop.

    However, there are a few problems/doubts you may wish to comment on:
    The Awn bar is at times a little reluctant to display itself in “front” of (what is know in Windows as) the tray (bottom). In these cases I need to left-click it and then it comes to the right side of the tray bar.
    Additionally, icons within the Awn bar may remain “hidden” until I left-click on them.
    I noticed from the authors site (http://code.google.com/p/avant-window-navigator/) that they recommend making a change to libwnck/private.h before installing Awn.
    However, I was unable to find this file within my system.
    What are the implications of this?
    Could this be linked to the somewhat erroneous behaviour of Awn that I have seen?

    Paul

    7 Feb 07 at 11:55 am

  5. I left this change out because it would require building a patched version of libwnck and I didn’t want to be the cause of people’s system being messed up. However, I think the author found a way around the bug in his latest version so the next release should be fixed. You can also build the program yourself from the development sources if you don’t want to wait. Good luck!

    Paul Betts

    7 Feb 07 at 3:03 pm

  6. [...] quem usa o Ubuntu Edgy, o colega deste blog já tem o pacote [...]

  7. This worked perfectly.

    This sure beats following a tutorial!

    Blank User

    16 May 07 at 9:58 pm

  8. i go this>>

    (process:14359): GLib-GObject-CRITICAL **: gtype.c:2242: initialization assertion failed, use IA__g_type_init() prior to this function

    (process:14359): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)’ failed

    (process:14359): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)’ failed
    Segmentation fault (core dumped)

    anyone have idea ?

    sinz

    7 Jun 07 at 8:05 pm

  9. can’t figure out how to fix the whole libwnck18/22 issue…
    just installed Gutsy Gibbon clean. got two problems…

    ./autogen gives me a dependency not met for libwnck18 (i have 22 installed and cannot find 18)

    ./configure (from another download) gives me a dependency prob with pygtk-2.0

    any ideas? had awn working at one point in Feisty, but had to fresh install after synaptic crapped out on me…

    thanks for the help

    John

    15 Nov 07 at 5:52 am

  10. [...] makes me go out and find this blogpost with .deb package and then I am confused, what’s the name of the Ubuntu 7.10. Frustrated, I go search the net [...]

Leave a Reply