Re: [E-devel] Windows and edje externals

2011-02-09 Thread Vincent Torri
On Thu, 10 Feb 2011, Carsten Haitzler (The Rasterman) wrote: > On Fri, 4 Feb 2011 13:29:20 +0100 Cedric BAIL said: > >> On Fri, Feb 4, 2011 at 12:03 PM, Vincent Torri wrote: >>> On Fri, 4 Feb 2011, Cedric BAIL wrote: On Mon, Jan 31, 2011 at 7:12 PM, Vincent Torri wrote: > in elementa

Re: [E-devel] Windows and edje externals

2011-02-09 Thread The Rasterman
On Fri, 4 Feb 2011 13:29:20 +0100 Cedric BAIL said: > On Fri, Feb 4, 2011 at 12:03 PM, Vincent Torri wrote: > > On Fri, 4 Feb 2011, Cedric BAIL wrote: > >> On Mon, Jan 31, 2011 at 7:12 PM, Vincent Torri wrote: > >>> in elementary, the edje externals search the icons in PACKAGE_DATA_DIR > >>> (s

Re: [E-devel] Windows and edje externals

2011-02-04 Thread Cedric BAIL
On Fri, Feb 4, 2011 at 12:03 PM, Vincent Torri wrote: > On Fri, 4 Feb 2011, Cedric BAIL wrote: >> On Mon, Jan 31, 2011 at 7:12 PM, Vincent Torri wrote: >>> in elementary, the edje externals search the icons in PACKAGE_DATA_DIR >>> (see elementary/src/edje_externals/private.h, at the end). Would i

Re: [E-devel] Windows and edje externals

2011-02-04 Thread Vincent Torri
On Fri, 4 Feb 2011, Cedric BAIL wrote: > Hi, > > On Mon, Jan 31, 2011 at 7:12 PM, Vincent Torri wrote: >> in elementary, the edje externals search the icons in PACKAGE_DATA_DIR >> (see elementary/src/edje_externals/private.h, at the end). Would it be >> reasonnable to first check if the env var

Re: [E-devel] Windows and edje externals

2011-02-04 Thread Cedric BAIL
Hi, On Mon, Jan 31, 2011 at 7:12 PM, Vincent Torri wrote: > in elementary, the edje externals search the icons in PACKAGE_DATA_DIR > (see elementary/src/edje_externals/private.h, at the end). Would it be > reasonnable to first check if the env var ELM_DATA_DIR is set and use its > value, and, if

[E-devel] Windows and edje externals

2011-01-31 Thread Vincent Torri
Hey, in elementary, the edje externals search the icons in PACKAGE_DATA_DIR (see elementary/src/edje_externals/private.h, at the end). Would it be reasonnable to first check if the env var ELM_DATA_DIR is set and use its value, and, if not, to use PACKAGE_DATA_DIR ? (Note that ELM_DATA_DIR is