PDA

View Full Version : Post Your Awn Settings Here!



BOBSONATOR
March 25th, 2007, 09:07 PM
Please Attach sceenshots of your settings, and upload your patterns.

Here is mine, its horrible cause i have no pattern,

Heres a good HOWTO (http://ubuntuforums.org/showthread.php?t=385929)

karellen
March 25th, 2007, 09:19 PM
what is Awn?

dbbolton
March 25th, 2007, 09:21 PM
what is Awn?
avant window manager, from google code.

i installed it but (in my case) it is too buggy to be usable.

maniacmusician
March 25th, 2007, 09:23 PM
avant window manager, from google code.

i installed it but (in my case) it is too buggy to be usable.
I believe it's avant window navigator, hence the acronym AWN. I haven't tried it yet...is it gnome-centric?

karellen
March 25th, 2007, 10:08 PM
ok, now I see...:D

dbbolton
March 25th, 2007, 10:11 PM
I believe it's avant window navigator, hence the acronym AWN. I haven't tried it yet...is it gnome-centric?
my bad

notice how it cuts off the bottom of the screen, and the glass engine doesn't work. maybe i can blame ATI for this.

http://i103.photobucket.com/albums/m128/envyouraudience/th_awn.jpg (http://i103.photobucket.com/albums/m128/envyouraudience/awn.jpg)

BOBSONATOR
March 26th, 2007, 05:20 AM
comon guys, i know you awn users are out there!

stalker145
March 27th, 2007, 02:24 AM
my bad

notice how it cuts off the bottom of the screen, and the glass engine doesn't work. maybe i can blame ATI for this.

http://i103.photobucket.com/albums/m128/envyouraudience/th_awn.jpg (http://i103.photobucket.com/albums/m128/envyouraudience/awn.jpg)

I know it's only been a day, but I just stumbled across this, thought it was cool, and jumped right in with the same problem that you had. Any fix found on your end?

BOBSONATOR
March 27th, 2007, 05:41 AM
have you guys compiled by svn>?

Check the howto i posted above in the first post.

dbbolton
March 27th, 2007, 08:15 AM
I know it's only been a day, but I just stumbled across this, thought it was cool, and jumped right in with the same problem that you had. Any fix found on your end?
no fix found yet (by me, that is. i haven't really been looking :/ )

Kujen
March 27th, 2007, 08:53 AM
I just installed it and love it.. but one question. Is there a way to make it so windows like firefox (when maximized) don't go under AWN, but instead STOP right at the top of AWN? Just a little annoying having to resize firefox everytime, or have a bunch of buttons at the bottom of the window, covering content.

BOBSONATOR
March 27th, 2007, 04:43 PM
Maybe in a future release Kujen,

stalker145
March 27th, 2007, 07:19 PM
have you guys compiled by svn>?

Check the howto i posted above in the first post.

Yes, I installed using the SVN method described


Avant-Window-Navigator (svn):
First install the dependencies:

Code:

sudo apt-get install build-essential autotools-dev libgnome-common libgnome2-dev libgnome-desktop-dev libgnome-vfs-dev libgtk2.0-dev libwnck-dev libgconf2-dev libglib2.0-dev libgnomevfs2-0 libgnome-desktop-2 libgnome2-0 libwnck-common python-gtk2 python-gconf subversionNow, open a terminal in the directory you want to build AWN in (I use ~/Installs/avant/)

and do this:

Code:

svn checkout http://avant-window-navigator.googlecode.com/svn/trunk/ avant-window-navigator
cd avant-window-navigator
./autogen.sh
make
sudo make install

I then ran AWN from the menu entry and encountered the issue. It's not that big of a deal, but it was pretty and I was hoping to add that to my desktop. I can either wait for a fix (since I'm a coding moron) or wait until I get a better lappytoppy :)

Thanks for the advice, though.