Re: [E-devel] Security problem with e17 screen lock and startx

2008-04-08 Thread aji
giggz wrote: Hi, Here is a known security problem : - launch an e17 session with startx - lock the screen (with ctrl + l) in order to avoid that others people can use our session - someone (a bad one) kills the x server with (ctrl+alt+backspace) - and get the an opened user session...

Re: [E-devel] Security problem with e17 screen lock and startx

2008-04-08 Thread GiGGz
aji a écrit : giggz wrote: Hi, Here is a known security problem : - launch an e17 session with startx - lock the screen (with ctrl + l) in order to avoid that others people can use our session - someone (a bad one) kills the x server with (ctrl+alt+backspace) - and get the an opened

[E-devel] PATCH: new evas function

2008-04-08 Thread andres
See: http://bugs.enlightenment.org/show_bug.cgi?id=431 I needed a way to copy all the data pointers from one Evas Object to another to make changing themes at runtime possible in a didactic framework I'm working on for my devwithedje book, the full code of the framework code can be seen here:

Re: [E-devel] EWL theming

2008-04-08 Thread Peter Wehrfritz
[EMAIL PROTECTED] schrieb: Just adding a +1 to this. I have had similar difficulties theming Gtk+ in the past. I admire the old Athena (Xaw) and Motif widget sets because they grant the 'themer' the ability to pick out a widget based on it's parents names and classes as well as it's own. It

[E-devel] [RFC] Async events API

2008-04-08 Thread Cedric BAIL
Hi, This patch doesn't break anything at this time :-) It's a standalone feature that just add the possibility to evas to receive events from another thread. It introduce 3 new API. * Retrieve the fd that need to be monitored by ecore : EAPI int evas_async_events_fd_get(); * Process all

[E-devel] Nightly build log for E17 on 2008-04-08 07:09:04 -0700

2008-04-08 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-04-08 07:09:04 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log engage

Re: [E-devel] Security problem with e17 screen lock and startx

2008-04-08 Thread eekee57
On 8 Apr, GiGGz wrote: aji a écrit : giggz wrote: Hi, Here is a known security problem : - launch an e17 session with startx - lock the screen (with ctrl + l) in order to avoid that others people can use our session - someone (a bad one) kills the x server with (ctrl+alt+backspace)

Re: [E-devel] Security problem with e17 screen lock and startx

2008-04-08 Thread eekee57
On 8 Apr, Carsten Haitzler wrote: On Mon, 07 Apr 2008 23:54:39 +0200 giggz [EMAIL PROTECTED] babbled: this is not a problem with e or e17 - every wm and desktop environment will have this problem. just don't use startx! use a login manager (gdm, kdm, xdm, entrance etc.) stop using startx!

Re: [E-devel] [RFC] Async events API

2008-04-08 Thread Gustavo Sverzut Barbieri
On Tue, Apr 8, 2008 at 11:05 AM, Cedric BAIL [EMAIL PROTECTED] wrote: Hi, This patch doesn't break anything at this time :-) It's a standalone feature that just add the possibility to evas to receive events from another thread. It introduce 3 new API. I'm not sure the fd must be set to

Re: [E-devel] [PATCH] The big cache patch.

2008-04-08 Thread Jose Gonzalez
Cedric wrote: Hi, Let's really break everything ! This is the same serie of old patch up to date that improve the cache system. It should not break anything. The code is cleaner and should fix some bugs hard to track in the current code base. I want to base my work on loading image