Re: [E-devel] Skippy doesn't work with E, sort of

2004-07-31 Thread Kim Woelders
Shish wrote: skippy wants to grab a key that E has grabbed already. Maybe some hotkey combination that skippy wants to activate on. I was using F11, but it works now that I changed it to KP_Enter, thanks ^_^ Any idea why E wants the F11 key though? It doesn't seem to have any effect when I press i

Re: [E-devel] Skippy doesn't work with E, sort of

2004-07-31 Thread Kim Woelders
Shish wrote: skippy ( http://thegraveyard.org/skippy.php ) is an expose-like thing, and is thus cool. However, when started during an E session, it comes up with the error: X Error of failed request: BadAccess (attempt to access private resource denied ) Major opcode of failed request: 33 (X_

Re: [E-devel] packages in download page

2004-07-31 Thread Kim Woelders
You are absolutely right, it is confusing. And you even forgot number three: enlightenment-i386 :) I would prefer it something like this: DR16 0.16.7 enlightenment-0.16.7-1.fc2.i386.rpm enlightenment-0.16.7-1.fc2.src.rpm enlightenment-0.16.7-fc2.tar.gz enlightenment-docs-0.16.7-1.

Re: [E-devel] Ecore Evas API: callbacks

2004-07-31 Thread Tilman Sauerbeck
Tilman Sauerbeck <[EMAIL PROTECTED]> [2004-06-20 23:09]: > why does Ecore Evas use its own event system instead of Ecore's event > functions? > > I don't see the point, using the same way of handling events would be > much better, IMHO. Okay, if we can't move to Ecore_Event, can we please have a

[E-devel] Skippy doesn't work with E, sort of

2004-07-31 Thread Shish
skippy ( http://thegraveyard.org/skippy.php ) is an expose-like thing, and is thus cool. However, when started during an E session, it comes up with the error: X Error of failed request: BadAccess (attempt to access private resource denied ) Major opcode of failed request: 33 (X_GrabKey) S

Re: [E-devel] suggestion: run dialog

2004-07-31 Thread robotron:2084
you can actually get an epplet to do this. head over here: http://prdownloads.sourceforge.net/enlightenment/epplet-base-0.5.tar.gz i think the epplet you want is E-Exec. it won't pop up a window for text printed to stdout (i.e. "echo hello world" will do nothing), but you can open some programs

Re: [E-devel] suggestion: run dialog

2004-07-31 Thread Onur Kucuk
On Sat, 31 Jul 2004 16:46:30 GMT "Anton Kuzmin " <[EMAIL PROTECTED]> wrote: > Implement a dialog that can run application. It's something like kde > run dialog that opens on alt + F2. It would be very convenient to have > in enlightenment. I use run-free for that purpose. http://run-free.sou

[E-devel] packages in download page

2004-07-31 Thread Onur Kucuk
Hello, In the sourceforge's download page http://sourceforge.net/project/showfiles.php?group_id=2 There are 2 sections for e16 e16 [show only this package] Release Notes enlightenment-0.16.7-fc2 [show only this release] enlightenment-0.16.7-1.fc2.i386.rpm 1136

[E-devel] suggestion: run dialog

2004-07-31 Thread Anton Kuzmin
Implement a dialog that can run application. It's something like kde run dialog that opens on alt + F2. It would be very convenient to have in enlightenment. Vad står det om dig på nätet? Kolla nu! - http://www.lycos.se/

Re: [E-devel] Re: E CVS: apps/entrance raster

2004-07-31 Thread Michael Jennings
On Friday, 30 July 2004, at 09:21:02 (+0900), Carsten Haitzler wrote: > indeed it would. the problem here though is - entrance simply > doesn't start if you get the source then: > > ./configure > make > make install > > because the code uses the defines that say the sysconfdir is /etc > and look

Re: [E-devel] changing menu navigation key binding

2004-07-31 Thread Kim Woelders
Thanks Alan. This looks OK to me. I will commit it, but please have a little patience. There are some issues with E16.7 that I want sorted out first. /Kim Alan Schmitt wrote: Here is the patch. It will probably need some revisions, as there were some choices I add to make that I'm not sure are cor