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

View Poll Results: Which theme do you think is best?
Human 116 19.40%
Milk 117 19.57%
Black 343 57.36%
Other (If you have created one, submit it as well please) 54 9.03%
Multiple Choice Poll. Voters: 598. You may not vote on this poll

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old October 10th, 2007   #1
nikoPSK
Chocolate-Covered Ubuntu Beans
 
nikoPSK's Avatar
 
Join Date: Sep 2007
Location: Victoria, BC
Beans: 2,265
Ubuntu 8.04 Hardy Heron
Send a message via AIM to nikoPSK Send a message via MSN to nikoPSK Send a message via Yahoo to nikoPSK Send a message via Skype™ to nikoPSK
Wink HOW-TO: Awn curves

I know a bunch of you have been asking about how to get AWN or avant-window-navigator to look like this:

Black Theme:


Milk Theme:



INFO

Now to clarify this, this will just be a dock style. If you don't like it you can easily revert to the "Flat Bar" or "3D Look". This is in early development and it 's quite stable, This is AWN so it will require a window composter such as Beryl or Compiz.

This will not change your icons to OSX style like the first image. The screen-shot provided above has had those changes made to it. i don't care much for those icons, but meek has given me the link to the set he used: here. To change the icon of a launcher right click then change icon


I won't enclose an image of my dock because I don't know how to get a high-res screenshot like the other ones.


Installation

Now for the fun part!


If you have avant already installed, remove it:
Code:
sudo rm -f /usr/local/bin/awn*
sudo rm -f /usr/local/bin/avant*
sudo rm -rf /usr/local/lib/awn
sudo rm -f /usr/local/share/locale/*/LC_MESSAGES/avant-window-navigator.mo
sudo rm -f /usr/local/share/applications/avant*
sudo rm -f /usr/local/share/applications/awn*
sudo rm -rf /usr/local/share/avant-window-navigator
sudo rm -f /usr/local/lib/libawn*
sudo rm -rf /usr/local/include/libawn
sudo rm -f /usr/local/lib/libawn*
sudo rm -f /usr/local/lib/pkgconfig/awn.pc
sudo rm -rf /usr/local/share/awn-core-applets
sudo rm -rf /usr/local/lib/python2.5/site-packages/awn/
Install bazaar, gnome-common and M4.
Applications/ Accessories/ Terminal

Code:
sudo apt-get install bzr m4 gnome-common
Then, Install awn curves:
(I know it seems tempting but copy the first two lines one at a time.)
Code:
sudo apt-get install build-essential autotools-dev 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 bzr gnome-common python-dev python-gtk2-dev python-cairo-dev python-gconf python-gnome2-dev 
bzr co http://bazaar.launchpad.net/~awn-curves-team/awn/awn-curves awn-curves
cd awn-curves
./autogen.sh && make
sudo make install
stay in the awn-curves folder throughout all the instructions I give!
make sure you have your AWN repositories, input the corresponding code into the terminal:

32-BIT
Code:
wget http://download.tuxfamily.org/syzygy42/static/awn-curves-archive/i386/avant-window-navigator-bzr_0.2.0-bzr158-1_i386.deb http://download.tuxfamily.org/syzygy42/static/awn-curves-archive/i386/awn-core-applets-bzr_0.2.0-bzr296-1_i386.deb http://download.tuxfamily.org/syzygy42/static/awn-curves-archive/i386/libawn-bzr-dev_0.2.0-bzr158-1_i386.deb http://download.tuxfamily.org/syzygy42/static/awn-curves-archive/i386/libawn-bzr_0.2.0-bzr158-1_i386.deb http://download.tuxfamily.org/syzygy42/static/awn-curves-archive/i386/python-libawn-bzr_0.2.0-bzr158-1_i386.deb 
sudo gdebi *.deb
64-BIT
Code:
wget http://download.tuxfamily.org/syzygy42/static/awn-curves-archive/amd64/avant-window-navigator-bzr_0.2.0-bzr166-1_amd64.deb http://download.tuxfamily.org/syzygy42/static/awn-curves-archive/amd64/awn-core-applets-bzr_0.2.0-bzr300-1_amd64.deb http://download.tuxfamily.org/syzygy42/static/awn-curves-archive/amd64/libawn-bzr-dev_0.2.0-bzr166-1_amd64.deb http://download.tuxfamily.org/syzygy42/static/awn-curves-archive/amd64/libawn-bzr_0.2.0-bzr166-1_amd64.deb http://download.tuxfamily.org/syzygy42/static/awn-curves-archive/amd64/python-libawn-bzr_0.2.0-bzr166-1_amd64.deb 
sudo gdebi *.deb
Done, thanks Reacocard.

Q & A:


Q: How do I add awn-to my start-up???

A: System > prefernces > sessions

then add this command:
Code:
avant-window-navigator
Q: How do I update awn-curves?

A: Do this:
Code:
cd ~/awn-curves
bzr update
./autogen.sh && make && sudo make install
Q: My theme isn't appearing!

A: Make sure to actually select it, click apply then refresh awn. If it still doesn't go, close awn, apply the theme in awn manager them open awn.

Q: Awn isn't launching!!!

A: Type both these commands one after the other into terminal and give me the output.

Code:
avant-window-navigator
and


Code:
awn-manager
Q: Awn Disappeared!

A: To re-launch awn just press ALT+F2 and type "avant-window-navigator" to launch awn once more.

Q: Can I Hide my awn-curves folder located in my home folder when done?

A: Yes! You can do so by adding a period in front of the name so it looks like this: .awn-curves . To see it when needed, press Control+H or go View, Show Hidden Files.


REMOVAL


To remove awn-curves:

Delete the awn-curves directory from your home folder then:
Code:
sudo rm -f /usr/local/bin/awn*
sudo rm -f /usr/local/bin/avant*
sudo rm -rf /usr/local/lib/awn
sudo rm -f /usr/local/share/locale/*/LC_MESSAGES/avant-window-navigator.mo
sudo rm -f /usr/local/share/applications/avant*
sudo rm -f /usr/local/share/applications/awn*
sudo rm -rf /usr/local/share/avant-window-navigator
sudo rm -f /usr/local/lib/libawn*
sudo rm -rf /usr/local/include/libawn
sudo rm -f /usr/local/lib/libawn*
sudo rm -f /usr/local/lib/pkgconfig/awn.pc
sudo rm -rf /usr/local/share/awn-core-applets
sudo rm -rf /usr/local/lib/python2.5/site-packages/awn/
Site: http://www.planetblur.org/hosted/awn...=1&isLive=true

(I had to look for this for ages then i found something on google telling me how to do this then I found the actual site a week later.)
Hope this can help!
__________________
That is not me . Starcraft(2)!!! and Lifehacker!
I am now known as Deep Blue and you may contact me from that account.
Quote:
"You Call down the thunder and I'll reap the whirlwind!" ~Terran Ghost

Last edited by nikoPSK; March 6th, 2008 at 11:25 AM.. Reason: Updating Repositories
nikoPSK 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 05:27 AM.


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