Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Desktop Effects & Customization
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Desktop Effects & Customization
This section is for all your compositing needs. This includes Beryl, Compiz, xcompmgr, and other fancy apps which take advantage of compositing managers such as kiba-dock and avant window decorator

 
Thread Tools Display Modes
Old August 19th, 2007   #1
5h4rk
Just Give Me the Beans!
 
Join Date: Jul 2006
Location: Sydney
Beans: 64
Ubuntu 7.10 Gutsy Gibbon
Avant Windows Navigator Problem

When I open AWN, nothing happen, well, nothing that I can see. I have CF and have deleted the bottom panel.
5h4rk is offline   Reply With Quote
Old August 19th, 2007   #2
SkiesOfAzel
A Carafe of Ubuntu
 
Join Date: Feb 2007
Location: Athens ,Greece
Beans: 152
Ubuntu 7.04 Feisty Fawn
Re: Avant Windows Navigator Problem

Which version of awn do you have? Also try starting it from a terminal for more feedback .
SkiesOfAzel is offline   Reply With Quote
Old August 19th, 2007   #3
Ozeuss
Gee! These Aren't Roasted!
 
Ozeuss's Avatar
 
Join Date: Apr 2007
Location: Israel
Beans: 200
Ubuntu 8.04 Hardy Heron
Re: Avant Windows Navigator Problem

by CF, do you mean compiz fusion? are you sure compositing is enabled?
Ozeuss is offline   Reply With Quote
Old August 19th, 2007   #4
5h4rk
Just Give Me the Beans!
 
Join Date: Jul 2006
Location: Sydney
Beans: 64
Ubuntu 7.10 Gutsy Gibbon
Re: Avant Windows Navigator Problem

It's version 0.1.2

From the terminal:

Quote:
chad@chad-laptop:~$ avant-window-navigator
APPLET : /usr/lib/awn/applets/taskman.desktop

(avant-window-navigator:7088): Wnck-WARNING **: Unhandled action type (nil)

(avant-window-navigator:7088): Wnck-WARNING **: Unhandled action type (nil)

(avant-window-navigator:7088): Wnck-WARNING **: Unhandled action type (nil)

...

New width = 58
Yes, by CF i meant Compiz Fusion.
5h4rk is offline   Reply With Quote
Old August 19th, 2007   #5
SkiesOfAzel
A Carafe of Ubuntu
 
Join Date: Feb 2007
Location: Athens ,Greece
Beans: 152
Ubuntu 7.04 Feisty Fawn
Re: Avant Windows Navigator Problem

Your version of awn is really old , Try getting awn from bazar .
Uninstall the old version :
Code:
sudo apt-get remove avant-window*
Get the dependencies :
Code:
sudo apt-get install libgtk2.0-dev libwnck-dev libwnck-common libgconf2-dev libglib2.0-dev libgnome2-dev libgnome-desktop-2 libgnome-desktop-dev libdbus-glib-1-dev gnome-common libxcomposite-dev libxdamage-dev python-gnome2-desktop bzr automake1.9
Get awn :
Code:
bzr co http://bazaar.launchpad.net/~awn-core/awn/trunk avant-window-navigator
Compile :
Code:
cd avant-window-navigator
./autogen.sh && make && sudo make install
And you are set.
If you need help with anything it's better to ask on the official awn forum.

Last edited by SkiesOfAzel; August 19th, 2007 at 09:19 AM..
SkiesOfAzel is offline   Reply With Quote
Old August 19th, 2007   #6
5h4rk
Just Give Me the Beans!
 
Join Date: Jul 2006
Location: Sydney
Beans: 64
Ubuntu 7.10 Gutsy Gibbon
Re: Avant Windows Navigator Problem

I did what you said Skies, but still the same problem...

And I think I still ahve the old version, 0.1.2

Quote:
chad@chad-laptop:~$ aptitude show avant-window-navigator
Package: avant-window-navigator
New: yes
State: not installed
Version: 0.1.2+svn20070731~3v1ubuntu0
Priority: optional
Section: eyecandy/desktop
Maintainer: Trevi <trevi55@gmail.com>
Uncompressed Size: 967k
Depends: libart-2.0-2 (>= 2.3.16), libatk1.0-0 (>= 1.13.1), libawn0,
libbonobo2-0 (>= 2.15.0), libbonoboui2-0 (>= 2.15.1), libc6 (>=
2.5-0ubuntu1), libcairo2 (>= 1.4.0), libdbus-1-3 (>= 0.94),
libdbus-glib-1-2 (>= 0.73), libfontconfig1 (>= 2.4.0), libgconf2-4 (>=
2.13.5), libglade2-0 (>= 1:2.5.1), libglib2.0-0 (>= 2.12.9),
libgnome-desktop-2 (>= 2.11.1), libgnome-keyring0 (>= 0.7.1),
libgnome2-0 (>= 2.14.1), libgnomecanvas2-0 (>= 2.11.1), libgnomeui-0
(>= 2.17.1), libgnomevfs2-0 (>= 1:2.17.90), libgtk2.0-0 (>= 2.10.3),
libice6 (>= 1:1.0.0), liborbit2 (>= 1:2.14.1), libpango1.0-0 (>=
1.16.2), libpopt0 (>= 1.10), libsm6, libstartup-notification0 (>=
0.8-1), libwnck18 (>= 2.15.90), libx11-6, libxcomposite1 (>= 1:0.3-1),
libxcursor1 (> 1.1.2), libxdamage1, libxext6, libxfixes3 (>= 1:4.0.1),
libxi6, libxinerama1, libxml2 (>= 2.6.27), libxrandr2 (>= 2:1.2.0),
libxrender1, python, python-glade2
Description: Dock-like window navigator
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.

This package contains the dockbar with applets

Homepage: http://code.google.com/p/avant-window-navigator/
And it says, "not installed", now I'm confused :(
5h4rk is offline   Reply With Quote
Old August 19th, 2007   #7
SkiesOfAzel
A Carafe of Ubuntu
 
Join Date: Feb 2007
Location: Athens ,Greece
Beans: 152
Ubuntu 7.04 Feisty Fawn
Re: Avant Windows Navigator Problem

It's probably not installed but the deb is still cashed so no worries. Do a sudo aptitude purge avant-window-navigator just to make certain and install the new version from bazaar.
SkiesOfAzel is offline   Reply With Quote
Old August 19th, 2007   #8
5h4rk
Just Give Me the Beans!
 
Join Date: Jul 2006
Location: Sydney
Beans: 64
Ubuntu 7.10 Gutsy Gibbon
Re: Avant Windows Navigator Problem

I don't know why, I did a sudo aptitude purge avant-window-navigator, but I still have it on my Applications menu, and if I open it without CF, I get a black rectangle...

and when I:

Quote:
chad@chad-laptop:~$ bzr co http://bazaar.launchpad.net/~awn-core/awn/trunk avant-window-navigator
bzr: ERROR: Target directory "avant-window-navigator" already exists.
5h4rk is offline   Reply With Quote
Old August 19th, 2007   #9
SkiesOfAzel
A Carafe of Ubuntu
 
Join Date: Feb 2007
Location: Athens ,Greece
Beans: 152
Ubuntu 7.04 Feisty Fawn
Re: Avant Windows Navigator Problem

Open Synaptic , search for avant window , right click , select completely remove for the awn package(s) and hit apply.
As for the second error, the problem is that there is already a folder named avant-window-navigator in your home folder. Either delete it or better make a packages dir to keep every app you install archived and in order.
Code:
 cd ~
mkdir packages
cd packages
mkdir awn
cd awn
mkdir 52
cd 52
The reason for the folder named 52 is that you might update latter to a version that gives you problems , so it's better to have the older versions in separate folders and revert to them when you need to.

Last edited by SkiesOfAzel; August 19th, 2007 at 10:27 AM..
SkiesOfAzel is offline   Reply With Quote
Old August 19th, 2007   #10
SkiesOfAzel
A Carafe of Ubuntu
 
Join Date: Feb 2007
Location: Athens ,Greece
Beans: 152
Ubuntu 7.04 Feisty Fawn
Re: Avant Windows Navigator Problem

Also , did you have errors when you tried to compile from bazaar? If you didn't then you probably already have the latest version and you just need to configure it.
SkiesOfAzel is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:40 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry