
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.sabayonlinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Avant_Window_Navigator&amp;feed=atom&amp;action=history</id>
		<title>HOWTO: Avant Window Navigator - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Avant_Window_Navigator&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Avant_Window_Navigator&amp;action=history"/>
		<updated>2013-06-19T09:26:00Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.4</generator>

	<entry>
		<id>http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Avant_Window_Navigator&amp;diff=6212&amp;oldid=prev</id>
		<title>Zambayoni at 17:15, 26 February 2009</title>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Avant_Window_Navigator&amp;diff=6212&amp;oldid=prev"/>
				<updated>2009-02-26T17:15:44Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Warning| Warning!! This method is able to grab unstable code that is primarily used for beta testing and development purposes only. If you would like to grab the latest stable code, follow this guide: [[HOWTO: Avant Window Navigator (AWN)]]}}&lt;br /&gt;
&lt;br /&gt;
Avant Window Navigator (AWN) is a nice application dock for Gnome (might work in KDE, I havent tested it).&lt;br /&gt;
&lt;br /&gt;
When writing this howto, the ebuild for AWN was not working.  So this is how to build and install it from the svn sources.&lt;br /&gt;
&lt;br /&gt;
==Install bzr==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo emerge bzr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If sudo does not work try su&lt;br /&gt;
&lt;br /&gt;
== Fetch the Sources ==&lt;br /&gt;
&lt;br /&gt;
To download the bzr sources, open a terminal and type the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bzr checkout http://bazaar.launchpad.net/~awn-core/awn/trunk avant-window-navigator&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once it is done downloading, enter the directory so we can begin compiling&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd avant-window-navigator&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Compile and Install ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now we are ready to compile and install, the following commands will take care of that:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./autogen.sh&lt;br /&gt;
make&lt;br /&gt;
sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
NOTE: If you are using 3.4a and sudo doesn't work for you, either use &amp;quot;su -&amp;quot; command to become root, or read [http://www.sabayonlinux.org/wiki/index.php?title=HOWTO:_Enable_sudo HOWTO: Enable sudo]&lt;br /&gt;
&lt;br /&gt;
== Fix Libraries  ==&lt;br /&gt;
&lt;br /&gt;
For some reason, AWN installs its libraries in /usr/local/lib instead of in /usr/lib.  So you will get an error trying to run it.  To solve this, I just symlinked the libraries like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo ln -s /usr/local/lib/libawn.so.0.0.1 /usr/lib/libawn.so&lt;br /&gt;
sudo ln -s /usr/local/lib/libawn.so.0.0.1 /usr/lib/libawn.so.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Run the Program ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After fixing those libraries, AWN should run, you can run it in a terminal like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
avant-window-navigator &amp;amp;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It should have created a menu entry under Accessories as well&lt;br /&gt;
&lt;br /&gt;
===Auto Start at Login===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''xfce4'''&lt;br /&gt;
&lt;br /&gt;
Open the main menu and navigate to Settings -&amp;gt; Autostarted Applications&lt;br /&gt;
&lt;br /&gt;
Click on add and enter the following information:&lt;br /&gt;
 Name: Avant Window Navigator&lt;br /&gt;
 Command: avant-window-manager&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That should be it! Enjoy your new dock!&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktops|Avant Window Navigator]]&lt;/div&gt;</summary>
		<author><name>Zambayoni</name></author>	</entry>

	</feed>