BonesAWN said:
killall -HUP gconfd-2![]()
#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.
![]()
Score: 0 points
#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?![]()
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.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
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".
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
*Edited at 4:12pm, 07/31/07
Score: 0 points
#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?![]()
Timon said:
And by the way:
not all gconf-values are "realtime" proof. Some changes give weird effect, so then a restart is required.![]()
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.
"stack_use_symlink" does nothing. Try changing a color -> instant reaction.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
Score: 0 points
#5249 by ryancr (1.0000) posted on 4:18pm Tuesday, July 31st, 2007 |

Score: 0 points
#5250 by gilir (0.9999) posted on 4:19pm Tuesday, July 31st, 2007 |

--- 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
+++ 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
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
+Exec=/usr/local/lib/awn/applets/stack/stack.so
must be replace by
+Exec=@LIBDIR@/awn/applets/stack/stack.so
must be replace by
+Exec=@LIBDIR@/awn/applets/stack/stack.so
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
*Edited at 4:20pm, 07/31/07
Score: 0 points
#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![]()
Score: 0 points
#5255 by Timon (1.0000) posted on 4:24pm Tuesday, July 31st, 2007 |

Score: 0 points
#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...![]()
Score: 0 points
#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.![]()
lol, me neither. btw, the icon name should be /home/user/place/to/icon.png, or should I place it in a specific location?
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
*Edited at 4:33pm, 07/31/07
Score: 0 points
#5263 by ryancr (1.0000) posted on 4:31pm Tuesday, July 31st, 2007 |

Score: 0 points
#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 =)![]()
Score: 0 points
#5277 by Malh (0.2172) posted on 6:34pm Tuesday, July 31st, 2007 |

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
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
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
Score: 0 points
#5282 by i3igFan (0.1565) posted on 8:28pm Tuesday, July 31st, 2007 |
( no avatar )
** (awn-applet-activation:6446): WARNING **: Unable to load module @LIBDIR@/lib/awn/applets/stack/stack.so
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
** (awn-applet-activation:6446): WARNING **: @LIBDIR@/lib/awn/applets/stack/stack.so: cannot open shared object file: No such file or directory
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
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!
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
Score: 0 points
#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![]()
i3igFan said:
** (awn-applet-activation:6446): WARNING **: Unable to load module @LIBDIR@/lib/awn/applets/stack/stack.so![]()
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.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
Score: 0 points
#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![]()
Before, else compile settings are not integrated into the new code.
Applying the patch after running "autogen.sh" would explain your problem.
Applying the patch after running "autogen.sh" would explain your problem.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
Score: 0 points
#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![]()
*Edited at 12:14am, 08/01/07
Score: 0 points
#5305 by delfick (0.5615) posted on 3:22am Wednesday, August 01st, 2007 |

--
if you find my ideas weird, look at my avatar for the reason
Score: 0 points
#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/.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
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...![]()
Patch link: http://patch-manager.dskw.de/?id=49&do=patch
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
*Edited at 3:53am, 08/01/07
Score: 0.21 points
#5309 by Timon (1.0000) posted on 3:54am Wednesday, August 01st, 2007 |

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.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
Common applications
-------------------
o use a stack to monitor a "Downloads" directory
o use a stack to manage all your projects files in one place
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
Howto
-----
Q: Choose the backend folder
A: Rightclick on the stack, select PROPERTIES and select a folder in the dialog.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
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.
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.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
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.
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.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
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.
A: Until it is integrated in a nice GUI, you have to launch "gconf-editor", edit
the keys in /apps/avant-window-navigator/applets/
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.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
Q: Remove the filemanager button from the stack
A: Set the "stack_filemanager_icon" key in the gconf-editor to empty.
A: Set the "stack_filemanager_icon" key in the gconf-editor to empty.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
Q: Alter other settings of the stack
A: Like the question above; find the right keys in the gconf-editor.
A: Like the question above; find the right keys in the gconf-editor.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
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.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
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.
A: A white line can be caused by two things: the applet does not load, or the
specified icon cannot be found.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
Score: 0.21 points
#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.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
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. :)
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
--
-Isaac
Score: 0 points
#5319 by delfick (0.5615) posted on 7:09am Wednesday, August 01st, 2007 |

Timon said:
Use the gconf-editor for preferences.![]()
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)....
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
--
if you find my ideas weird, look at my avatar for the reason
*Edited at 7:10am, 08/01/07
Score: 0 points
#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?
![]()
*Edited at 7:17am, 08/01/07
Score: 0 points
#5331 by Photon (0.6711) posted on 9:24am Wednesday, August 01st, 2007 |
( no avatar )
Score: 0 points
#5336 by Sewage (0.6605) posted on 10:13am Wednesday, August 01st, 2007 |

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.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
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!
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
Score: 0 points
#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.![]()
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)
With the gconf-editor you can set the colors in the format RGBA
for example: 000000FF (black, alpha = 255)
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
Score: 0 points
#5341 by vishytk (0.3406) posted on 11:11am Wednesday, August 01st, 2007 |
( no avatar )
Score: 0 points
#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.![]()
Score: 0 points
#5360 by gilir (0.9999) posted on 12:28pm Wednesday, August 01st, 2007 |

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 ;)
* 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 ;)
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
*Edited at 12:29pm, 08/01/07
Score: 0 points
#5371 by meek (0.9995) posted on 12:54pm Wednesday, August 01st, 2007 |

Score: 0 points
#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![]()
searayman said:
this thread sure as hell started one big flame war on dig....![]()
Score: 1.00 points
#5374 by searayman (1.0000) posted on 1:00pm Wednesday, August 01st, 2007 |

Score: 0 points
#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.![]()
It just means: I cannot move it to the trash bin. Use the "real" delete (shift+delete) to remove them.
![Click to quote this passage; Click again to jump to bottom [Q]](engine/grafts/newdefault/images/qq.png)
Score: 0.17 points