Re: [E-devel] Eterm cut and paste doesn't work on x86_64 with gcc4.1.1

2006-10-13 Thread Mike Frysinger
On Friday 13 October 2006 21:04, Michael Jennings wrote: > Hope that helps you, or someone, who wants to dive deeper into > this. :-) selection_send() looks like it could use some calls to D_SELECT() ... otherwise it doesnt look like it gets called at all in my testing over here, every paste th

[E-devel] [patch] make sure some vars are initialized in eterm/src/libscream.c

2006-10-13 Thread Mike Frysinger
in ns_wait_for_socket() it is possible to return an uninitialized "ret" if socket() returns failure ... so attached patch sets it to -1 at start ... side node, shouldnt that tmp_sock > 0 be >= 0 ? in reality it'll prob never be 0, but a value of 0 from socket() is certainly not an error ... in

[E-devel] [patch] fix typo in eterm/src/command.c

2006-10-13 Thread Mike Frysinger
as pointed out in this warning: command.c:1206: warning: 'font_atom' is used uninitialized in this function gc_atom = XInternAtom(Xdisplay, "GC", False); gc_atom = XInternAtom(Xdisplay, "FONT", False); that second line is obviously wrong and should be font_atom = ... -mike pgp3AOeWGJPld.pgp Des

Re: [E-devel] installation wrong permissions

2006-10-13 Thread The Rasterman
On Fri, 13 Oct 2006 17:23:17 +0200 dAgeCKo <[EMAIL PROTECTED]> babbled: > > Executing e17 was fine when launched as root, but when I tried to launch > it as a default user, that didn't worked. > > I fought a long time before discovering that the installation directories > and files do not allow

Re: [E-devel] xrender

2006-10-13 Thread The Rasterman
On Fri, 13 Oct 2006 17:20:01 +0200 dAgeCKo <[EMAIL PROTECTED]> babbled: > > Hi, I've just get e17 from cvs and compiled it. But some problems due to > my distro (debian) and Xrender, everything was fine. I still have just > a remark for this point: > > wasn't xrender just an option ? If so, then

Re: [E-devel] xrender

2006-10-13 Thread The Rasterman
On Fri, 13 Oct 2006 18:00:10 +0200 (CEST) Vincent Torri <[EMAIL PROTECTED]> babbled: > > Hey, > > xrender is not needed by e17. xrender is an option in evas for the xrender > engines of evas and is also used in ecore_x and ecore_evas. option RUNTIME, but not an option compile-time. it relies o

Re: [E-devel] Eterm cut and paste doesn't work on x86_64 with gcc4.1.1

2006-10-13 Thread Michael Jennings
On Thursday, 12 October 2006, at 20:26:42 (-0400), Mike Frysinger wrote: > we tried to look at the issue on irc quite some time ago ... beyond > me providing the actual X error (which i did), i really dont know > where to dig The selection code starts with selection_check() at line 2374 of src/sc

Re: [E-devel] xrender

2006-10-13 Thread Vincent Torri
Hey, xrender is not needed by e17. xrender is an option in evas for the xrender engines of evas and is also used in ecore_x and ecore_evas. regards Vincent On Fri, 13 Oct 2006, dAgeCKo wrote: Hi, I've just get e17 from cvs and compiled it. But some problems due to my distro (debian) and

[E-devel] installation wrong permissions

2006-10-13 Thread dAgeCKo
Executing e17 was fine when launched as root, but when I tried to launch it as a default user, that didn't worked. I fought a long time before discovering that the installation directories and files do not allow other people than the owner to read and execute them. In fact, this is wrong for the

[E-devel] xrender

2006-10-13 Thread dAgeCKo
Hi, I've just get e17 from cvs and compiled it. But some problems due to my distro (debian) and Xrender, everything was fine. I still have just a remark for this point: wasn't xrender just an option ? If so, then why almost all the library dependencies require it even if not activated threw confi

Re: [E-devel] Latinoware

2006-10-13 Thread Arnaldo de Moraes Pereira
On 10/10/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Fri, 6 Oct 2006 11:57:06 -0500 "Sthithaprajna Garapaty" > <[EMAIL PROTECTED]> babbled: > > > On 10/5/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > > On Sun, 1 Oct 2006 19:29:05 -0300 "Arnaldo de Moraes P