[e-users] Patch for new slide function

2008-10-13 Thread Mirek Slugeň
Hi, this is patch for current E17 git, I think slide to window should be 
done only if user wants slide to window in config.


Mirek
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] System Tray

2007-05-22 Thread Mirek
Hi, I am using trayer:

/usr/bin/trayer --widthtype request --heighttype pixel --height 24 
--edge bottom --align right --alpha 100 --transparent true --margin 0 
--distance 40 

Mirek

Jackie C. Smith II napsal(a):
 Thank you for adding me to your mail list. I have looked at the FAQ and 
 unless I missed it, I did not see my situation there. That being said, I 
 installed e17 on my existing Linux Mint (using edgy 6.10). It works 
 wonderfully, however, I noticed that there is no system tray available. 
 There is no way to see my programs that are running in the background. 
 Such as, (any) messenger, Amarok. While with most programs, all I need 
 to do to activate the active program is to click on that programs 
 starter, programs like Skype will open a new window leaving no way to 
 access the already opened window.
 
 Thank you in advance for considering this situation.
 
 Clyde9
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Can't compile embryo from actual CVS

2007-02-10 Thread Mirek
 for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag CXX to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag F77 to libtool
checking for working alloca.h... yes
checking for alloca... yes
checking for gettimeofday... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking for fnmatch... yes
configure: creating ./config.status
  /bin/sh ./config.status
config.status: creating Makefile
config.status: creating embryo.pc
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/bin/Makefile
config.status: creating embryo-config
config.status: creating README
config.status: creating embryo.spec
config.status: creating debian/changelog
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default commands
make: Warning: File `configure.in' has modification time 2,7e+02 s in 
the future
cd .  /bin/sh /usr/src/e17/source/e17/libs/embryo/missing --run 
aclocal-1.9
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of 
AM_PATH_L IBMCRYPT
   run info '(automake)Extending aclocal'
   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
  cd .  /bin/sh /usr/src/e17/source/e17/libs/embryo/missing --run 
automake-1.9 --gnu
make: *** [Makefile.in] Interrupt

athlon64:/usr/src/e17#


Mirek

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Can't compile embryo from actual CVS

2007-02-10 Thread Mirek

Michael Jennings napsal(a):
 On Saturday, 10 February 2007, at 18:47:21 (+0100),
 Mirek wrote:
 
 make: Warning: File `configure.in' has modification time 2,8e+02 s in 
 the future
 
 Try fixing your clock.
 
 Michael
 

Thanks, i have correct time for zone Europe/Prague, i tried it again and
now it works.

Mirek


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Transparent window borders?

2007-02-01 Thread Mirek
Hi, I just find out how I can have full transparent shelf, here are some 
screenshots: http://62.240.181.87/Mirek/E17/obrazky/ now I would like to 
have transparent window borders, is it possible with latest CVS E17 and 
enlightenment_remote -use-composite-set 1?

Mirek

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] What about implemetation of XSetInputFocus

2006-12-27 Thread Mirek
Hi, I am using VLC, but it fails after I tried it to switch into 
fullscreen mode. It is complaning about missing XSetInputFocus, will 
this extension implemented into E17?

Mirek

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] DR17, eterm (cust and paste) and bioapi usage

2006-12-02 Thread Mirek
I think eterm is very outdated, i am using gnome-terminal, Eterm doesnt 
support even UTF8 locales. But it has one big advantage, it is very 
fast, very very fast :)

Mirek

[EMAIL PROTECTED] napsal(a):
 Hi. 
 
 New to this list, but not new to Enlightenment :) 
 
 In the last week I had updated Enlightenment DR17 to the latest CVS. 
 
 Firstly, things are just getting better and better... 
 
 So I Finally decided to dump Konsole and remove all kde-base built packages 
 from my system (using gentoo), and move onto eterm 0.9.3 (using screen, and 
 the eterm escreen theme). LOVE IT, but ran into one major problem that is 
 already causing me grief. 
 
 In Konsole I could highlight text using mouse, right click =, and cut 'n 
 paste this to anywhere else. I seem to have lost this ability in eterm. A 
 right click just does nothing. 
 
 Anyone know how I can cut text from inside eterm to the XClipboard ? 
 
 The second issue i am having (and this is purely since the latest CVS 
 update, is the 'integration' of enlightenments screen saver with password 
 lock into the thinkpad t43 bioapi. 
 
 When I try to swipe my finger on the fingerprint reader, nothing happens, 
 and I then have to remember my password, and log on manually. (the first 
 time was hell, as I had not actually used my manual password logon in over a 
 year !) 
 
 The bioAPI system is working fine, and I even re-install the complete 
 system, just to be sure, but the issue remained. 
 
 I scanned the log files and get: 
 
 Nov 29 19:39:21 DeepThought pam_bioapi[22095]: Unable to load BioAPI BSP 
 with UUID of {5550454b-2054-464d-2f45-535320425350}, BioAPI error #194d. 
 
 Searching the bioAPI resources, I find that error 194d is about permissions 
 on the bioapi usb devices in /proc. I know they are correct, as I had double 
 checked, and also bioAPI works on everything else (su interminal, sudo etc 
 etc). 
 
 Does Enlightenment screen-lock use its own code, or is it something 
 X-Related, as XScreensaver needs a patch to make it work with the bioAPI 
 
 I had also seen a lot of users mention that if XScreensaver is set to run 
 setuid root, then they get the same issue, so I am thinking that the 
 enlightenment screensaver/lock is actually running as another user, and not 
 my logged in user ? Anyone know if this is so ? 
 
 Any pointers would be appreciated. 
 
 (I am now looking at the code for screen lock, and the code patch for 
 XScreensaver, so see if I cannot see some simalarity, and maybe create a 
 patch for Enlightenment screen lock.) 
 
 Regards
 Lucas 
 
  
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Desktop icons in Yellow Dog Linux 5.0

2006-12-01 Thread Mirek
Hi, why Yellow Dog Linux 5.0 have icons on desktop in E17? I think there 
is no such think like desktop icons. How can I have desktop icons in e17 
too?

Mirek

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] beryl + e17: possible?

2006-11-22 Thread Mirek
That is true, I have working Beryl in KDE and Gnome with nvidia 9625 
drivers, Xorg 7.1 and nvidia GF 6800 GS without XGL or AIGLX. The main 
advantages are: very easy installation, working tvtime and normal X 
server which is better than XGL (keyboard issues).

Mirek

Edward Crabtree napsal(a):
 Modular X and the new nVidia drivers have native composite support, so you 
 shouldn't require XGL to run beryl... I haven't tried it myself though.
 
 
 From: Michele Caini [EMAIL PROTECTED]
 To: Daniel Kasak [EMAIL PROTECTED]
 CC: enlightenment-users@lists.sourceforge.net
 Subject: Re: [e-users] beryl + e17: possible?
 Date: Wed, 22 Nov 2006 20:59:25 +0100

 Ok, bling is... Perfect!!
 Only one question: how can I set transparency percentage?
 Thanks a lot...

 2006/11/22, Daniel Kasak [EMAIL PROTECTED]:
 [EMAIL PROTECTED] wrote:

 Hi,

 Perhaps a stupid question, but does this require Xgl ? It will be 
 great
 if
 it requires only Compositing extension. It seems really promising.

 It's based on compiz, so it will have the same requirements: XGL or 
 AIGLX.
 --
 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


 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys - and earn cash

 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share 
 your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 _
 Download the new Windows Live Toolbar, including Desktop search! 
 http://toolbar.live.com/?mkt=en-gb
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] beryl + e17: possible?

2006-11-19 Thread Mirek
For me e17 crashed to entrance after beryl-start

Mirek

Michele Caini napsal(a):
 Hi,
 I'd like to try beryl with e17.
 I read about compiz with e17 and beryl comes from compiz, so...
 It's possible?
 Please, help me...
 Thanks!!
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] beryl + e17: possible?

2006-11-19 Thread Mirek
Ok, it was X server, there was no beatiful white box of death :)

Mirek

Carsten Haitzler (The Rasterman) napsal(a):
 On Sun, 19 Nov 2006 23:12:09 +0100 Mirek [EMAIL PROTECTED] babbled:
 
 For me e17 crashed to entrance after beryl-start
 
 are you sure e17 crashed and not x? when e17 crashes - it puts up a nice
 friendly white box of death.
 
 Mirek

 Michele Caini napsal(a):
 Hi,
 I'd like to try beryl with e17.
 I read about compiz with e17 and beryl comes from compiz, so...
 It's possible?
 Please, help me...
 Thanks!!
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

 
 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] The new mixer module

2006-10-15 Thread Mirek
Hi, i have Debian unstable (updated yesterday), SB Live! and kernel 
2.6.18, i have two modules in one shelf one for Master and one for PCM, 
all works perfect with Master i control every sound, with PCM i can 
control movies, music, but not tv-tuner or microphone.

Mirek

MillTek napsal(a):
 Mirek,
 
 I have a complete CVS snapshot as of today that compiled ok but it still 
 won't work.  In the configuration did you select master or pcm?
 
 Jim
 
 Mirek wrote:
 
It is working for me about one month and even now just perfect, i have 
1 day old CVS sanpshoot of E17 and all libs and proto files.

Mirek

András Sevcsik napsal(a):

2006/10/15, MillTek [EMAIL PROTECTED]:


Does anyone have the new mixer module working??  If so, did you have to
do anything to get it to operate your sound levels other than just
installing it?



It worked for me, but it was a long time ago :)

Jim


- 

Using Tomcat but need to do more? Need to support web services, 
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache 
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642 

___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users





 
 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] CPU module for more then 1 CPU

2006-10-06 Thread Mirek
Hi i am using CPU module and now i have Core 2 Duo, which is dualcore 
CPU, cpu module in shelf have 2 stats, but it is not visible, is this 
problem of shelf, module or configuration of shelf?


I am sending snapshot...

Mirek
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Animated background Layered Sky is not working with current CVS

2006-10-02 Thread Mirek
Hi, i just downloaded and instaled latest CVS version of E17 (all libs 
and apps) but now animated background Layered Sky is not usable, is 
there some way how can i fix that?

Mirek

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] problem using both xmms and e17 (glibc 2.4)

2006-08-21 Thread Mirek
I am using BMP without any problem.

Mirek

Виктор Кожухаров napsal(a):
 it seems that there are a lot of problems with xmms, that some people
 are experiencing. 
 
 Here, enlightenment just freezes when xmms is started. It doesn't
 segfault, but it can't be restarted, or recover in any other way.
 
 В нд, 2006-08-20 в 13:27 +0200, Mathieu Taillefumier написа:
 
Hello,

I have some question about a very strange thing with e17. Does anyone
experience any problems using xmms and e17 at the same time on system
based on glibc 2.4 ? In fact I cannot use both of them because I have a
crash of X free and e17 otherwise with a very strange result. All
programs are dead excepted enlightenment. The debug session indicates
that this problem occurs when the program want to free some memory, but
that's all. The glibc indicates me an abort signal some times with a
list of all libraries which are running on memory. Valgrind session
gives me now informations excepted few possible memory leaks (). It is
even worse than that It works perfectly with the combination
Valgrind+enlightenment+xmms. Do you have any ideas where can come from
Rasterman suggested that it is a bug in the C library, it is possible
but I am not sure.

For those how want to try to reproduce this bug on others systems (glibc
2.3.6 for instance).

Run e17 normally and run xmms using the menu or any thing else. It seems
to be not important. After that click on xmms to open and close the
principal window. With chance you may crash e17 very fast. Before
reporting bugs to e17 or glibc dev, it would be good to have an other
person how can reproduce this error. If some of you have some ideas to
obtain more informations about this problem please manifest yourself ;-).

of course e17 without xmms works perfectly and xmms without e17 works
also perfectly.

Regards

Mathieu






-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642




___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] BLING!

2006-07-12 Thread Mirek
GImp can do that.

Mirek

Ronald Lau napsal(a):
 I tried but I don't think any basic screen shot can render the transparency.
 
 :(
 
 Trust me. Its totally kick a$$.
  
 
 
 
-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Janusz Bossy
Sent: Wednesday, July 12, 2006 1:31 PM
To: enlightenment-users@lists.sourceforge.net
Subject: Re: [e-users] BLING!

On 7/12/06, Ronald  Lau [EMAIL PROTECTED] wrote:

I just tried BLING and I cannot believe my eyes.

FANTASTIC!

finally my un-used cpu cycles have something to do!

Hi,
I heards a lot of thta bling module. Can someone show a 
screenshot of what it can do? Because I'm running an older (2 
months) enlightenment version and I think that the bling 
module can be a good thing to make my update :)
--
Pozdrawiam
Janusz YANOUSHek Bossy
gg# 791964
tlen [EMAIL PROTECTED]
jabber [EMAIL PROTECTED]


--
---
Using Tomcat but need to do more? Need to support web 
services, security?
Get stuff done quickly with pre-integrated technology to make 
your job easier
Download IBM WebSphere Application Server v.1.0.1 based on 
Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057;
dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

 
 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Question on E17 animated backgrounds

2006-06-18 Thread Mirek
You can try switch CONTAINER to GL mode, if you have working OpenGL 
(only Nvidia works good for me) and evas compiled with GL engine.


Try these patches, recompile e and use this command:
enlightenment_remote -engine-set CONTAINER GL then restart E17 and it 
should render background in OpenGL, which is much more faster (10x for me).


Mirek

Daniel Kasak napsal(a):

Greetings all.

I've been working with a friend on an animated background. What we've 
done is take a project in The Gimp, and rendered a LARGE series of 
images, changing the transparency of one of the layers by a very small 
amount each time.


When we make an animated background from this series of images ( 88 of 
them ), the effect is very nice ( we think so anyway ), but it uses a 
LOT of CPU - even if we spread the animation out over 1 minute.


Apart from culling our number of images ( which we'd rather not do, as 
the image transitions become noticable when we do this ), is there any 
other approach we can use? In particular, is there any way of just using 
2 images, and getting E to modify the transparency of one of them? Or is 
our only option to use a series of images, as we've done?


Thanks :)

Dan


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--- e_config.c	2006-05-13 05:04:35.0 +0200
+++ e_config_mod.h	2006-05-14 19:36:13.0 +0200
@@ -1382,11 +1382,7 @@
 {
Evas_List *l = NULL;
l = evas_list_append(l, strdup(SOFTWARE));
-// DISABLE GL as an accessible engine - it does have problems, ESPECIALLY with
-// shaped windows (it can't do them), and multiple gl windows and shared
-// contexts, so for now just disable it. xrender is much more complete in
-// this regard.
-//   l = evas_list_append(l, strdup(GL));
+   l = evas_list_append(l, strdup(GL));
l = evas_list_append(l, strdup(XRENDER));
return l;
 }
--- e_ipc_handlers.h	2006-04-09 13:55:18.0 +0200
+++ e_ipc_handlers_mod.h	2006-05-14 19:33:27.0 +0200
@@ -6820,21 +6820,16 @@
 //
 #define HDL E_IPC_OP_DEFAULT_ENGINE_SET
 #if (TYPE == E_REMOTE_OPTIONS)
-   OP(-default-engine-set, 1, Set the default rendering engine to OPT1 (SOFTWARE or XRENDER), 0, HDL)
+   OP(-default-engine-set, 1, Set the default rendering engine to OPT1 (SOFTWARE, GL or XRENDER), 0, HDL)
 #elif (TYPE == E_REMOTE_OUT)
REQ_INT_START(HDL)
int value = 0;
if (!strcmp(params[0], SOFTWARE)) value = E_EVAS_ENGINE_SOFTWARE_X11;
-   else if (!strcmp(params[0], GL))
- {
-	value = E_EVAS_ENGINE_GL_X11;
-	printf(GL engine is disabled as default engine.\n);
-	exit(-1);
- }
+   else if (!strcmp(params[0], GL)) value = E_EVAS_ENGINE_GL_X11;
else if (!strcmp(params[0], XRENDER)) value = E_EVAS_ENGINE_XRENDER_X11;
else
  {
-	printf(engine must be SOFTWARE or XRENDER\n);
+	printf(engine must be SOFTWARE, GL or XRENDER\n);
 	exit(-1);
  }
REQ_INT_END(value, HDL);
@@ -6919,7 +6914,7 @@
 //
 #define HDL E_IPC_OP_ENGINE_SET
 #if (TYPE == E_REMOTE_OPTIONS)
-   OP(-engine-set, 2, Set the rendering engine for OPT1 to OPT2 (SOFTWARE or XRENDER), 0, HDL)
+   OP(-engine-set, 2, Set the rendering engine for OPT1 to OPT2 (SOFTWARE, GL or XRENDER), 0, HDL)
 #elif (TYPE == E_REMOTE_OUT)
REQ_2INT_START(HDL)
int context = 0, engine = 0;
@@ -6939,16 +6934,11 @@
  }
if (!strcmp(params[1], DEFAULT)) engine = E_EVAS_ENGINE_DEFAULT;
else if (!strcmp(params[1], SOFTWARE)) engine = E_EVAS_ENGINE_SOFTWARE_X11;
-   else if (!strcmp(params[1], GL))
- {
-	engine = E_EVAS_ENGINE_GL_X11;
-	printf(GL engine is disabled as default engine.\n);
-	exit(-1);
- }
+   else if (!strcmp(params[1], GL)) engine = E_EVAS_ENGINE_GL_X11;
else if (!strcmp(params[1], XRENDER)) engine = E_EVAS_ENGINE_XRENDER_X11;
else
  {
-	 printf(engine must be DEFAULT, SOFTWARE or XRENDER\n);
+	 printf(engine must be DEFAULT, SOFTWARE, GL or XRENDER\n);
 	 exit(-1);
  }
REQ_2INT_END(context, engine, HDL);
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Key bindings to alt+shift

2006-06-16 Thread Mirek
Language module is very cool, i have been using language switching from 
Xserver via key alt+shift, but now i am unable to set this key binding 
in E17 config panel, why user cannot use this key binding?

Mirek


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] slideshow shrunk in openoffice

2006-06-07 Thread Mirek
Same problem with adobe acrobat in fullscreen mode :(

Carsten Haitzler (The Rasterman) napsal(a):
 On Tue, 18 Apr 2006 20:21:49 +1000 Russell Davie [EMAIL PROTECTED] babbled:
 
 
Hi, 

Slide presentation in Openoffice 1.1.5 Impress are shrunk and look like a
large postage stamp 5cmx5cm, stuck in LH corner of OOo window.

Whereas it is the regular full screen in other windowmanagers, E16, IceWM,
Blackbox, Metacity, Windowmaker.

I have tried using  OOO to 2.x, its too unstable and crashes on this laptop,
which isn't a good look for presentations.

any hints?
 
 
 none - but ooffice2's presenter has problems with e17 too. noted down in the
 bugs.
 
 
TIA

Russell





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

 
 
 


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] DR17 screenshot

2006-06-07 Thread Mirek
My latest screenshots:

http://www.abclinuxu.cz/blog/mirek/2006/6/7/136013

Some movies and other files:

http://www.czela.net/pub/Czela_Debian_2.5/mirek/

Mirek

Carsten Haitzler (The Rasterman) napsal(a):
 On Wed, 31 May 2006 11:41:25 +0100 Rebecca Smalley
 [EMAIL PROTECTED] babbled:
 
 
Hi all

I'm writing from Linux Format magazine. I'm just checking it is OK  
for us to use a beautiful screenshot of DR17 by Vandango in the  
magazine (from http://enlightenment.sourceforge.net/Enlightenment/ 
Screenshots/DR17_User_Screenshots/_previews/ 
vandango_e17_screen.png.html). It's to go in our letters page,  
accompanying a letter from a reader praising Enlightement.

We would credit Vandango of course.

It would be great to hear from you.

Thanks

Rebecca S
Linux Format
www.linuxformat.co.uk
 
 
 I hope Vandango has replied - I would say it would be OK, with
 credit/attribution as it is just a screenshot, not a original creative work
 as such - but i know there are things you have to do legally. if you need 
 other
 screenshots i am sure others can provide them :)
 
 
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to which they are addressed.
If you have received this email in error please reply to this email and then
delete it. Please note that any views or opinions presented in this email are
solely those of the author and do not necessarily represent those of Future. 

The recipient should check this email and any attachments for the presence of
viruses. Future accepts no liability for any damage caused by any virus
transmitted by this email. 

Future may regularly and randomly monitor outgoing and incoming emails and
other telecommunications on its email and telecommunications systems. By
replying to this email you give your consent to such monitoring.


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

 
 
 


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Small change to build on Ubuntu 6.06

2006-06-05 Thread Mirek
Hello, can anyone modify file e17/libs/emotion/debian/control?

In Ubuntu, there is no libxine1, but libxine-main1

line 33, add | libxine-main1 (=1.1.0)

Mirek


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Virtual Desktop Question

2006-05-18 Thread Mirek
How about option: remmeber / virtual desktop for Eterm? I am using it 
for GAIM (to prevent popup new messages on every desktop), but if you 
start Eterm on another desktop, it will rewrite config.


Mirek

Danny napsal(a):


Hi list,

I have 8 virtual desktops. When I start Enlightenment (DR17), I would like 4 
Eterms to start-up in the last
virtual desktop (7,0). These Eterms will just show postfix, syslog and some
other logs.

I know how to start Eterm (with options) from .xinitrc, I just want to know how 
to send these
Eterms to the virtual desktop I want them to go.

Is it possible?

Thank You

Danny


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

 




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] DR17 make problem : with logs

2006-05-13 Thread Mirek

Here is my script to install latest CVS E17 for Debian. Just try it :)

Mirek

danny napsal(a):


Hi list,

Apologies for starting a new thread but the wireless card on my Debian
box is not working very well, so I am forced to use Outlook.

With regards to my previous post, here is the original:

 Start Original 
I have the following setup:
Debian Sarge.

Downloaded the following snapshots:
ecore-0.9.9.023
edje-0.5.0.23
eet-0.9.10.023
embryo-0.9.1.023
enlightenment-0.16.999.023
evas-0.9.9.023

I did all the configure/make/make install in the order suggested at
freedesktop.enlightenment.org.

Everything went well untill I got to enlightenment-0.16.999.023. The
configure part went smoothly. But when I do make, I get a whole bunch
of syntax errors.

Now I would like to send the output from make to this list, but it
scrolls by too fast

How can I pipe the output of make to a file so that I can include it
here?

Thank You

Danny

ps: I have included /usr/local/lib in ld.so.conf and ran ldconfig
afterwards. /usr/local/bin is also in my $PATH

 End Original 

All the snapshots are in
/usr/local/bin/enlightenment/[ecore-0.9.9.023][edje-0.5.0.23][eet-0.9.10
.023][embryo-0.9.1.023][enlightenment-0.16.999.023][evas-0.9.9.023]

I thought that I did the configure part wrong (even though it did not
complain), so I did the following after I piped the output from make.
(Thanks to Morten Nilsen and Yasufumi Haga for reminding me about simple
piping commands :-) )

./configure 
--with-evas-config=/usr/local/bin/enlightenment/evas-0.9.9.023/evas-conf
ig 
--with-ecore-config=/usr/local/bin/enlightenment/ecore-0.9.9.023/ecore-c
onfig 
--with-edje-config=/usr/local/bin/enlightenment/edje-0.5.0.023/edje-conf
ig 
--with-eet-config=/usr/local/bin/enlightenment/eet-0.9.10.023/eet-config


--with-embryo-config=/usr/local/bin/enlightenment/embryo-0.9.1.023/embry
o-config

Now once again I would like to apologise to David Stevenson for the
longish post. I do not know what would be important and what not, so I
included the whole make output. :-)

And here is what make tries to tell me:

make all-recursive
make[1]: Entering directory
`/usr/local/bin/enlightenment/enlightenment-0.16.999.023'
Making all in src
make[2]: Entering directory
`/usr/local/bin/enlightenment/enlightenment-0.16.999.023/src'
Making all in bin
make[3]: Entering directory
`/usr/local/bin/enlightenment/enlightenment-0.16.999.023/src/bin'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I../..
-I../../src/bin -I../../src/lib -DUSE_E_CONFIG_H -I/usr/local/include
-I/usr/local/include -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/include -I/usr/local/include
-I/usr/X11R6/include -DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3
-DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6 -DE17_PROFILE=SLOW_PC -g -O2 -MT
e_main.o -MD -MP -MF .deps/e_main.Tpo \
-c -o e_main.o `test -f 'e_main.c' || echo './'`e_main.c; \
then mv -f .deps/e_main.Tpo .deps/e_main.Po; \
else rm -f .deps/e_main.Tpo; exit 1; \
fi
In file included from e_main.c:4:
e.h:48:21: Ecore_X.h: No such file or directory
e.h:56:27: Ecore_X_Atoms.h: No such file or directory
e.h:57:28: Ecore_X_Cursor.h: No such file or directory
In file included from e_includes.h:11,
from e.h:116,
from e_main.c:4:
e_container.h:124: error: syntax error before Ecore_X_Rectangle
In file included from e_includes.h:14,
from e.h:116,
from e_main.c:4:
e_border.h:158: error: syntax error before Ecore_X_Window_State_Hint
e_border.h:158: warning: no semicolon at end of struct or union
e_border.h:158: warning: no semicolon at end of struct or union
e_border.h:159: warning: no semicolon at end of struct or union
e_border.h:160: warning: data definition has no type or storage class
e_border.h:161: error: syntax error before icon_mask
e_border.h:161: warning: data definition has no type or storage class
e_border.h:166: error: syntax error before gravity
e_border.h:166: warning: data definition has no type or storage class
e_border.h:168: error: syntax error before ':' token
e_border.h:169: error: syntax error before ':' token
e_border.h:170: error: syntax error before ':' token
e_border.h:171: error: syntax error before ':' token
e_border.h:172: error: syntax error before ':' token
e_border.h:186: error: syntax error before '}' token
e_border.h:186: warning: data definition has no type or storage class
e_border.h:188: error: syntax error before Ecore_X_MWM_Hint_Func
e_border.h:188: warning: no semicolon at end of struct or union
e_border.h:189: warning: data definition has no type or storage class
e_border.h:190: error: syntax error before input
e_border.h:190: warning: data definition has no type or storage class
e_border.h:191: error: syntax error before ':' token
e_border.h:192: error: syntax error before ':' token
e_border.h:195: error: conflicting types for `fetch'
e_border.h:185: error: previous declaration of `fetch'
e_border.h:196: error: syntax error before '}' token
e_border.h:196: warning

Re: [e-users] What happend to the iTray module?

2006-05-06 Thread Mirek

Try to look at second entry http://www.rasterman.com/index.php?page=News

It is sad for me to :(

Mirek

Oliver Pahl napsal(a):


Hi,

what happend to the iTray module? I wondered where this handy piece of
Software is gone now? I prefer ibar over engage and so i would need a
systray. So where is it? Will it come back?

thx

Oli


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

 





---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Ibox functionality

2006-05-06 Thread Mirek




I think ibox is very obsolete, it has only basic functionality, are
there any plans to rewrite it and add some more options?

For example: 
Situation where I have about 10 and more windows on one screen, i can
use alt+tab to switch betwen them, but it is not so cool :)  They could
be seen in ibox even if they are not iconified (with different colors
for example and when I point by mouse on it, it can popup in small
dialog same as devian news) and after click on it, it could do the same
as in gnome or windows (switch betwen iconified and normal state).

The other completly different idea: How about animation when the window
is being iconified? (to improve beauty of E17).

(sorry for my poor english)

Mirek

Carsten Haitzler (The Rasterman) napsal(a):

  On Fri, 5 May 2006 06:14:18 +0200 Sevcsik András [EMAIL PROTECTED] babbled:

  
  
On Thu, 04 May 2006 23:14:53 +0200
Mirek [EMAIL PROTECTED] wrote:



  I know that the shelf has been uploaded to cvs on accident, but i
looks so good. I want to know how can I add other modules to shelf
(cpu, memory, net, ibox, screenshot).

Mirek


---
Using Tomcat but need to do more? Need to support web services,
security? Get stuff done quickly with pre-integrated technology to
make your job easier Download IBM WebSphere Application Server
v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___ enlightenment-users
mailing list enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  

EDIT: now I see, ibox doesn't go to the self... i haven't tried the
others you said.

  
  
ibox hasn't been ported (yet).

  
  
---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


  
  

  





---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk0709&30571642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Evas for root window

2005-11-15 Thread mirek . sevelda
Hi all,

 how can I create evas object, which is associated with root window ?
 Functions ecore_evas_..._new() are creating new windows, which is
 unsuitable for my application.

Thanx,
Mirek SEvelda



---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628alloc_id=16845op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users