dolfje said:few questions:<br />Is there a way to choose between the different trunks (curves, libawn-draw-effect)?<br />If the file updates the awn, does it also update itself?
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
ketilwaa said:Would it by any chance be possible to put awn-curves also into this script? I manually downloaded and built the thing here, and it seems to work fine.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
Open the file in your favorite text editor (in GNOME doubleclick, click "Display" in the dialog) and at the top there are a lot of variables you can manually change. The one you're looking for is AWNBRANCH="awn-curves". More below, might make sense to customize to your tastes.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
==================================================
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
SUPRESS="true"
Make it "False" to see all the stuff autogen and make spews out
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
DEFPREFIX="/usr/local"
MYPREFIX=${PREFIX:-$DEFPREFIX}
DEFPREFIX is the prefix to install to.
Don't touch the other line.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
GENERICARGS=""
Any arguments to pass to autogen.sh
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
GETAWNEXTRAS="True"
Whether to download and compile awn-extras
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
AWNEXTRASITEMS="awn-applets/awn-core-applets"
What you would like to compile in awn-extras. You can set this to
"awn-applets/awn-core-applets awn-applets/helloworld-applet"
if you also want the hello world applet. I think in the future I might make it install plugins too.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
GETPYAPPLETS="True"
Do you want to install awn-py-applets
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
AWNPYITEMS="Media-Control Battery-Level Quit-Applet Mimenu"
The names of the folders of the applets you want. The script just copies the contents of those directories to ~/.config/awn/applets
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
PATCHAWN="False"
Whether to apply all the patches in the Patches folder (Its created if it doesn't exist) with -p1 in the a-w-n folder. Its more or less an obsolete feature now that we've moved to launchpad but if you want it, its there.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
RESTARTAWN="False"
Set to "True" if you want to kill and then restart AWN after you're done compiling
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
AWNBRANCH="trunk"
Set to awn-curves or desktop-agnostic or libawn-draw-effects if those are the branches you want. Probably the most important setting.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
PYBRANCH="trunk"
Same as above, but with awn-py-applets. As soon as awn-extras branches, I'm sure there will be a similar setting for it.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
==================================================
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
So yes, awn-curves IS part of this script.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
I'll add the script to the wiki any day now

![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
*Edited at 6:15am, 10/12/07