Re: [E-devel] RFC: helper to find program resources

2010-10-02 Thread The Rasterman
On Sat, 2 Oct 2010 11:41:34 -0300 Gustavo Sverzut Barbieri said: > On Sat, Oct 2, 2010 at 8:34 AM, Carsten Haitzler wrote: > > On Wed, 29 Sep 2010 05:53:04 -0300 Gustavo Sverzut Barbieri > > said: > > > > the attached is what i was thinking of > > Did you actually try my code? It does exactly

Re: [E-devel] RFC: helper to find program resources

2010-10-02 Thread Gustavo Sverzut Barbieri
On Sat, Oct 2, 2010 at 11:41 AM, Gustavo Sverzut Barbieri wrote: > On Sat, Oct 2, 2010 at 8:34 AM, Carsten Haitzler wrote: >> On Wed, 29 Sep 2010 05:53:04 -0300 Gustavo Sverzut Barbieri >> said: >> >> the attached is what i was thinking of > > Did you actually try my code? It does exactly the sa

Re: [E-devel] RFC: helper to find program resources

2010-10-02 Thread Gustavo Sverzut Barbieri
On Sat, Oct 2, 2010 at 8:34 AM, Carsten Haitzler wrote: > On Wed, 29 Sep 2010 05:53:04 -0300 Gustavo Sverzut Barbieri > said: > > the attached is what i was thinking of Did you actually try my code? It does exactly the same as you want, but does not rely on ugly enumerates and thus allows extens

Re: [E-devel] RFC: helper to find program resources

2010-10-02 Thread The Rasterman
On Wed, 29 Sep 2010 05:53:04 -0300 Gustavo Sverzut Barbieri said: the attached is what i was thinking of > Hi all, > > Often programs need to use secondary resources such as images, theme, > configuration files and so on. Finding them proves to be a major pain, > particularly when you want it t

[E-devel] RFC: helper to find program resources

2010-09-29 Thread Gustavo Sverzut Barbieri
Hi all, Often programs need to use secondary resources such as images, theme, configuration files and so on. Finding them proves to be a major pain, particularly when you want it to be relocatable or you want your development version to take precedence over installed. Find attached an initial imp