OK
Pages: 1 2 3 4
Rating:
10.51
Thread Listing » AWN Applets
[Work in progress] Mac stacks for AWN
#5238 by ryancr (1.0000) posted on 4:08pm Tuesday, July 31st, 2007
BonesAWN said:
killall -HUP gconfd-2
[Q]



Still just get the white line..
[Q]



Score: 0 points
Any particular reason?
#5239 by plunn (1.0000) posted on 4:09pm Tuesday, July 31st, 2007
Timon said:
It's the AWN way to store/use settings via gconf. In the end it should be alterable via a GUI, for now this fits.
[Q]



OK !
[Q]



OK with latest version. Session restart needed.
[Q]



:-)
[Q]

Score: 0 points
Any particular reason?
#5240 by DBO (0.6209) posted on 4:11pm Tuesday, July 31st, 2007
Timon, your build system assumes stack is going to /usr/local no matter what...
[Q]

Score: 0 points
Any particular reason?
#5241 by Timon (1.0000) posted on 4:11pm Tuesday, July 31st, 2007
DBO said:
yeah no it has to do with packaging... it seems Timon didnt use the same prefix as the rest of AWN so my packaging failed. Why does awn default to /usr anyhow?
[Q]



I did use the "development" way of prefix-ing (like the rest of AWN). It stores stuff in /usr/local/. When you create a package, things will be installed in /usr/, so I think the packager (you) should make the changes.
[Q]



I think the only things that have to be changed are the ".desktop" files. All the other paths are generated by "autogen.sh" icw "configure.in".
[Q]



*Edited at 4:12pm, 07/31/07
Score: 0 points
Any particular reason?
#5243 by markitoxs (0.2535) posted on 4:11pm Tuesday, July 31st, 2007
About the gconf, it does not seem to react to anything I change. Either icon, either folder to stack, either folder to stack... any ideas?
[Q]



And i know, it's not real-time but i've already restarted... Gconf says something, the stack applet shows another.
[Q]



*Edited at 4:13pm, 07/31/07
Score: 0 points
Any particular reason?
#5244 by DBO (0.6209) posted on 4:12pm Tuesday, July 31st, 2007
You missed my edit Timon, I caught my mistake 2 seconds after I posted... =)
[Q]

Score: 0 points
Any particular reason?
#5245 by Timon (1.0000) posted on 4:15pm Tuesday, July 31st, 2007
markitoxs said:
About the gconf, it does not seem to react to anything I change. Either icon, either folder to stack, either folder to stack... any ideas?
[Q]



Timon said:
And by the way:
not all gconf-values are "realtime" proof. Some changes give weird effect, so then a restart is required.
[Q]



If after a restart of AWN it still does nothing, it might be a bug.
"stack_use_symlink" does nothing. Try changing a color -> instant reaction.
[Q]

Score: 0 points
Any particular reason?
#5246 by DBO (0.6209) posted on 4:15pm Tuesday, July 31st, 2007
Oh I feel dumb, I see what you mean by .desktop files... *shamed*
[Q]

Score: 0 points
Any particular reason?
#5247 by ryancr (1.0000) posted on 4:16pm Tuesday, July 31st, 2007
Well I have logged out, still get white line.
So I then I tried a full reboot, still get the white line.
[Q]



Any Ideas?
[Q]



This was a clean svn with only the stack patch applied.
[Q]



./configure --prefix=/usr
make
make install
[Q]



*Edited at 4:17pm, 07/31/07
Score: 0 points
Any particular reason?
#5248 by DBO (0.6209) posted on 4:17pm Tuesday, July 31st, 2007
ryancr run it from a terminal and give us the stdout please. I am betting you are having the same issue as me
[Q]

Score: 0 points
Any particular reason?
#5249 by ryancr (1.0000) posted on 4:18pm Tuesday, July 31st, 2007
** (awn-applet-activation:5836): WARNING **: Unable to load module /usr/local/lib/awn/applets/stack/stack.so
[Q]




** (awn-applet-activation:5836): WARNING **: /usr/local/lib/awn/applets/stack/stack.so: cannot open shared object file: No such file or directory
[Q]



** (awn-applet-activation:5836): WARNING **: Could not create plug
[Q]

Score: 0 points
Any particular reason?
#5250 by gilir (0.9999) posted on 4:19pm Tuesday, July 31st, 2007
hum I think I point a bug to the patch :
[Q]



--- applets/stack/stack.desktop.in (revision 0)
+++ applets/stack/stack.desktop.in (revision 0)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=Stack
+Type=C
+Comment=Stack items on eachother
+Exec=/usr/local/lib/awn/applets/stack/stack.so
+Icon=folder-drag-accept
+Name[en_US]=Stack
[Q]



+Exec=/usr/local/lib/awn/applets/stack/stack.so
must be replace by
+Exec=@LIBDIR@/awn/applets/stack/stack.so
[Q]



Without, building deb is impossible ;-)
[Q]



*Edited at 4:20pm, 07/31/07
Score: 0 points
Any particular reason?
#5251 by ryancr (1.0000) posted on 4:20pm Tuesday, July 31st, 2007
yup a: sudo ln -s /usr/lib/awn /usr/local/lib/awn fixes it
[Q]

Score: 0 points
Any particular reason?
#5252 by Timon (1.0000) posted on 4:20pm Tuesday, July 31st, 2007
gilir said:
+Exec=/usr/local/lib/awn/applets/stack/stack.so
must be replace by
+Exec=@LIBDIR@/awn/applets/stack/stack.so
[Q]



Correct. And in another place as well. I'll fix it!
[Q]

Score: 0 points
Any particular reason?
#5253 by chatgris (0.4012) posted on 4:21pm Tuesday, July 31st, 2007
I'm getting this error:
[Q]



stack-pixbuf-utils.c:22:40: error: libgnomevfs/gnome-vfs-mime.h: No such file or directory
make[3]: *** [stack_la-stack-pixbuf-utils.lo] Erreur 1
[Q]



I've got libgnomevfs2 2.14 (and -dev) installed.
[Q]

--
http://www.petite-madame.fr

*Edited at 11:22am, 08/01/07
Score: 0 points
Any particular reason?
#5254 by DBO (0.6209) posted on 4:22pm Tuesday, July 31st, 2007
Timon, is it supposed to close when you click on an item?
[Q]

Score: 0 points
Any particular reason?
#5255 by Timon (1.0000) posted on 4:24pm Tuesday, July 31st, 2007
DBO said:
Timon, is it supposed to close when you click on an item?
[Q]



Timon said:
The popup should disappear when it looses focus.
[Q]



It works fine here. Probably another "new shiny" lib I have :(
[Q]

Score: 0 points
Any particular reason?
#5256 by markitoxs (0.2535) posted on 4:24pm Tuesday, July 31st, 2007
I also got multiple entries in the gconf-editor, seems to be like the folders I tried previously. Is this normal? Maybe that's the reason why it's not responding to changes...
[Q]

Score: 0 points
Any particular reason?
#5257 by Timon (1.0000) posted on 4:25pm Tuesday, July 31st, 2007
markitoxs said:
I also got multiple entries in the gconf-editor, seems to be like the folders I tried previously. Is this normal? Maybe that's the reason why it's not responding to changes...
[Q]



I guess. Try another entry :D
I have more of them too. I do not know yet how to get rid of them.
[Q]

Score: 0 points
Any particular reason?
#5258 by DBO (0.6209) posted on 4:26pm Tuesday, July 31st, 2007
actually it works here initially too Timon... lemme see if I can figure out the trigger to break that...
[Q]

Score: 0 points
Any particular reason?
#5259 by markitoxs (0.2535) posted on 4:27pm Tuesday, July 31st, 2007
Timon said:
I guess. Try another entry :D
I have more of them too. I do not know yet how to get rid of them.
[Q]



lol, me neither. btw, the icon name should be /home/user/place/to/icon.png, or should I place it in a specific location?
[Q]



Actually now it closes when looses focus. :)
[Q]



*Edited at 4:33pm, 07/31/07
Score: 0 points
Any particular reason?
#5260 by DBO (0.6209) posted on 4:28pm Tuesday, July 31st, 2007
hmmm I can reproduce but I did discover that the way you are forking child processes off of it should probably be improved. They are dependant on AWN as a parent process =)
[Q]

Score: 0 points
Any particular reason?
#5263 by ryancr (1.0000) posted on 4:31pm Tuesday, July 31st, 2007
Well I can't seem to get rid of anything in the stack, even if I delete it from the /tmp folder.
[Q]



Also as others, clicking on a icon in the stack doesn't close the stack, I have to click back on the stack folder icon to close it.
[Q]




Hmm, restarted awn and now everything seems to work
[Q]



*Edited at 4:35pm, 07/31/07
Score: 0 points
Any particular reason?
#5264 by Timon (1.0000) posted on 4:40pm Tuesday, July 31st, 2007
DBO said:
hmmm I can reproduce but I did discover that the way you are forking child processes off of it should probably be improved. They are dependant on AWN as a parent process =)
[Q]



(Fixed) I am re-posting a patch tomorrow.
[Q]



ryancr said:

Hmm, restarted awn and now everything seems to work
[Q]



Also the things you stated in the same post?
[Q]

Score: 0 points
Any particular reason?
#5265 by Timon (1.0000) posted on 4:43pm Tuesday, July 31st, 2007
Have fun. I'll checkin tomorrow :D
[Q]

Score: 0 points
Any particular reason?
#5266 by DBO (0.6209) posted on 4:47pm Tuesday, July 31st, 2007
thanks a lot Timon =)
[Q]

Score: 0 points
Any particular reason?
#5269 by markitoxs (0.2535) posted on 5:22pm Tuesday, July 31st, 2007
Thx 4 this fantastic patch timon.
[Q]

Score: 0 points
Any particular reason?
#5277 by Malh (0.2172) posted on 6:34pm Tuesday, July 31st, 2007
i get
[Q]



applet.c: In function 'awn_applet_factory_initp':
applet.c:29: error: too many arguments to function 'awn_applet_new'
make[3]: *** [stack_la-applet.lo] Error 1
make[3]: Leaving directory `/home/matthew/avant-window-navigator/applets/stack'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/matthew/avant-window-navigator/applets'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/matthew/avant-window-navigator'
make: *** [all] Error 2
[Q]



when i try to install
[Q]

Score: 0 points
Any particular reason?
#5282 by i3igFan (0.1565) posted on 8:28pm Tuesday, July 31st, 2007
( no avatar )
I seem to be getting the stack.so error as well upon loading ~
[Q]



** (awn-applet-activation:6446): WARNING **: Unable to load module @LIBDIR@/lib/awn/applets/stack/stack.so
[Q]




** (awn-applet-activation:6446): WARNING **: @LIBDIR@/lib/awn/applets/stack/stack.so: cannot open shared object file: No such file or directory
[Q]



** (awn-applet-activation:6446): WARNING **: Could not create plug
[Q]




I too get the forementioned white line, I have restarted x as well as the computer itself a few times. Heads up though, the video looked great Timon!
[Q]

Score: 0 points
Any particular reason?
#5289 by Timon (1.0000) posted on 11:39pm Tuesday, July 31st, 2007
Malh said:
applet.c: In function 'awn_applet_factory_initp':
applet.c:29: error: too many arguments to function 'awn_applet_new'
make[3]: *** [stack_la-applet.lo] Error 1
make[3]: Leaving directory `/home/matthew/avant-window-navigator/applets/stack'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/matthew/avant-window-navigator/applets'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/matthew/avant-window-navigator'
make: *** [all] Error 2
[Q]



You need to update your svn to revison 243!
[Q]



i3igFan said:
** (awn-applet-activation:6446): WARNING **: Unable to load module @LIBDIR@/lib/awn/applets/stack/stack.so
[Q]



Did you run "./autogen.sh" in the root dir of awn? The "@LIBDIR@" is not replaced with the correct path. So you did something wrong (or did nothing at all) while compiling.
[Q]



Score: 0 points
Any particular reason?
#5290 by isaac_j87 (1.0000) posted on 12:02am Wednesday, August 01st, 2007
I ran the autogen.sh in the root dir and still I get the same message...Am I suppose to apply the patch before or after ./autogen.sh
[Q]

--
-Isaac
Score: 0 points
Any particular reason?
#5291 by Timon (1.0000) posted on 12:06am Wednesday, August 01st, 2007
isaac_j87 said:
I ran the autogen.sh in the root dir and still I get the same message...Am I suppose to apply the patch before or after ./autogen.sh
[Q]



Before, else compile settings are not integrated into the new code.
Applying the patch after running "autogen.sh" would explain your problem.
[Q]

Score: 0 points
Any particular reason?
#5292 by isaac_j87 (1.0000) posted on 12:08am Wednesday, August 01st, 2007
Hmm...I always apply before...what file would need modification in order to change
[Q]



** (awn-applet-activation:6446): WARNING **: @LIBDIR@/lib/awn/applets/stack/stack.so: cannot open shared object file: No such file or directory
[Q]



Can it be manually done?
[Q]

--
-Isaac
Score: 0 points
Any particular reason?
#5293 by Timon (1.0000) posted on 12:09am Wednesday, August 01st, 2007
isaac_j87 said:
** (awn-applet-activation:6446): WARNING **: @LIBDIR@/lib/awn/applets/stack/stack.so: cannot open shared object file: No such file or directory
[Q]



I fixed the problem in the patch.
[Q]



*Edited at 12:14am, 08/01/07
Score: 0 points
Any particular reason?
#5294 by isaac_j87 (1.0000) posted on 12:14am Wednesday, August 01st, 2007
okay...i'll give that a try...sweet job...
[Q]



And I look forward to your patch!
[Q]



and BTW...Just got it working...thanks!
[Q]

--
-Isaac

*Edited at 12:17am, 08/01/07
Score: 0 points
Any particular reason?
#5305 by delfick (0.5615) posted on 3:22am Wednesday, August 01st, 2007
very nice :D
[Q]



unfortunately the icon of the stack in the bar takes on the icons of those files in the folder...
[Q]



but otherwise, very nice :D
[Q]




--
if you find my ideas weird, look at my avatar for the reason
Score: 0 points
Any particular reason?
#5308 by Timon (1.0000) posted on 3:53am Wednesday, August 01st, 2007
Updated the patch with a newer version. This one is for bazaar, see: https://launchpad.net/~awn-core/.
[Q]



It contains some code cleanups, and minor feature changes, like:
delfick said:
unfortunately the icon of the stack in the bar takes on the icons of those files in the folder...
[Q]



Use the gconf-editor for preferences.
[Q]






*Edited at 3:53am, 08/01/07
Score: 0.21 points
Any particular reason?
#5309 by Timon (1.0000) posted on 3:54am Wednesday, August 01st, 2007
I also created an initial readme (ships with the applet):
[Q]



STACK APPLET for AVANT_WINDOW_NAVIGATOR
=======================================
[Q]




Introduction
------------
This applet can monitor a folder (of choice) for file deletions or additions.
At the same time you can drag files onto the applet, from now on called "stack".
Those files will be linked (or copied (TODO)) in the folder. You can also drag
icons out of the stack, into the trashbin or into some other application. If you
click on an icon, it will launch the default application for it.
[Q]




Common applications
-------------------
o use a stack to monitor a "Downloads" directory
o use a stack to manage all your projects files in one place
[Q]




Howto
-----
Q: Choose the backend folder
A: Rightclick on the stack, select PROPERTIES and select a folder in the dialog.
[Q]



Q: Add a file to the stack
A: Drop the file(s) onto the stack. They will be linked in the backend folder,
or copy/link the file(s) directly to the folder. The stack will notice them.
[Q]



Q: Remove a file from the stack
A: Drag the file from the stack and drop it in a trashbin (for example in the
trash-applet), or delete it directly from the backend folder.
[Q]



Q: Select another default icon (either for stack or filemanager-button)
A: Until it is integrated in a nice GUI, you have to launch "gconf-editor", edit
the keys in /apps/avant-window-navigator/applets/. The icon has
to be (for now) a single filename, like "folder-drag-accept", that can be
found in your gnome icon theme. Support for full path specification of icons
will come in the future.
[Q]



Q: Remove the filemanager button from the stack
A: Set the "stack_filemanager_icon" key in the gconf-editor to empty.
[Q]



Q: Disable the "paint icons over the applet-icon" feature.
A: Again, see the gconf-editor
[Q]



Q: Alter other settings of the stack
A: Like the question above; find the right keys in the gconf-editor.
[Q]




Help
----
Q: I do not have a clue what is going wrong
A: Launch Awn from a terminal. It gives you more information (most of the
times). Try that first, it might give you a clue already.
[Q]



Q: I only see a white line instead of an applet.
A: A white line can be caused by two things: the applet does not load, or the
specified icon cannot be found.
[Q]

Score: 0.21 points
Any particular reason?
#5310 by markitoxs (0.2535) posted on 4:04am Wednesday, August 01st, 2007
Great README. My opinion is that the stacks should just LINK and not Copy. But an extra option in gconf for choosing might be useful.
[Q]



Score: 0 points
Any particular reason?
#5311 by markitoxs (0.2535) posted on 4:19am Wednesday, August 01st, 2007
Timon, any ideas about how to get rid of those multiple gconf-entries?
[Q]

Score: 0 points
Any particular reason?
#5314 by isaac_j87 (1.0000) posted on 4:58am Wednesday, August 01st, 2007
Wow, I just want to say that I'm very VERY impressed with this..and with AWN on a whole...This project drastically changed right before my eyes. I just implemented this awesome applet and I love its functionality. Its good looking and useful. Keep up the great work.
[Q]



Oh and BTW, I'm just throwing it out there...is it even possible to make "stacks" as fancy as mac's version? Even if it's not, I'm plenty satisfied with this...even at such an early stage. :)
[Q]

--
-Isaac
Score: 0 points
Any particular reason?
#5319 by delfick (0.5615) posted on 7:09am Wednesday, August 01st, 2007
Timon said:
Use the gconf-editor for preferences.
[Q]



i'm not sure you understood the problem... (look at the stack icon in the screenshot in my last post...it looks like the icons in the stack are piled on that single icon in the awn)....
[Q]



thnx for your work :D
[Q]

--
if you find my ideas weird, look at my avatar for the reason

*Edited at 7:10am, 08/01/07
Score: 0 points
Any particular reason?
#5320 by lagorgy (0.7720) posted on 7:17am Wednesday, August 01st, 2007
delfick said:
i'm not sure you understood the problem... (look at the stack icon in the screenshot in my last post...it looks like the icons in the stack are piled on that single icon in the awn)....

thats supposed to be a feature, isnt it?
[Q]



*Edited at 7:17am, 08/01/07
Score: 0 points
Any particular reason?
#5323 by meek (0.9995) posted on 7:42am Wednesday, August 01st, 2007
When I add the applet, all I get is a white stripe
[Q]



[Q]



But it's the same happens when I add the notification area. Maybe someone knows why..?
[Q]

Score: 0 points
Any particular reason?
#5325 by Malh (0.2172) posted on 8:30am Wednesday, August 01st, 2007
Timon said:
You need to update your svn to revison 243!
[Q]



sorry how do i update svn?
[Q]



Score: 0 points
Any particular reason?
#5331 by Photon (0.6711) posted on 9:24am Wednesday, August 01st, 2007
( no avatar )

Score: 0 points
Any particular reason?
#5336 by Sewage (0.6605) posted on 10:13am Wednesday, August 01st, 2007
This is very cool! It worked as soon as I restarted and was pretty easy to set up.
[Q]



My only major complaints are the "show in etcetc" icons file name is too long, when I made the icons smaller it cut off the name in an awkward way. Also I wish we could manage the opacity of the menu that pops out, specifically the boarder color.
[Q]



I can't wait to see how this applet advances, maybe someday right click support and emblems of the recent icons added instead of full icons! Terrific job so far!
[Q]

Score: 0 points
Any particular reason?
#5337 by Timon (1.0000) posted on 10:35am Wednesday, August 01st, 2007
Sewage said:
My only major complaints are the "show in etcetc" icons file name is too long, when I made the icons smaller it cut off the name in an awkward way. Also I wish we could manage the opacity of the menu that pops out, specifically the boarder color.
[Q]



You can set the transparency of all the colors!
With the gconf-editor you can set the colors in the format RGBA
for example: 000000FF (black, alpha = 255)
[Q]

Score: 0 points
Any particular reason?
#5338 by chatgris (0.4012) posted on 10:38am Wednesday, August 01st, 2007
stack-pixbuf-utils.c:22:40: error: libgnomevfs/gnome-vfs-mime.h: No such file or directory
make[3]: *** [stack_la-stack-pixbuf-utils.lo] Erreur 1
[Q]



Does anyone got a idea about this error ? A bug with my version of libgnome-vfs ?
[Q]

--
http://www.petite-madame.fr

*Edited at 10:38am, 08/01/07
Score: 0 points
Any particular reason?
#5339 by rgdg (0.6549) posted on 10:59am Wednesday, August 01st, 2007
( no avatar )
You probably need the libgnomevfs-dev package, name may not be exact, but the -dev package for libgnomevfs.
[Q]

Score: 0 points
Any particular reason?
#5341 by vishytk (0.3406) posted on 11:11am Wednesday, August 01st, 2007
( no avatar )
meek said:
When I add the applet, all I get is a white stripe
[Q]






Check the path for stack.so in stack.desktop file
[Q]

Score: 0 points
Any particular reason?
#5342 by chatgris (0.4012) posted on 11:24am Wednesday, August 01st, 2007
rgdg said:
You probably need the libgnomevfs-dev package, name may not be exact, but the -dev package for libgnomevfs.
[Q]



I've got the -dev package installed, but it's the 2.14 version.
[Q]
Score: 0 points
Any particular reason?
#5344 by searayman (1.0000) posted on 11:47am Wednesday, August 01st, 2007
this thread sure as hell started one big flame war on dig....
[Q]
Score: 0.17 points
Any particular reason?
#5360 by gilir (0.9999) posted on 12:28pm Wednesday, August 01st, 2007
Great patch ! :) Thanks :) This new fancy "bubble" make some new great possibilities for Awn :)
[Q]



Some feedbacks :
* The applet crash when open a PDF with it
* The applet freeze when the directory is too long to display
* Don't display directory (don't know if it's normal)
* Some icons are above the stack icon after loading
* Stack reload all the icons when you change the directory, and he is long for directory with many files (especialy vidéos). Maybe a cache system would be usefull.
* When the window's display is too large, it is cut by the limit of the screen.
* It will be very fun with animations ;)
[Q]



*Edited at 12:29pm, 08/01/07
Score: 0 points
Any particular reason?
#5371 by meek (0.9995) posted on 12:54pm Wednesday, August 01st, 2007
vishytk said:
Check the path for stack.so in stack.desktop file
[Q]



yes, the path was wrong. but it doesn't work anyway.
[Q]

Score: 0 points
Any particular reason?
#5372 by asomething (0.9744) posted on 12:58pm Wednesday, August 01st, 2007
meek said:
When I add the applet, all I get is a white stripe
[Q]



Required a restart for me...
[Q]



searayman said:
this thread sure as hell started one big flame war on dig....
[Q]



Everything starts a flame war on digg...
[Q]

Score: 1.00 points
Any particular reason?
#5373 by meek (0.9995) posted on 12:59pm Wednesday, August 01st, 2007
Didn't see the stack.desktop.in file. Now it works :)
[Q]



ps: my lib-path is "/usr/lib/.." not "/usr/local/lib/..". Maybe it should be dynamic
[Q]



*Edited at 1:02pm, 08/01/07
Score: 0 points
Any particular reason?
#5374 by searayman (1.0000) posted on 1:00pm Wednesday, August 01st, 2007
asomething said:
Everything starts a flame war on digg...
[Q]



sooo true....
[Q]
Score: 0 points
Any particular reason?
#5376 by meek (0.9995) posted on 1:06pm Wednesday, August 01st, 2007
As I see the stack generates symlinks to the original file.
I can't delete the links. nautilus says: "not on the same filesystem".
Anyway symlinks over filesystems are not a very clever thing.
[Q]

Score: 0 points
Any particular reason?
#5378 by Timon (1.0000) posted on 1:44pm Wednesday, August 01st, 2007
meek said:
As I see the stack generates symlinks to the original file.
I can't delete the links. nautilus says: "not on the same filesystem".
Anyway symlinks over filesystems are not a very clever thing.
[Q]



It just means: I cannot move it to the trash bin. Use the "real" delete (shift+delete) to remove them.
[Q]

Score: 0.17 points
Any particular reason?
Pages: 1 2 3 4
Thread Listing » AWN Applets » [Work in progress] Mac stacks for AWN

Post A Reply:

Powered by Metaforum ©2004-2012
Get your own Free AJAX Forum Messageboard by visiting the offical site.
.