Re: [E-devel] E CVS: apps/evfs chaos

2007-06-28 Thread Vincent Torri
On Wed, 27 Jun 2007, Enlightenment CVS wrote: Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs Dir : e17/apps/evfs Modified Files: configure.in Log Message: * Explicitly include evas + +PROG=evas-config; +AC_PATH_PROG(EVAS_CONFIG, $PROG,

Re: [E-devel] E CVS: apps/evfs chaos

2007-06-28 Thread Christopher Michael
Vincent Torri wrote: On Wed, 27 Jun 2007, Enlightenment CVS wrote: Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs Dir : e17/apps/evfs Modified Files: configure.in Log Message: * Explicitly include evas + +PROG=evas-config;

[E-devel] Additional PAM modules for authentication (desklock, entrance)

2007-06-28 Thread Alexander Griesser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks! Recently I finally configured the finger print reader on my Lenovo Thinkpad and was very surprised how easy it was to configure authentication via my fingerprints using an additional PAM module (pam_thinkfinger.so). I then tried to enable

Re: [E-devel] E CVS: libs/evas ningerso

2007-06-28 Thread Nathan Ingersoll
But I did manage to mess that up and leave the error status uninitialized. Committed a fix for that. On 6/28/07, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: On 6/28/07, Enlightenment CVS [EMAIL PROTECTED] wrote: Enlightenment CVS committal Author : ningerso Project : e17 Module

[E-devel] [PATCH] e_utils missing -lecore_file

2007-06-28 Thread Christian Wiese
Hi folks, while building e_utils today I discovered that e_utils failed because of undefined references to 'ecore_file_get_file' linking e17setroot, because it is not linked using '-lecore_file'. Funny thing is that it build nicely with a CVS snapshot from 2007-06-22 so maybe some side effects

[E-devel] [PATCH] e_utils missing -lecore_file

2007-06-28 Thread Christian Wiese
Sorry ... forgot to attach the patch the first time ;) Hi folks, while building e_utils today I discovered that e_utils failed because of undefined references to 'ecore_file_get_file' linking e17setroot, because it is not linked using '-lecore_file'. Funny thing is that it build nicely with a

[E-devel] [PATCH] e_utils missing -lecore_file

2007-06-28 Thread Christian Wiese
Hi folks, while building e_utils today I discovered that e_utils failed because of undefined references to 'ecore_file_get_file' linking e17setroot, because it is not linkHi folks, while building e_utils today I discovered that e_utils failed because of undefined references to

Re: [E-devel] Esmart fixed placing?

2007-06-28 Thread Andreas Volz
Am Mon, 25 Jun 2007 20:29:50 -0500 schrieb Brian Mattern: Esmart_Container is designed as a container that you simply append/prepend things to, with no extra parameters. It would probably be better to just write your own smart object to do what you're describing. I started with writing my

Re: [E-devel] E CVS: libs/edje raster

2007-06-28 Thread Gustavo Sverzut Barbieri
got those from pahole or manual inspection? On 6/28/07, Enlightenment CVS [EMAIL PROTECTED] wrote: Enlightenment CVS committal Author : raster Project : e17 Module : libs/edje Dir : e17/libs/edje/src/lib Modified Files: edje_private.h Log Message: save a few bytes

Re: [E-devel] E CVS: proto chaos

2007-06-28 Thread Gustavo Sverzut Barbieri
On 6/29/07, Enlightenment CVS [EMAIL PROTECTED] wrote: - etk_signal_connect(popped_up, ETK_OBJECT(menu), ETK_CALLBACK(_entropy_etk_context_menu_popup_cb), NULL); + etk_signal_connect(popped-up, ETK_OBJECT(menu), ETK_CALLBACK(_entropy_etk_context_menu_popup_cb),