On Fri, 2007-09-21 at 17:00 +0200, Luca Cappelletti wrote: > Hi Alexander, > > On 9/21/07, Alexander Larsson <[EMAIL PROTECTED]> wrote: > How do you at > runtime know where the bundle is? > > This is a good point to review. > I'm working on it. > My actual solution is to export as a global env it's own position to > the final binary.I 'm experimenting. I find it dangerous if the user > change the bundle position. > Now I'm experimenting using live clone of the bundle fixed into > $RANDOM disk cache folder so you'll have a fixed position of the > bundle. > This involve more space but today it's not a problem in a desktop. > I'm thinking on it.
This means you can only run one instance of the app at the same time. Maybe you can use the /proc/self/fds/ symlink hack used in glick instead. _______________________________________________ xdg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xdg
