[E-devel] E17 crashes when moving from xinerama to a single screen

2005-08-10 Thread Ehud Shabtai
Hi, I'm using E with xinerama and it works fine. However, if I switch xinerama off and restart E, it crashes when I try to open an application. My guess is that E remembers the location of a window in the second screen and when I turn xinerama off and open the application, it tries to put it on t

Re: [E-devel] I: evolume-0.0.3 `released'

2005-08-10 Thread Pavel Boldin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gabriel wrote: > Where can I get a hold of a copy of evolume? > http://rec0.rec.smr.ru/davinchi/public/e17/ last version is 0.0.7 - -- Pavel Boldin aka davinchi. mail-to: ldavinchi /at\ inbox _dot_ ru ZU - Zagovor Unixoidov. SSAU 303. -BE

Re: [E-devel] E16.8 events on focus

2005-08-10 Thread Kim Woelders
Clement Hermann (nodens) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm currently playing with e16.8 with composite. What I'm trying to do, is having a certain class of windows (say, the one with a specific border) to switch opacity when they get or lose focus. I didn't found an

Re: [E-devel] efl namespace

2005-08-10 Thread xnowfall
Carsten Haitzler (The Rasterman) wrote: >> >>i thought it was. i'm not sure about all the details between c/c++. if >>it's not part of the language that's obviously a good reason not to ;) >>i guess it could go in the #ifdef __cplusplus section, but from the >>comments here people don't seem to

Re: [E-devel] I: evolume-0.0.3 `released'

2005-08-10 Thread Pavel Boldin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gabriel wrote: > >/bin/sed: can't read /usr/lib/libGL.la: No such file or directory >libtool: link: `/usr/lib/libGL.la' is not a valid libtool archive >make[3]: *** [libemixer.la] Error 1 >make[3]: Leaving directory `/home/zth/Desktop/evolume-0.0.7/sr

[E-devel] ecore_con_server_add, sockets & AFS home directories

2005-08-10 Thread Michael Denio
Hi, I'm giving E17 a whirl and came across this issue. ecore_con_server_add() wants to create the socket for ECORE_CON_LOCAL_USER under the $HOME directory. This is reasonable except that my home directory is on an AFS mounted volume. Creating a socket there doesn't work (errno returns 1 when tr

[E-devel] the implementation of etox seems slow

2005-08-10 Thread Tianran Chen
i am still new to e17, so please do not mind my ignorance. the current implementation of etox uses a evas object for each bit of text. this is fine for static text. but for large text that changes frequently (say for web browser, or word processor, even) this seems quite slow. inserting a single l

Re: [E-devel] the implementation of etox seems slow

2005-08-10 Thread dan sinclair
On Wed, 2005-08-10 at 18:46 -0400, Tianran Chen wrote: > i am still new to e17, so please do not mind my ignorance. > > the current implementation of etox uses a evas object for each bit of > text. this is fine for static text. but for large text that changes > frequently (say for web browser, or

Re: [E-devel] Latest GDB

2005-08-10 Thread Robert May
Yes, I do here is my current module configuration: enlightenment_remote -module-list REPLY <- BEGIN REPLY: "start" ENABLED 1 REPLY: "ibar" ENABLED 1 REPLY: "dropshadow" ENABLED 1 REPLY: "clock" ENABLED 1 REPLY: "pager" ENABLED 1 REPLY: "desktopname" ENABLED 1 REPLY: "monitor" ENABLED 1 REPLY: "en

Re: [E-devel] the implementation of etox seems slow

2005-08-10 Thread The Rasterman
On Wed, 10 Aug 2005 18:46:28 -0400 Tianran Chen <[EMAIL PROTECTED]> babbled: > i am still new to e17, so please do not mind my ignorance. > > the current implementation of etox uses a evas object for each bit of > text. this is fine for static text. but for large text that changes > frequently (s

Re: [E-devel] ecore_con_server_add, sockets & AFS home directories

2005-08-10 Thread The Rasterman
On Wed, 10 Aug 2005 16:03:57 -0400 Michael Denio <[EMAIL PROTECTED]> babbled: > Hi, > > I'm giving E17 a whirl and came across this issue. > ecore_con_server_add() wants to create the socket for > ECORE_CON_LOCAL_USER under the $HOME directory. This is reasonable > except that my home directory

Re: [E-devel] Latest GDB

2005-08-10 Thread The Rasterman
On Wed, 10 Aug 2005 20:05:02 -0400 Robert May <[EMAIL PROTECTED]> babbled: > > Yes, I do here is my current module configuration: > enlightenment_remote -module-list > REPLY <- BEGIN > REPLY: "start" ENABLED 1 > REPLY: "ibar" ENABLED 1 > REPLY: "dropshadow" ENABLED 1 > REPLY: "clock" ENABLED 1 >

Re: [E-devel] efl namespace

2005-08-10 Thread The Rasterman
On Wed, 10 Aug 2005 21:51:16 +0200 xnowfall <[EMAIL PROTECTED]> babbled: > > Carsten Haitzler (The Rasterman) wrote: > >> > >>i thought it was. i'm not sure about all the details between c/c++. if > >>it's not part of the language that's obviously a good reason not to ;) > >>i guess it could go