Re: [e-users] EDB in evas =???

2010-12-03 Thread C Anthony Risinger
it would be cool to introspect+generate the necessary files to later assemble via graphiz or some other visualizer library... then you could see it all :) i'm a big fan of introspective visualisation; nobody likes writing ever changing docs, and images have a _much_ higher bandwidth. C Anthony O

Re: [e-users] EDB in evas =???

2010-12-03 Thread The Rasterman
On Sat, 4 Dec 2010 00:07:39 -0300 Wido said: README. :) it should be there. not in the wiki. evas has its options documented. not everything does. it's a lot of work. > Sound like a lotbut in the mean time, could it be at least a chart in > the wiki with which options has each package (the s

Re: [e-users] First (Hopefully) Weekly report

2010-12-03 Thread The Rasterman
On Mon, 29 Nov 2010 19:22:39 -0200 Iván Briano (Sachiel) said: i like! > Hello people, for those of you that don't check out our Trac news or > Planet every hour, > I give you the first of the new Weekly Reports on what's going on with > and around the EFL. > > The link: http://trac.enlightenme

Re: [e-users] EDB in evas =???

2010-12-03 Thread Wido
Sound like a lotbut in the mean time, could it be at least a chart in the wiki with which options has each package (the specific for each lib, not just the regular ones), what does it needs for using such flags (such as using tls or ssl), and what are some pro-cons in using it? and also keeping

Re: [e-users] EDB in evas =???

2010-12-03 Thread The Rasterman
On Fri, 3 Dec 2010 13:56:35 +0100 Karl Sinn said: > Am Freitag, 3. Dezember 2010, 12:42:06 schrieb Cedric BAIL: > > On Fri, Dec 3, 2010 at 12:11 PM, Karl Sinn wrote: > > > while compiling evas there is a message that EDB is not build. > > > what is EDB and where do I find it? > > > > Some old b

Re: [e-users] e17 on CentOS 5.5

2010-12-03 Thread The Rasterman
On Fri, 3 Dec 2010 12:32:03 -0800 (PST) Daniel Badilla Navarro said: looks to me to be a "broken" librsvg. well librsvg is not including cairo cflags (or i guess linker flags either). rvsg 2.26 does on ubuntu. i can work around thsi by forcing a check of cairo too in evas. but that wont help you

Re: [e-users] Locking Enlightenment Configuration

2010-12-03 Thread The Rasterman
On Fri, 3 Dec 2010 08:21:30 -0600 Jeff Hoogland said: he can write a module to implement all sorts of policies he wants. like illume... well except for some things - like if he uses comp, it will always set up an emergency escape keybinding to reset comp to defaults and get you out of it. best he

Re: [e-users] rendering backend

2010-12-03 Thread The Rasterman
On Fri, 3 Dec 2010 14:06:02 +0100 Karl Sinn said: > Am Freitag, 3. Dezember 2010, 13:59:57 schrieb Cedric BAIL: > > On Fri, Dec 3, 2010 at 1:54 PM, Karl Sinn wrote: > > >> >> With that hardware, only the software X11 one will be usefull. That > > >> >> all what you need. > > >> > > > >> > so th

Re: [e-users] e17 on CentOS 5.5

2010-12-03 Thread Daniel Badilla Navarro
Carsten, For evas ./configure worked fine, but then when running make: Making all in svg make[5]: Entering directory `/root/installers/enlightenment/evas-1.0.0.beta2/src/modules/loaders/svg' CC module_la-evas_image_load_svg.lo In file included from evas_image_load_svg.c:5: /usr/include/lib

Re: [e-users] e17 on CentOS 5.5

2010-12-03 Thread Daniel Badilla Navarro
I had not before, but I did and still nothing, same error: [r...@dbadilla-atg-dev:~/installers/enlightenment/edje-1.0.0.beta2]$ make install Making install in data make[1]: Entering directory `/root/installers/enlightenment/edje-1.0.0.beta2/data' Making install in include make[2]: Entering direc

Re: [e-users] Locking Enlightenment Configuration

2010-12-03 Thread Gustavo Sverzut Barbieri
On Fri, Dec 3, 2010 at 12:33 PM, Cedric BAIL wrote: > On Fri, Dec 3, 2010 at 3:21 PM, Jeff Hoogland wrote: >> Ah alrighty, >> >> I had someone wanting to use Enlightenment for a Kiosk type computer (in a >> public setting) and doesn't want users to be able to rearrange the entire >> desktop on hi

Re: [e-users] Locking Enlightenment Configuration

2010-12-03 Thread Cedric BAIL
On Fri, Dec 3, 2010 at 3:21 PM, Jeff Hoogland wrote: > Ah alrighty, > > I had someone wanting to use Enlightenment for a Kiosk type computer (in a > public setting) and doesn't want users to be able to rearrange the entire > desktop on him. Would adding a lock such as I describe be possible? I be

Re: [e-users] Locking Enlightenment Configuration

2010-12-03 Thread Jeff Hoogland
Ah alrighty, I had someone wanting to use Enlightenment for a Kiosk type computer (in a public setting) and doesn't want users to be able to rearrange the entire desktop on him. Would adding a lock such as I describe be possible? ~Jeff On Fri, Dec 3, 2010 at 12:34 AM, Carsten Haitzler wrote: >

Re: [e-users] rendering backend

2010-12-03 Thread Karl Sinn
Am Freitag, 3. Dezember 2010, 13:59:57 schrieb Cedric BAIL: > On Fri, Dec 3, 2010 at 1:54 PM, Karl Sinn wrote: > >> >> With that hardware, only the software X11 one will be usefull. That > >> >> all what you need. > >> > > >> > so the others are all hardware dependent? > >> > >> Depends :-) Some

Re: [e-users] rendering backend

2010-12-03 Thread Cedric BAIL
On Fri, Dec 3, 2010 at 1:54 PM, Karl Sinn wrote: >> >> With that hardware, only the software X11 one will be usefull. That >> >> all what you need. >> > >> > so the others are all hardware dependent? >> >> Depends :-) Some are, like OpenGL, some are not like SDL or DirectFB. >> But if you don't kn

Re: [e-users] EDB in evas =???

2010-12-03 Thread Karl Sinn
Am Freitag, 3. Dezember 2010, 12:42:06 schrieb Cedric BAIL: > On Fri, Dec 3, 2010 at 12:11 PM, Karl Sinn wrote: > > while compiling evas there is a message that EDB is not build. > > what is EDB and where do I find it? > > Some old beast that you don't need anymore. :) ok, so I don't look for it

Re: [e-users] rendering backend

2010-12-03 Thread Karl Sinn
> >> With that hardware, only the software X11 one will be usefull. That > >> all what you need. > > > > so the others are all hardware dependent? > > Depends :-) Some are, like OpenGL, some are not like SDL or DirectFB. > But if you don't know what it is and why you will need them, in that > cas

Re: [e-users] rendering backend

2010-12-03 Thread Cedric BAIL
On Fri, Dec 3, 2010 at 12:17 PM, Karl Sinn wrote: > Am Freitag, 3. Dezember 2010, 11:47:46 schrieb Cedric BAIL: >> On Fri, Dec 3, 2010 at 10:39 AM, Karl Sinn wrote: >> > I'm just compiling E17 again :) and I go through the logs. I saw that >> > there are many rendering backends which are possible

Re: [e-users] EDB in evas =???

2010-12-03 Thread Cedric BAIL
On Fri, Dec 3, 2010 at 12:11 PM, Karl Sinn wrote: > while compiling evas there is a message that EDB is not build. > what is EDB and where do I find it? Some old beast that you don't need anymore. -- Cedric BAIL -- Incr

Re: [e-users] rendering backend

2010-12-03 Thread Karl Sinn
Am Freitag, 3. Dezember 2010, 11:47:46 schrieb Cedric BAIL: > Hi, > > On Fri, Dec 3, 2010 at 10:39 AM, Karl Sinn wrote: > > I'm just compiling E17 again :) and I go through the logs. I saw that > > there are many rendering backends which are possible, but besides one > > they are all "no". > > >

[e-users] EDB in evas =???

2010-12-03 Thread Karl Sinn
Hi, while compiling evas there is a message that EDB is not build. what is EDB and where do I find it? Karl -- Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base &

Re: [e-users] e17 on CentOS 5.5

2010-12-03 Thread Cedric BAIL
On Thu, Dec 2, 2010 at 11:48 PM, Adam Flott wrote: > On Thu, 2 Dec 2010, Daniel Badilla Navarro wrote: >> >> `/root/installers/enlightenment/edje-1.0.0.beta2/src/lib' >>  CCLD   libedje.la >> /usr/bin/ld: cannot find -lecore_imf_evas >> collect2: ld returned 1 exit status >> make[3]: *** [libedje.

Re: [e-users] rendering backend

2010-12-03 Thread Cedric BAIL
Hi, On Fri, Dec 3, 2010 at 10:39 AM, Karl Sinn wrote: > I'm just compiling E17 again :) and I go through the logs. I saw that there > are many rendering backends which are possible, but besides one they are all > "no". > > Do I need additional stuff installed for the others? > Which one would be

Re: [e-users] elsa & pam

2010-12-03 Thread michael bouchaud
fixed now 2010/12/3 michael bouchaud > Hooo, some codes in elsa are missed... SPANK SPANK SPANK me > > 2010/12/2 Mister Olli > > hi... >> >> >> > If so, what configuration steps need to be taken to make elsa >> > open a >> > session when a user logs in successfully

Re: [e-users] elsa & pam

2010-12-03 Thread michael bouchaud
Hooo, some codes in elsa are missed... SPANK SPANK SPANK me 2010/12/2 Mister Olli > hi... > > > > If so, what configuration steps need to be taken to make elsa > > open a > > session when a user logs in successfully? > > need a file in /etc/pam.d/program_name and all

[e-users] rendering backend

2010-12-03 Thread Karl Sinn
Hi, I'm just compiling E17 again :) and I go through the logs. I saw that there are many rendering backends which are possible, but besides one they are all "no". Do I need additional stuff installed for the others? Which one would be "the best" for me? I use eeePC R101 with openSUSE 11.2 tha