Re: [e-users] Startup{CLI Estartup} applications not honored

2012-11-15 Thread JtWdyP
It would appear that on Nov 11, Stefano did say: > On Sun, 11 Nov 2012 20:31:57 +0100, you wrote: > >Stefano, il 11/11/2012 19:03, ha scritto: > > > >> I start enlightenment from the command line (enlightenment_start), I don't > >> know whether this affects the XDG stuff... > > > >if I'm not wron

Re: [e-users] [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 20:02:18 +0200 Tom Hacohen said: > On 14/11/12 02:09, Carsten Haitzler (The Rasterman) wrote: > > On Tue, 13 Nov 2012 21:17:22 +0200 Tom Hacohen said: > > > >> On 13/11/12 17:32, Michael Blumenkrantz wrote: > >>> It's time for (drum roll) the second alpha release of E17! > >

Re: [e-users] eina problem

2012-11-15 Thread maderios
On 11/15/2012 02:33 PM, Shane McGuire wrote: > On Thu, Nov 15, 2012 at 1:31 PM, maderios wrote: > >> On 11/15/2012 12:58 PM, Shane McGuire wrote: >>> change this: >>> in_efl="eina evil eet evas embryo eo" >>> to this: >>> in_efl="efl" >>> >>> the package efl contains all of the items on the first

Re: [e-users] Enlil error using easy_e17.sh

2012-11-15 Thread Andrea De Paola
Hello Yesterday I download again the script easy_e17.sh and I could correctly install e17 with the basic option. Now I'd like installing extra modules and apps: what is the best way to do that? In the script there are the options -i for install and -u for upgrade, and the option --packagelist to

Re: [e-users] eina problem

2012-11-15 Thread Shane McGuire
On Thu, Nov 15, 2012 at 1:31 PM, maderios wrote: > On 11/15/2012 12:58 PM, Shane McGuire wrote: > > change this: > > in_efl="eina evil eet evas embryo eo" > > to this: > > in_efl="efl" > > > > the package efl contains all of the items on the first line now. > > > I tried it but it doesnt work bec

Re: [e-users] eina problem

2012-11-15 Thread maderios
On 11/15/2012 12:58 PM, Shane McGuire wrote: > change this: > in_efl="eina evil eet evas embryo eo" > to this: > in_efl="efl" > > the package efl contains all of the items on the first line now. I tried it but it doesnt work because eina and other libraries are in http://svn.enlightenment.org/svn

Re: [e-users] eina problem

2012-11-15 Thread Shane McGuire
change this: in_efl="eina evil eet evas embryo eo" to this: in_efl="efl" the package efl contains all of the items on the first line now. Cheers, Shane On Thu, Nov 15, 2012 at 12:40 PM, maderios wrote: > On 11/15/2012 02:42 AM, Wido wrote: > > Open the script, look for the variable 'efl_basi

Re: [e-users] eina problem

2012-11-15 Thread maderios
On 11/15/2012 02:42 AM, Wido wrote: > Open the script, look for the variable 'efl_basic', remove all the individual > efl libs (eet, evas, ecore, etc...) and replace with only 'efl'. That should > do the trick (that an removing the old ones with a fresh svn checkout, > otherwise updates won't wo