Re: [e-users] Corrupted backgrounds
Matthew wrote: G'Day, I have been enjoying eslides for a while now, with it switching my background all the time. Recently, however, some of the backgrounds have not been displayed --- the thumbnail in eslides is visible, but the background is either a fuzz of different colours, or xmms tiled across the screen. It always does it for the same images, which did work before. If I view these images in gqview, they look normal enough, and if I use gqview to set them as the background, they display normally. I have added new images to the directory since (and hence the directory has been reread), but the same images still mess up. Is there anything I can do about this, or should I just remove any images that are constantly being displayed wrong? Assuming this is about e16 (version, please?) and the E-Slides epplet... I guess there is some library mismatch. Maybe you updated e.g. libpng, libjpeg, libImlib2, or possibly your X server recently? /Kim --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] Compiling DR17 on FreeBSD 4.10
Thanks Brian. I've set my environment correctly, but inspite of that, I keep on getting the same error. I suspect something wrong with my system because I'm getting the same error if I compile through ports too (enlightenment-devel). BTW, I use the following setting before starting the compilation: <<< --- snip --- export \ CPP=cpp40 \ CXXCPP=cpp40 \ CC=gcc40 \ CXX=g++40 \ CPPFLAGS="-I/usr/local/e/include -I/usr/local/include -I/usr/X11R6/include" \ CFLAGS="-I/usr/local/e/include -I/usr/local/include -I/usr/X11R6/include -g" \ LDFLAGS="-pthread -L/usr/local/e/lib -L/usr/local/lib -L/usr/X11R6/lib" \ LD_LIBRARY_PATH=/usr/local/e/lib:/usr/local/lib:/usr/X11R6/lib \ PATH=/usr/local/e/bin:/usr/local/gnu-autotools/bin:/usr/local/bin:/usr/X11R6/bin:/bin:/usr/bin - end ->>> - Original Message From: Brian Howe <[EMAIL PROTECTED]> To: Gopalarathnam V. <[EMAIL PROTECTED]> Sent: Tue Nov 8 09:48:37 2005 Subject: Re: [e-users] Compiling DR17 on FreeBSD 4.10 Just to put in my $.02, and since I've done the paiful compile on FreeBSD 5.4, my suggestion is to look at edje. Also, make sure that imlib and all of the loaders have compiled correctly. FreeBSD has some funky pathing requirements for both the binaries and libraries. Make sure that you get both setup properly or it will never work or compile properly. I hope this helps. --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] EFM :: Spawns a new enlightenment process
On Tue, 08 Nov 2005 10:57:34 +0530 B S Srinidhi <[EMAIL PROTECTED]> babbled: > Hello All, > > I'm facing this (peculiar) problem for quite sometime. I didn't see > anyone else complaining the same thing, so I think it could be something > that I'm missing here. its not spauwning a new e as such - its simply forking off a lot of children to generate thumbnails. they will go away once it has generated all the thumbnails. it MAY be the child process is getting stuck and not actually exiting on its own - if it is - gdb attach and find out. but it shoudl literallylive for as long as is needed to generate a thumbnail and exit. > Whenever I try to start EFM, another E17 process and the monitor module > shows CPU usage of 100+%. The output of `ps ax` shows this: > > 3913 tty2 S+ 0:00 /bin/sh /usr/bin/X11/startx > 3923 tty2 S+ 0:00 xinit /home/srinidhi/.xinitrc > -- /usr/X11R6/lib/X11/xinit/xserverrc 3924 ?S< > 0:29 /usr/bin/X11/X -dpi 100 > >3932 tty2 S 0:40 /usr/local/e17/bin/enlightenment -display :0.0 > 3935 ?Rs 0:01 konsole > 3937 ?Ss 0:00 kdeinit Running... > 3940 ?S 0:00 dcopserver [kdeinit] dcopserver --nosid --suicide > 3942 ?S 0:00 klauncher [kdeinit] klauncher > 3944 ?S 0:00 kded [kdeinit] kded > 3947 pts/0Ss 0:00 /bin/bash > 3960 ?S 0:00 knotify [kdeinit] knotify > 4062 pts/0S 0:00 bash > >4105 tty2 R 0:15 /usr/local/e17/bin/enlightenment -display :0.0 > > After a `kill -9 4105`, everything seems to be normal. > > The same thing happens when using the EAP editor. When I click on > "Select Icon", another enlightenment process is spawned and the CPU > usage goes high. > > After a recent build on Sunday, I thought the reason *could* be that I > had not cleaned up my ~/.e/e/config for quite sometime. This morning, I > cleaned up everything and the problem still exists. > > Any ideas why this could be happening? > > Srinidhi. > ~~~ > Forgive him, for he believes that the customs of his tribe are the laws > of nature! -- G.B. Shaw > > > > > --- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > ___ > enlightenment-users mailing list > enlightenment-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)[EMAIL PROTECTED] 裸好多 Tokyo, Japan (東京 日本) --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
[e-users] EFM :: Spawns a new enlightenment process
Hello All, I'm facing this (peculiar) problem for quite sometime. I didn't see anyone else complaining the same thing, so I think it could be something that I'm missing here. Whenever I try to start EFM, another E17 process and the monitor module shows CPU usage of 100+%. The output of `ps ax` shows this: 3913 tty2 S+ 0:00 /bin/sh /usr/bin/X11/startx 3923 tty2 S+ 0:00 xinit /home/srinidhi/.xinitrc -- /usr/X11R6/lib/X11/xinit/xserverrc 3924 ?S< 0:29 /usr/bin/X11/X -dpi 100 >3932 tty2 S 0:40 /usr/local/e17/bin/enlightenment -display :0.0 3935 ?Rs 0:01 konsole 3937 ?Ss 0:00 kdeinit Running... 3940 ?S 0:00 dcopserver [kdeinit] dcopserver --nosid --suicide 3942 ?S 0:00 klauncher [kdeinit] klauncher 3944 ?S 0:00 kded [kdeinit] kded 3947 pts/0Ss 0:00 /bin/bash 3960 ?S 0:00 knotify [kdeinit] knotify 4062 pts/0S 0:00 bash >4105 tty2 R 0:15 /usr/local/e17/bin/enlightenment -display :0.0 After a `kill -9 4105`, everything seems to be normal. The same thing happens when using the EAP editor. When I click on "Select Icon", another enlightenment process is spawned and the CPU usage goes high. After a recent build on Sunday, I thought the reason *could* be that I had not cleaned up my ~/.e/e/config for quite sometime. This morning, I cleaned up everything and the problem still exists. Any ideas why this could be happening? Srinidhi. ~~~ Forgive him, for he believes that the customs of his tribe are the laws of nature! -- G.B. Shaw --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] Question about the new eap editor
Guillermo Movia wrote: But it isn't there. What do you mean 'it' isn't there? My eap files are in /home/dan/.e/e/applications/all ... I'm dan, by the way :) Are you talking about the eap files, or the editor? The new eap editor is for create news icon or to modify the old ones? As far as I know, both creating and modifying. Last time I updated everything, the new eap editor was launched for editing, so I assume the old one is out. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] Question about the new eap editor
But it isn't there. Maybe i'm making something wrong. The new eap editor is for create news icon or to modify the old ones? Guillermo 2005/11/8, Daniel Kasak <[EMAIL PROTECTED]>: > Guillermo Movia wrote: > > >Where save the new eap files? > >I couldn't find it. > > > > > They should be in ~/.e/e/applications/all > > -- > Daniel Kasak > IT Developer > NUS Consulting Group > Level 5, 77 Pacific Highway > North Sydney, NSW, Australia 2060 > T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 > email: [EMAIL PROTECTED] > website: http://www.nusconsulting.com.au > --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] Problems with mount module
Attach a gdb backtrace and reply for e17 so it can be debugged. Paul On Tue, 2005-11-08 at 04:36 +, Guillermo Movia wrote: > Maybe, i have to wait. Continue with the segfault when i try to enable > the mount module. > > Guillermo > > 2005/11/8, Paul Stejskal <[EMAIL PROTECTED]>: > > Are you asking for help getting it working? I had problems with > > segfaulting, so I updated. Now it works fine. > > Paul > > On Tue, 2005-11-08 at 03:00 +, Guillermo Movia wrote: > > > Hi, i want to try the mount module, but if i want to enable it > > > (compile and load perfect) all e crashed. I recompile today, without > > > problem. The screenshot module works perfect. > > > > > > Thanks > > > Guillermo > > > > > > > > > --- > > > SF.Net email is sponsored by: > > > Tame your development challenges with Apache's Geronimo App Server. > > > Download > > > it for free - -and be entered to win a 42" plasma tv or your very own > > > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > > ___ > > > enlightenment-users mailing list > > > enlightenment-users@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > > --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] Problems with mount module
Maybe, i have to wait. Continue with the segfault when i try to enable the mount module. Guillermo 2005/11/8, Paul Stejskal <[EMAIL PROTECTED]>: > Are you asking for help getting it working? I had problems with > segfaulting, so I updated. Now it works fine. > Paul > On Tue, 2005-11-08 at 03:00 +, Guillermo Movia wrote: > > Hi, i want to try the mount module, but if i want to enable it > > (compile and load perfect) all e crashed. I recompile today, without > > problem. The screenshot module works perfect. > > > > Thanks > > Guillermo > > > > > > --- > > SF.Net email is sponsored by: > > Tame your development challenges with Apache's Geronimo App Server. Download > > it for free - -and be entered to win a 42" plasma tv or your very own > > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > ___ > > enlightenment-users mailing list > > enlightenment-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] Question about the new eap editor
Guillermo Movia wrote: Where save the new eap files? I couldn't find it. They should be in ~/.e/e/applications/all -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] Problems with mount module
Are you asking for help getting it working? I had problems with segfaulting, so I updated. Now it works fine. Paul On Tue, 2005-11-08 at 03:00 +, Guillermo Movia wrote: > Hi, i want to try the mount module, but if i want to enable it > (compile and load perfect) all e crashed. I recompile today, without > problem. The screenshot module works perfect. > > Thanks > Guillermo > > > --- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > ___ > enlightenment-users mailing list > enlightenment-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-users --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] Compiling DR17 on FreeBSD 4.10
Is everything updated? Paul On Mon, 2005-11-07 at 19:55 -0800, Gopalarathnam V. wrote: > All: > > I'm trying to compile DR17 on FreeBSD 4.10 with no luck. > I tried using GCC 3.3.2, GCC 3.4.3, GCC 4.0.1, but it always stops compiling > any apps. > The libraries compile smoothly, but compiling any app (like entice, e, > entrance) aborts with an error while building the theme. > Here's the output when compiling `e': > > <<<--- output - > gmake[5]: Leaving directory `/home/gopal_v/Downloads/e/e17/apps/e' > /usr/local/e/bin/edje_cc -v -id ../../data/themes/images -fd ../../data/fonts > -DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 > -DFAST_PC=6 -DE17_PROFILE=FAST_PC \ > ../../data/themes/default.edc \ > ../../data/themes/default.edj > /usr/local/e/bin/edje_cc: Opening "/tmp/edje_cc.edc-tmp-rnCnsi" for input > /usr/local/e/bin/edje_cc: Parsing input file > /usr/local/e/bin/edje_cc: Error. default_border.edc:1113 got 2 arguments, but > expected 1 > gmake[4]: *** [default.edj] Error 255 > gmake[4]: Leaving directory `/home/gopal_v/Downloads/e/e17/apps/e/data/themes' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory `/home/gopal_v/Downloads/e/e17/apps/e/data/themes' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/home/gopal_v/Downloads/e/e17/apps/e/data' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/home/gopal_v/Downloads/e/e17/apps/e' > gmake: *** [all] Error 2 > - end of output -->>> > > Version of my compiler: > > Using built-in specs. > Target: i386-portbld-freebsd4.10 > Configured with: ./..//gcc-4.0-20050707/configure --disable-nls > --with-system-zlib --with-libiconv-prefix=/usr/local --program-suffix=40 > --libdir=/usr/local/lib/gcc/i386-portbld-freebsd4.10/4.0.1 > --with-gxx-include-dir=/usr/local/lib/gcc/i386-portbld-freebsd4.10/4.0.1/include/c++/ > --disable-shared --disable-libgcj --prefix=/usr/local > i386-portbld-freebsd4.10 > Thread model: posix > gcc version 4.0.1 [FreeBSD] > > I tried using CFLAGS "-g", and then "-O2", but it didn't work either. > > Can somebody help me on this? Thanks in advance. --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
[e-users] Question about the new eap editor
Where save the new eap files? I couldn't find it. Thanks Guillermo --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
[e-users] Compiling DR17 on FreeBSD 4.10
All: I'm trying to compile DR17 on FreeBSD 4.10 with no luck. I tried using GCC 3.3.2, GCC 3.4.3, GCC 4.0.1, but it always stops compiling any apps. The libraries compile smoothly, but compiling any app (like entice, e, entrance) aborts with an error while building the theme. Here's the output when compiling `e': <<<--- output - gmake[5]: Leaving directory `/home/gopal_v/Downloads/e/e17/apps/e' /usr/local/e/bin/edje_cc -v -id ../../data/themes/images -fd ../../data/fonts -DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6 -DE17_PROFILE=FAST_PC \ ../../data/themes/default.edc \ ../../data/themes/default.edj /usr/local/e/bin/edje_cc: Opening "/tmp/edje_cc.edc-tmp-rnCnsi" for input /usr/local/e/bin/edje_cc: Parsing input file /usr/local/e/bin/edje_cc: Error. default_border.edc:1113 got 2 arguments, but expected 1 gmake[4]: *** [default.edj] Error 255 gmake[4]: Leaving directory `/home/gopal_v/Downloads/e/e17/apps/e/data/themes' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/home/gopal_v/Downloads/e/e17/apps/e/data/themes' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/home/gopal_v/Downloads/e/e17/apps/e/data' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/home/gopal_v/Downloads/e/e17/apps/e' gmake: *** [all] Error 2 - end of output -->>> Version of my compiler: Using built-in specs. Target: i386-portbld-freebsd4.10 Configured with: ./..//gcc-4.0-20050707/configure --disable-nls --with-system-zlib --with-libiconv-prefix=/usr/local --program-suffix=40 --libdir=/usr/local/lib/gcc/i386-portbld-freebsd4.10/4.0.1 --with-gxx-include-dir=/usr/local/lib/gcc/i386-portbld-freebsd4.10/4.0.1/include/c++/ --disable-shared --disable-libgcj --prefix=/usr/local i386-portbld-freebsd4.10 Thread model: posix gcc version 4.0.1 [FreeBSD] I tried using CFLAGS "-g", and then "-O2", but it didn't work either. Can somebody help me on this? Thanks in advance. -- Gopalarathnam V. --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
[e-users] Problems with mount module
Hi, i want to try the mount module, but if i want to enable it (compile and load perfect) all e crashed. I recompile today, without problem. The screenshot module works perfect. Thanks Guillermo --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] Alt-Tab and automatic
On Mon, 7 Nov 2005 17:43:29 +0100 Bu Bacoo <[EMAIL PROTECTED]> babbled: > Hello > > After today's cvs&&rebuild, when using Alt+Tab for windows switch, the list > of windows in screen center stays visible (after releasing alt+tab) and I > have to press enter. Is this standard behaviour? Do I have to setup some > enlightenment-remote variable? Which one. "works for me" (tm) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)[EMAIL PROTECTED] 裸好多 Tokyo, Japan (東京 日本) --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] widescreen backgrounds in E17?
On Mon, 07 Nov 2005 07:29:11 -0800 Jonathan Charnas <[EMAIL PROTECTED]> babbled: > hey, > I'm just curious, because I'm getting a big widescreen within the week, > how many people have widescreens using E17, and where did you get your > backgrounds, or what did you modify from existing ones? > I've got a bunch of pictures I use for the moment, but those are more > suited for a standard 4:3 ratio than a widescreen. > Thanks for pointers in the right direction, thats part of the entire reason for us pushing .edj for bacgkrounds. edj files can a ADAPt to any aspect ratio as long as the author isnt dead lazy. they can put the preferred aspect of an image in the file and indicate if it stays withint hte region or goes outside. bgs can be broken down into layers (like gimp) and some made to tile, some scale, some scale keeping aspect, some be always a fixed size, some do other things, some animate... anything u see in e17's themes is possible with a bg - you simply have to set up the appropriate parameters int he .edj that wraps it to let e know HOW to display the beast (and a .edj does nto need to be any bigger than the original jpg's - u can use lossy encoding like jpg's do) > John > > > --- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > ___ > enlightenment-users mailing list > enlightenment-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)[EMAIL PROTECTED] 裸好多 Tokyo, Japan (東京 日本) --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] Re: evidence updating errors
On 11/8/05, Martin Geisler <[EMAIL PROTECTED]> wrote: > Pascal Schwarz <[EMAIL PROTECTED]> writes: > > > This is true, our mirror is up and working. However, we can't > > provide the evidence CVS on our server, because it isn't in > > cvs.sourceforge.net/cvsroot/enlightenment but in > > cvs.sourceforge.net/cvsroot/evidence. > > Ahh, sorry for the misunderstanding -- I'm not using Evidence myself, > and I just assumed that it would be there the rest of the stuff is. No problem. :) -- With kind regards, Didier. Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe Didier F.B Casse PhD candidate, Singapore Synchrotron Light Source (SSLS) National University of Singapore. --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] evidence updating errors
eric dan wrote: hi, recently i get error messages saying that i should try a "real password" when getting evidence from cvs. has anyone else had this problem? thanks I was under the impression that evidence had been dormant for a couple of months anyway. If I'm wrong, then that makes me a happy camper. Evidence rocks! Dan --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] Error compiling e_utils
On Tue, 08 Nov 2005 00:46:33 +0100 Florent Thiery <[EMAIL PROTECTED]> wrote: > Thx for the answear but i sure did before posting :-p Doesn't solve > anything. It's as if the libedje.so lib wasn't updated. Could it be > that we have to recompile the libs in console mode ? I mean, at least > not under E17? Any precisions about how to recompile the whole bunch? > Personally i'm using easy_e17 script; should i delete things manually > before? "make clean" everywhere? The easy_17.sh script should recompile everything. > And i just wanted to point out that it seems to be a bug in entrance, > wich causes e17 not to function: dead ibar, no icons in apps menu. > But with a simple startx, everything's ok. The problem only occurs > when you start e17 from entrance; i saw a similar post on > edevelop.org. Any news? This should be fixed now. pgpR3kSdsMUQs.pgp Description: PGP signature
Re: [e-users] Error compiling e_utils
Thx for the answear but i sure did before posting :-p Doesn't solve anything. It's as if the libedje.so lib wasn't updated. Could it be that we have to recompile the libs in console mode ? I mean, at least not under E17? Any precisions about how to recompile the whole bunch? Personally i'm using easy_e17 script; should i delete things manually before? "make clean" everywhere? And i just wanted to point out that it seems to be a bug in entrance, wich causes e17 not to function: dead ibar, no icons in apps menu. But with a simple startx, everything's ok. The problem only occurs when you start e17 from entrance; i saw a similar post on edevelop.org. Any news? Thanks a lot; i hope 'ill be someday able to fix things on my own... Workin at it^_^ Greets from france Paul Stejskal a écrit : (Re)Compile evas and update first. Paul On Mon, 2005-11-07 at 23:17 +0100, Florent Thiery wrote: What do you think? I got this error compiling e_utils. And (as i said earlier) the same when compiling edje. /usr/local/lib/libedje.so: undefined reference to `evas_object_textblock_size_fo rmatted_get' /usr/local/lib/libedje.so: undefined reference to `evas_textblock_style_free' /usr/local/lib/libedje.so: undefined reference to `evas_object_textblock_style_s et' /usr/local/lib/libedje.so: undefined reference to `evas_textblock_style_new' /usr/local/lib/libedje.so: undefined reference to `evas_object_textblock_text_ma rkup_get' /usr/local/lib/libedje.so: undefined reference to `evas_object_textblock_style_g et' /usr/local/lib/libedje.so: undefined reference to `evas_object_textblock_size_na tive_get' /usr/local/lib/libedje.so: undefined reference to `evas_object_textblock_text_ma rkup_set' /usr/local/lib/libedje.so: undefined reference to `evas_object_textblock_style_i nsets_get' /usr/local/lib/libedje.so: undefined reference to `evas_textblock_style_set' e17 is the best :p --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] widescreen backgrounds in E17?
I use backgrounds from get-e.org, they automaticaly scale to fit my screen. On 11/7/05, Morten Nilsen <[EMAIL PROTECTED]> wrote: > Jonathan Charnas wrote: > > hey, > > I'm just curious, because I'm getting a big widescreen within the week, > > how many people have widescreens using E17, and where did you get your > > backgrounds, or what did you modify from existing ones? > > I've got a bunch of pictures I use for the moment, but those are more > > suited for a standard 4:3 ratio than a widescreen. > > Thanks for pointers in the right direction, > > John > > well, I've gotten all my wallpapers from the /w/ board on www.4chan.org > > There pops up nice, high resolution wallpapers all the time there > > Cheers, > -- > Morten > > > --- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > ___ > enlightenment-users mailing list > enlightenment-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > -- VJ pixel "feed the noise back into the system" http://www.mediasana.org http://lives.sf.net --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] widescreen backgrounds in E17?
I did a google on 2056x1024 background and found a surprisingly large number of photos. Many from NASA. http://hea-www.harvard.edu/~fine/Tech/desktop-images.html I also have written a script that can take 2 ordinary pictures and post them side-by-side into a single picture and then you can use that. That "Random Pages" approach is kindof nice. This script has the "wmaker" because I was using WIndowMaker when I wrote it, but you can easily see what changes you need to make to adapt to enlightenment. Call it with these options -w WORKSPACE -d DIRECTORY_FOR_IMAGES -p 2 NUMBER_OF_PAGES Here "NUMBER_OF_PAGES" refers to the whether you want panorama (one "page") or 2 images side by side (2 get paged). Suppose you save this script in "myscript.pl", then do $ myscript.pl -w 2 -d /usr/share/backgrounds -p 2 I'm including a separate script called that does work with enlightenment, but it did not have the 2 pages part. Maybe you can look at the second one and see what needs to be done in the first to make it work with E. -- #!/usr/bin/perl use File::Find; #to get all files under mainDir use Getopt::Std; # command line processing # p means pages. If it is left blank or set to 1, result is the same # p=2 means "treat as a double wide workspace, so put 2 images side by side" # p=1 means "treat as a single workspace" our ($opt_w, $opt_d, $opt_p); getopts('p:w:d:') || die "Invalid argument\n"; if ($opt_w =~ /\D/) { die "w is not a digit";} @images = (); if ( $opt_w ) { $workspace = $opt_w-1; } sub process_file{ $filename = $File::Find::name; if ( -f $filename ){ push(@images, $filename); } } if ( $opt_d ) { $basedir = $opt_d; } else{ $basedir = "/usr/share/backgrounds/images"; } if ( $opt_p ) { $numpages = $opt_p; } find(\&process_file, $basedir); # How many random images do you want? # sleep will separate the random images $i = 1; while ( $i > 0 ) { srand; $index=int(rand(@images)); my $chosenImage; print "opt_p is $opt_p numpages is $numpages"; if ($opt_p <= 1){ $chosenImage = $images[$index]; }else{ my $index2 = int(rand(@images)); my $fn = "/tmp/dual$opt_w.jpg"; if (-e $fn){ my $j = 1; while ( -e $fn ) { my $cmd1 = "rm $fn"; system $cmd1; $fn="/tmp/dual$opt_w$j.jpg"; $j = $j + 1; } } my $commandString = "convert $images[$index] -resize 1280x1024 $images[$index2] -resize 1280x1024 +append $fn"; system $commandString; $chosenImage = "$fn"; } if ($opt_w){ print "\n On workspace $opt_w, the background image is now $chosenImage \n"; system 'wmsetbg','-display',':0.0','-a',' ','-u','-w',"$workspace",' ', $chosenImage; } else{ print "\n The background image of the root window is @images[$index] \n"; system 'wmsetbg','-display',':0.0','-u','-a',' ', $chosenImage; } $i = $i -1; if ($i > 0 ) {sleep 760;} } --- #!/usr/bin/perl # Paul Johnson <[EMAIL PROTECTED]> # Script to randomly select Enlightenment DR17 backgrounds AND TO DELETE # the large *.edj files that Enlightenment creates in $HOME/.e/e/backgrounds # I delete those because my hard disk fills up with picture description files # otherwise. Using a 100KB jpeg file will often cause a 2.5MB edj file to be created. # # example usage: epjbackground -w 4 -d /usr/local/share/backgrounds # # give argument -d [directory name] to recursively search for image files # give argument -w [workspace number] to specify workspaces. I prefer to number them 1, 2, 3 # If no -w parameter is given, then the root window will be changed. use File::Find; #to get all files under mainDir use Getopt::Std; # command line processing use File::Basename; getopts("w:d:")|| die "Invalid argument\n"; if ($opt_w =~ /\D/) { die "w is not a digit";} @images = (); if ( $opt_w ) { $workspace = $opt_w-1; } sub process_file{ $filename = $File::Find::name; if ( -f $filename ){ push(@images, $filename); } } if ( $opt_d ) { $basedir = $opt_d; } else{ $basedir = "/usr/local/share/Backgrounds"; } find(\&process_file, $basedir); srand; $index=int(rand(@images)); # If a specific workspace is selected: if ($opt_w){ @OLDBGS= `enlightenment_remote -desktop-bg-list`; my $deletMe ; while ( $thevar = shift @OLDBGS ) { # print "while " . $thevar; if ( $thevar =~ /DESK_X=\Q$workspace/ ){ $deletMe = $thevar; } } #WORKS IN BASH: #echo $OLDBGS | sed -e 's/^REPLY.*DESK_X=3//' -e 's/REPLY.*END//' -e 's/^.*FILE="//' -e 's/"//'`; $deletMe =~ s/REPLY.*DESK_X=\Q$workspace//; $deletMe =~ s/DESK.*=//; $deletMe =~ s/"//g; #" print "The file to be removed is: ". $deletMe . "\n"; my $cmd1 = "e17setroot -n -s \"@images[$index]\" > /dev/null 2>&1"; my $file = basename(@images[$index]); $file =~ s/jpg/edj/
Re: [e-users] Error compiling e_utils
(Re)Compile evas and update first. Paul On Mon, 2005-11-07 at 23:17 +0100, Florent Thiery wrote: > What do you think? I got this error compiling e_utils. And (as i said > earlier) the same when compiling edje. > > /usr/local/lib/libedje.so: undefined reference to > `evas_object_textblock_size_fo > rmatted_get' > /usr/local/lib/libedje.so: undefined reference to > `evas_textblock_style_free' > /usr/local/lib/libedje.so: undefined reference to > `evas_object_textblock_style_s > et' > /usr/local/lib/libedje.so: undefined reference to `evas_textblock_style_new' > /usr/local/lib/libedje.so: undefined reference to > `evas_object_textblock_text_ma > rkup_get' > /usr/local/lib/libedje.so: undefined reference to > `evas_object_textblock_style_g > et' > /usr/local/lib/libedje.so: undefined reference to > `evas_object_textblock_size_na > tive_get' > /usr/local/lib/libedje.so: undefined reference to > `evas_object_textblock_text_ma > rkup_set' > /usr/local/lib/libedje.so: undefined reference to > `evas_object_textblock_style_i > nsets_get' > /usr/local/lib/libedje.so: undefined reference to `evas_textblock_style_set' > > e17 is the best :p > > > --- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > ___ > enlightenment-users mailing list > enlightenment-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-users --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
[e-users] Corrupted backgrounds
G'Day, I have been enjoying eslides for a while now, with it switching my background all the time. Recently, however, some of the backgrounds have not been displayed --- the thumbnail in eslides is visible, but the background is either a fuzz of different colours, or xmms tiled across the screen. It always does it for the same images, which did work before. If I view these images in gqview, they look normal enough, and if I use gqview to set them as the background, they display normally. I have added new images to the directory since (and hence the directory has been reread), but the same images still mess up. Is there anything I can do about this, or should I just remove any images that are constantly being displayed wrong? _____ / ___ ___ _ \ | | / _| | |_ | | | |_\ \ | | | / | _| | | | _ | | | | | Of Grans | |_ | |_ | | \ | | | | \_ \| |___| |_| |_| |_| \___| Do you Yahoo!? Listen to over 20 online radio stations and watch the latest music videos on Yahoo! Music. http://au.launch.yahoo.com --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
[e-users] Error compiling e_utils
What do you think? I got this error compiling e_utils. And (as i said earlier) the same when compiling edje. /usr/local/lib/libedje.so: undefined reference to `evas_object_textblock_size_fo rmatted_get' /usr/local/lib/libedje.so: undefined reference to `evas_textblock_style_free' /usr/local/lib/libedje.so: undefined reference to `evas_object_textblock_style_s et' /usr/local/lib/libedje.so: undefined reference to `evas_textblock_style_new' /usr/local/lib/libedje.so: undefined reference to `evas_object_textblock_text_ma rkup_get' /usr/local/lib/libedje.so: undefined reference to `evas_object_textblock_style_g et' /usr/local/lib/libedje.so: undefined reference to `evas_object_textblock_size_na tive_get' /usr/local/lib/libedje.so: undefined reference to `evas_object_textblock_text_ma rkup_set' /usr/local/lib/libedje.so: undefined reference to `evas_object_textblock_style_i nsets_get' /usr/local/lib/libedje.so: undefined reference to `evas_textblock_style_set' e17 is the best :p --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
[e-users] Re: evidence updating errors
Pascal Schwarz <[EMAIL PROTECTED]> writes: > This is true, our mirror is up and working. However, we can't > provide the evidence CVS on our server, because it isn't in > cvs.sourceforge.net/cvsroot/enlightenment but in > cvs.sourceforge.net/cvsroot/evidence. Ahh, sorry for the misunderstanding -- I'm not using Evidence myself, and I just assumed that it would be there the rest of the stuff is. -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library | PHP Weather | PHP Shell http://pel.sf.net/| http://phpweather.net/ | http://mgeisler.net/ Read/write Exif data | Show current weather| A shell in a browser pgpuhKWLDbq0n.pgp Description: PGP signature
[e-users] Alt-Tab and automatic
Hello After today's cvs&&rebuild, when using Alt+Tab for windows switch, the list of windows in screen center stays visible (after releasing alt+tab) and I have to press enter. Is this standard behaviour? Do I have to setup some enlightenment-remote variable? Which one. Thanks Bu
Re: [e-users] Re: evidence updating errors
This is true, our mirror is up and working. However, we can't provide the evidence CVS on our server, because it isn't in cvs.sourceforge.net/cvsroot/enlightenment but in cvs.sourceforge.net/cvsroot/evidence. Greez om1n[A]e On Mon, 2005-11-07 at 13:59 +0100, Martin Geisler wrote: > Alan Trick <[EMAIL PROTECTED]> writes: > > > Yeah, I'm getting the same thing: > > > > cvs login: authorization failed: server cvs.sourceforge.net rejected > > access to /cvsroot/evidence for user anonymous > > > > it's been like that since yesterday - really anoying > > There's another anonymous CVS repository (quoting raster): > > > Thanks to our freinds at http://www.thinktux.net off in the Alps in > > Switzerland, we have a new Anonymous CVS Mirror. This will NOT ALLOW > > WRITES and it is not ALWAYS up to date with development CVS as it > > syncs every 30 minutes from development CVS, BUT it is at most 30 > > minutes behind, and apparently has a lot of bandwidth. So thanks > > om1n[A]e and null__ for helping set it up and managing it. You can > > check the details here: > > > > http://www.enlightenment.org/Enlightenment/Get_Enlightenment/index.html > > > >And you can check out a tree for e17 with this command: > > > > cvs -d :pserver:[EMAIL PROTECTED]/root co e17 > > > > So everyone having problems getting into sf.net anonymous CVS, this > > is another option. :) Again. Thanks to om1n[A]e and null__ :) > --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] widescreen backgrounds in E17?
Jonathan Charnas wrote: hey, I'm just curious, because I'm getting a big widescreen within the week, how many people have widescreens using E17, and where did you get your backgrounds, or what did you modify from existing ones? I've got a bunch of pictures I use for the moment, but those are more suited for a standard 4:3 ratio than a widescreen. Thanks for pointers in the right direction, John well, I've gotten all my wallpapers from the /w/ board on www.4chan.org There pops up nice, high resolution wallpapers all the time there Cheers, -- Morten --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] 2 IDEAS FOR E17 MODULES
el Mon, 07 Nov 2005 10:03:06 +0100 Ciro Mattia Gonano <[EMAIL PROTECTED]> escribio: > Il giorno sab, 05/11/2005 alle 15.24 -0600, > DRAKE_Dalfa-TheEnlightenedOne ha scritto: > > > Well tvtime has a great commandline support thats will be one and other > > module for the use of import to take screenshots of e :) > > > http://get-e.org/Resources/Modules/index.html for the second! :) yeah, after i wrote that i finfit :p thanks, now just wait for E17-tvtime module ;) --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
[e-users] widescreen backgrounds in E17?
hey, I'm just curious, because I'm getting a big widescreen within the week, how many people have widescreens using E17, and where did you get your backgrounds, or what did you modify from existing ones? I've got a bunch of pictures I use for the moment, but those are more suited for a standard 4:3 ratio than a widescreen. Thanks for pointers in the right direction, John --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] ecore updating errors
I got a compilation error, the same since weeks: undefined reference to "evas_"things, here (that's new) with ecore, normally just with edje. Any idea? In the following case, evas has already been updated. Could it be that evas was updated, but not other components wich call the lib? Thx a lot; hope it's not a noob question Making all in bin make[3]: entrant dans le répertoire « /home/ddwarf/EnlightenmentCVS/e17/libs/eco re/src/bin » if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib/ecore -I../../src/lib/eco re_evas -I../../src/lib/ecore_directfb -I../../src/lib/ecore_x -I../../src/lib/e core_fb -I../../src/lib/ecore_job -I../../src/lib/ecore_con -I../../src/lib/ecor e_ipc -I../../src/lib/ecore_txt -I../../src/lib/ecore_config -I../../src/lib/eco re -I../../src/lib/ecore_evas -I../../src/lib/ecore_directfb -I../../src/lib/eco re_x -I../../src/lib/ecore_fb -I../../src/lib/ecore_job -I../../src/lib/ecore_co n -I../../src/lib/ecore_ipc -I../../src/lib/ecore_txt -I../../src/lib/ecore_conf ig -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/local/ include -I/usr/local/include -g -O2 -Wall -I../../src/lib/ecore -I../../src/lib/ ecore_evas -I../../src/lib/ecore_directfb -I../../src/lib/ecore_x -I../../src/li b/ecore_fb -I../../src/lib/ecore_job -I../../src/lib/ecore_con -I../../src/lib/e core_ipc -I../../src/lib/ecore_txt -I../../src/lib/ecore_config -I../../src/lib/ ecore -I../../src/lib/ecore_evas -I../../src/lib/ecore_directfb -I../../src/lib/ ecore_x -I../../src/lib/ecore_fb -I../../src/lib/ecore_job -I../../src/lib/ecore _con -I../../src/lib/ecore_ipc -I../../src/lib/ecore_txt -I../../src/lib/ecore_c onfig -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/loca l/include -g -O2 -Wall -MT ecore_test-ecore_test.o -MD -MP -MF ".deps/ecore_test -ecore_test.Tpo" \ -c -o ecore_test-ecore_test.o `test -f 'ecore_test.c' || echo './'`ecore_test. c; \ then mv -f ".deps/ecore_test-ecore_test.Tpo" ".deps/ecore_test-ecore_test.Po"; \ else rm -f ".deps/ecore_test-ecore_test.Tpo"; exit 1; \ fi /bin/sh ../../libtool --mode=link gcc -I/usr/local/include -g -O2 -Wall -L/usr /local/lib -o ecore_test ecore_test-ecore_test.o ../../src/lib/ecore/libecore.l a ../../src/lib/ecore_x/libecore_x.la ../../src/lib/ecore_txt/libecore_txt.la .. /../src/lib/ecore_job/libecore_job.la ../../src/lib/ecore_fb/libecore_fb.la ../. ./src/lib/ecore_evas/libecore_evas.la ../../src/lib/ecore_con/libecore_con.la .. /../src/lib/ecore_ipc/libecore_ipc.la -lm gcc -I/usr/local/include -g -O2 -Wall -o .libs/ecore_test ecore_test-ecore_test. o -L/usr/local/lib ../../src/lib/ecore/.libs/libecore.so ../../src/lib/ecore_x/ .libs/libecore_x.so ../../src/lib/ecore_txt/.libs/libecore_txt.so ../../src/lib/ ecore_job/.libs/libecore_job.so ../../src/lib/ecore_fb/.libs/libecore_fb.so ../. ./src/lib/ecore_evas/.libs/libecore_evas.so ../../src/lib/ecore_con/.libs/libeco re_con.so ../../src/lib/ecore_ipc/.libs/libecore_ipc.so -lm ../../src/lib/ecore_evas/.libs/libecore_evas.so: undefined reference to `evas_da ta_attach_get' ../../src/lib/ecore_evas/.libs/libecore_evas.so: undefined reference to `evas_da ta_attach_set' collect2: ld returned 1 exit status make[3]: *** [ecore_test] Erreur 1 make[3]: quittant le répertoire « /home/ddwarf/EnlightenmentCVS/e17/libs/ecore/s rc/bin » make[2]: *** [all-recursive] Erreur 1 make[2]: quittant le répertoire « /home/ddwarf/EnlightenmentCVS/e17/libs/ecore/s rc » make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le répertoire « /home/ddwarf/EnlightenmentCVS/e17/libs/ecore » make: *** [all] Erreur 2 --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] evidence updating errors
On 11/7/05, Florent Thiery <[EMAIL PROTECTED]> wrote: > I do confirm this, since two weeks or so Eh oui effectivement! (Yes indeed!) -- With kind regards, Didier. Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe Didier F.B Casse PhD candidate, Singapore Synchrotron Light Source (SSLS) National University of Singapore. --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] evidence updating errors
I do confirm this, since two weeks or so Didier Casse a écrit : On 11/7/05, Alan Trick <[EMAIL PROTECTED]> wrote: Yeah, I'm getting the same thing: cvs login: authorization failed: server cvs.sourceforge.net rejected access to /cvsroot/evidence for user anonymous it's been like that since yesterday - really anoying For me it has been like that for a longer time. :( And anyone whom I told to try out this stuff told me the same thing. They got this authorization failure. -- With kind regards, Didier. Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe Didier F.B Casse PhD candidate, Singapore Synchrotron Light Source (SSLS) National University of Singapore. --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] evidence updating errors
On 11/7/05, Alan Trick <[EMAIL PROTECTED]> wrote: > Yeah, I'm getting the same thing: > > cvs login: authorization failed: server cvs.sourceforge.net rejected > access to /cvsroot/evidence for user anonymous > > it's been like that since yesterday - really anoying > For me it has been like that for a longer time. :( And anyone whom I told to try out this stuff told me the same thing. They got this authorization failure. -- With kind regards, Didier. Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe Didier F.B Casse PhD candidate, Singapore Synchrotron Light Source (SSLS) National University of Singapore. --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] eclair fails to open correctly
Hey dude, You never got back to me on this one. What happens when you rebuild the src rpm of emotion and eclair? mzbuild xxx.src.rpm Does it help? I' m afraid I cannot reproduce your errors. :( -- With kind regards, Didier. Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe Didier F.B Casse PhD candidate, Singapore Synchrotron Light Source (SSLS) National University of Singapore. On 11/5/05, jim lawrence <[EMAIL PROTECTED]> wrote: > running the command eclair for the terminal rsults in > $ eclair > Database: Unable to create "media_files" table: table media_files already > existsNo module. Error: > /usr/lib/emotion/emotion_decoder_xine.so: cannot open > shared object file: No such file or directory > > This is a fresh install from Didiers repo > > > > -- > > > Registered Linux User: #376813 > www.fedorajim.homelinux.com > > --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
[e-users] Re: evidence updating errors
Alan Trick <[EMAIL PROTECTED]> writes: > Yeah, I'm getting the same thing: > > cvs login: authorization failed: server cvs.sourceforge.net rejected > access to /cvsroot/evidence for user anonymous > > it's been like that since yesterday - really anoying There's another anonymous CVS repository (quoting raster): > Thanks to our freinds at http://www.thinktux.net off in the Alps in > Switzerland, we have a new Anonymous CVS Mirror. This will NOT ALLOW > WRITES and it is not ALWAYS up to date with development CVS as it > syncs every 30 minutes from development CVS, BUT it is at most 30 > minutes behind, and apparently has a lot of bandwidth. So thanks > om1n[A]e and null__ for helping set it up and managing it. You can > check the details here: > > http://www.enlightenment.org/Enlightenment/Get_Enlightenment/index.html > >And you can check out a tree for e17 with this command: > > cvs -d :pserver:[EMAIL PROTECTED]/root co e17 > > So everyone having problems getting into sf.net anonymous CVS, this > is another option. :) Again. Thanks to om1n[A]e and null__ :) -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library | PHP Weather | PHP Shell http://pel.sf.net/| http://phpweather.net/ | http://mgeisler.net/ Read/write Exif data | Show current weather| A shell in a browser pgpVuzNJ3bJys.pgp Description: PGP signature
Re: [e-users] evidence updating errors
Yeah, I'm getting the same thing: cvs login: authorization failed: server cvs.sourceforge.net rejected access to /cvsroot/evidence for user anonymous it's been like that since yesterday - really anoying Didier Casse wrote: > On 11/6/05, eric dan <[EMAIL PROTECTED]> wrote: > >>hi, >> recently i get error messages saying that i should try a "real password" >>when getting evidence from cvs. >> has anyone else had this problem? >> thanks >> > > > Yes evidence cvs has been cranky for a while now. I mentioned it to > azundris who never really got back to me on this. > > > -- > With kind regards, > Didier. > --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] 2 IDEAS FOR E17 MODULES
Il giorno sab, 05/11/2005 alle 15.24 -0600, DRAKE_Dalfa-TheEnlightenedOne ha scritto: > Well tvtime has a great commandline support thats will be one and other > module for the use of import to take screenshots of e :) > http://get-e.org/Resources/Modules/index.html for the second! :) -- Ciro Mattia Gonano Winged.it Master - http://www.winged.it FlyingCircus.it member - http://www.flyingcircus.it GPG Keynumber: DEF86925 --- ICQ#: 52631406 --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users