Re: [E-devel] help with imlib2 tweaking

2005-12-15 Thread The Rasterman
On Wed, 14 Dec 2005 23:53:10 -0800 Ben Ford [EMAIL PROTECTED] babbled: I'm writing a program who's main function will essentially boil down to copying a small rectangle from one image to another and write it out as a JPG file. No other image manipulation functions are required. It does

[E-devel] pydje!!!

2005-12-15 Thread Essien Ita Essien
[http://datavibe.net/~essiene/downloads/pydje-0.2.0.tar.gz] I have a confession to make... I've been *green* with envy about Tilman using R17 ;). Therefore, in the innermost evel core of my mind, I hatched a master plan... or actually, I hatched an egg :P, a python egg... ladies and gentl

[E-devel] The return value from fd handlers.

2005-12-15 Thread David Seikel
While I was investigating the best way to go about adding line buffering to ecore_exe, I stumbled upon a little problem. The return value from fd handlers is not documented anywhere, and it is in fact used differently under different circumstances. If there is a buf_func defined for this

Re: [E-devel] The return value from fd handlers.

2005-12-15 Thread Brian Mattern
On Thursday 15 December 2005 16:07, David Seikel wrote: While I was investigating the best way to go about adding line buffering to ecore_exe, I stumbled upon a little problem. The return value from fd handlers is not documented anywhere, and it is in fact used differently under different

[E-devel] e_int_config_modules

2005-12-15 Thread jerome Wilson
Ok so this is my ... 3rd attempt, i'll also sent this to raster, this is sort of a RFC. Enjoy Hello E-landers, here is a patch that addresses the need for graphical module configuration in E17. It does the following thins : I. adds e_modapi_config to module allowing access to a

Re: [E-devel] The return value from fd handlers.

2005-12-15 Thread David Seikel
On Thu, 15 Dec 2005 16:24:50 -0600 Brian Mattern [EMAIL PROTECTED] wrote: I haven't looked at ecore_exe / fd handlers / etc. However, in most ecore handlers the return values are 0 - this handler is done, don't call it again / delete it !0 - this handler is not done, call it again next

[E-devel] e16.8 pre1

2005-12-15 Thread Kim Woelders
Hi all, It may be a bit late for this, e17 lurking just around the corner, but it looks like there still are a handful of e16 users out there. Anyway, source tarballs and (fc4) rpms can as usual be found here: http://sourceforge.net/project/showfiles.php?group_id=2 Some new features are: -

[E-devel] wtf?

2005-12-15 Thread David Seikel
E17: Begin shutdown procedure! *** glibc detected *** free(): invalid pointer: 0x08130788 *** Program received signal SIGABRT, Aborted. [Switching to Thread -1214720320 (LWP 4621)] 0xe410 in ?? () #0 0xe410 in ?? () #1 0xbffcc3a4 in ?? () #2 0x0006 in ?? () #3 0x120d in ?? ()

Re: [E-devel] wtf?

2005-12-15 Thread Chad Kittel
David Seikel [EMAIL PROTECTED] [Fri, 16 Dec 2005 12:46:11 +1000]: sinp #9 0xb7e806ad in evas_stringshare_del (str=0x8130790 Receive and #send text messages from your mobile phone) at evas_stringshare.c:105 #10 sinp I could not find any sign of that string. It's a pretty unlikely string to.

Re: [E-devel] wtf?

2005-12-15 Thread David Seikel
On Thu, 15 Dec 2005 21:11:35 -0600 Chad Kittel [EMAIL PROTECTED] wrote: David Seikel [EMAIL PROTECTED] [Fri, 16 Dec 2005 12:46:11 +1000]: sinp #9 0xb7e806ad in evas_stringshare_del (str=0x8130790 Receive and #send text messages from your mobile phone) at evas_stringshare.c:105 #10 sinp

[E-devel] Entrance patch to for obtaining system sessions list

2005-12-15 Thread Phuah Yee Keat
Hi, Yeah, there's no attachments to this email, because I have a 74k tar.gz file and a 10k .patch file. Should I sent to this list and flood everybody? Cheers, Phuah Yee Keat --- This SF.net email is sponsored by: Splunk Inc. Do you grep

Re: [E-devel] Entrance patch to for obtaining system sessions list

2005-12-15 Thread Morten Nilsen
Phuah Yee Keat wrote: Hi, Yeah, there's no attachments to this email, because I have a 74k tar.gz file and a 10k .patch file. Should I sent to this list and flood everybody? if you can, put the file on a web-server and link it :) I don't really care, but I suspect other might.. -- Morten

Re: [E-devel] wtf?

2005-12-15 Thread The Rasterman
On Fri, 16 Dec 2005 12:46:11 +1000 David Seikel [EMAIL PROTECTED] babbled: E17: Begin shutdown procedure! *** glibc detected *** free(): invalid pointer: 0x08130788 *** Program received signal SIGABRT, Aborted. [Switching to Thread -1214720320 (LWP 4621)] 0xe410 in ?? () #0

Re: [E-devel] wtf?

2005-12-15 Thread David Seikel
On Fri, 16 Dec 2005 14:11:17 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: I could not find any sign of that string. It's a pretty unlikely string to. have u been using exebuf? i had a small unref issue i fixed yesterday evening... Not during that session. Turns out I

Re: [E-devel] Entrance patch to for obtaining system sessions list

2005-12-15 Thread Phuah Yee Keat
Morten Nilsen wrote: Phuah Yee Keat wrote: Hi, Yeah, there's no attachments to this email, because I have a 74k tar.gz file and a 10k .patch file. Should I sent to this list and flood everybody? if you can, put the file on a web-server and link it :) I don't really care, but I suspect

Re: [E-devel] Entrance patch to for obtaining system sessions list

2005-12-15 Thread Morten Nilsen
Phuah Yee Keat wrote: 2. Entrance will now only have a configuration to where to look for those .desktop files, currently they are stored in a comma separated path list as '/entrance/sessions/dir'. immediate thought, use the standard path delimiter : instead of , *reads on* -- Morten :wq

Re: [E-devel] wtf?

2005-12-15 Thread The Rasterman
On Fri, 16 Dec 2005 15:18:51 +1000 David Seikel [EMAIL PROTECTED] babbled: On Fri, 16 Dec 2005 14:11:17 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: I could not find any sign of that string. It's a pretty unlikely string to. have u been using exebuf? i had a

Re: [E-devel] Entrance patch to for obtaining system sessions list

2005-12-15 Thread Morten Nilsen
Phuah Yee Keat wrote: +static void +tolower_str(char *str) +{ + size_t i; + size_t len = strlen(str); change that to: size_t i, len; len = strlen(str); -- Morten :wq --- This SF.net email is sponsored by: Splunk Inc. Do you grep

Re: [E-devel] Entrance patch to for obtaining system sessions list

2005-12-15 Thread Morten Nilsen
Phuah Yee Keat wrote: + char fullpath[1024] = {0}; PATH_MAX -- Morten :wq --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching

Re: [E-devel] Entrance patch to for obtaining system sessions list

2005-12-15 Thread Morten Nilsen
Phuah Yee Keat wrote: http://www.geocities.com/kiwlm/entrance_xsession_additional.tar.gz (with whatever bandwidth limit geocities have) attached a patch against the tarball 1. I have copied the .desktop files from kdm verbatim, and install them under PACKAGE_DATA_DIR It is my personal