[e-users] Debian: Package enlightenment has no installation candidate

2006-08-19 Thread Manuel Werlberger
Hi! Although this is not a direct E17 problem i'm sure many of you are using Debian. I just set up my box with Debian/unstable and wanted (of course) e17 on it. I found the e17 repository on edevelop.org and was really happy about it. but now when i do an apt-get i get the error msg E:

Re: [e-users] e17 Rox pinboard

2006-08-19 Thread Hulin Thibaud
Peter a écrit : On Thu, 17 Aug 2006 13:33:46 +0200, Hulin Thibaud wrote: all snip. I did some testing. rox pinboard seems to only work on the active desktop. And, it obliterates the current background setting. and shelves.It does not seem to take over all desktops. I tried tweaking

[e-users] Mailbox monitor

2006-08-19 Thread Justin
I am interested in writing a mailbox monitor using the E17 libs, written in Python. Is it even possible/feasible? Comments and suggestions welcome. - Using Tomcat but need to do more? Need to support web services,

Re: [e-users] Mailbox monitor

2006-08-19 Thread Andrew Sevcsik
If I'm right, there's no python bindings to efl now. I suggest you to code in Ruby. I was a python fan before, but I changed to ruby because of the efl. You can easily transfer from ruby to python, there's only a few syntax differences, and I found Ruby more effective. Currently, there are ruby

Re: [e-users] Mailbox monitor

2006-08-19 Thread J. Erik Heinz
Hi, Andrew Sevcsik [EMAIL PROTECTED] words on 19.08.2006 - 21:33 (+0200 Zulu-Time): If I'm right, there's no python bindings to efl now. I suggest you to code in Ruby. I was a python fan before, but I changed to ruby because of the efl. You can easily transfer from ruby to python,

[e-users] suggestion for the blue_eyed devian theme..

2006-08-19 Thread Morten Nilsen
I think the theme would do good if the grey outline is removed for 'new' posts.. dark red with a dark grey outline is somewhat illegible.. -- Cheers, Morten :wq - Using Tomcat but need to do more? Need to support web

Re: [e-users] Mailbox monitor

2006-08-19 Thread Hisham Mardam Bey
On 8/19/06, Justin [EMAIL PROTECTED] wrote: I am interested in writing a mailbox monitor using the E17 libs, written in Python. Is it even possible/feasible? Comments and suggestions welcome. There's some very early work on pyetk (python bindings for etk). If you are interested hop by #etk

Re: [e-users] can't deseable bling transparancy

2006-08-19 Thread Ray Ishido
yes it works, but It's also disable the shadows. The shadows work well, it's just the transparancy that slow my system. I know that there is a shadow modules, but it's "false" shadow, ie when 2 windows overlaps the one below didn't have the shadow of the one above, like with the shadows from

Re: [e-users] Mailbox monitor

2006-08-19 Thread Andrew Sevcsik
ruby-etk -ewl and -enhance uses a library called ruby/dl. That lib allows you to call functions from C libraries in ruby. Then you can sort them into nice classes and methods. Nerochiaro created a tool that can automatically generate ruby bindings from a C library (you have to contact him for