[E-devel] Locks

2005-08-16 Thread Daniel Kasak
Where are E17's application locks stored? I used an application's top-left corner menu thing to set an application lock on size, and now I'm having trouble removing it. The application is an in-house Perl-Gtk2 application, and I set a lock on it so that it didn't maximize when opening. I've

[E-devel] EWL hello example not working

2005-08-16 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, (not really sure if this fits better in this ML or in e-users but here it goes) I've just started reading ewl book and I tried ewl second example. The hello world one. Just copied pasted from the book section Hello World. I tried to compile and got: $ gcc -o ewlhello ewlhello.c

Re: [E-devel] EWL hello example not working

2005-08-16 Thread Nathan Ingersoll
The ewl_text and ewl_entry widgets just had a major overhaul, I don't think the documentation has been updated to reflect this yet. Are you reading the book from the website or from CVS? On 8/16/05, Paulo Jorge de Oliveira Cantante de Matos [EMAIL PROTECTED] wrote: Hi all, (not really sure if

Re: [E-devel] EWL hello example not working

2005-08-16 Thread Paulo Jorge de Oliveira Cantante de Matos
Nathan Ingersoll said: The ewl_text and ewl_entry widgets just had a major overhaul, I don't think the documentation has been updated to reflect this yet. Are you reading the book from the website or from CVS? Website, I'll try the cvs docs... :D thanks On 8/16/05, Paulo Jorge de

Re: [E-devel] Entangle Issue

2005-08-16 Thread dan sinclair
On Mon, 2005-08-15 at 20:14 +, Christopher Michael wrote: Hi all, I found an issue with entangle where if the favorite/.order file was empty but sub directories existed under favorite (ie: favorite/Games) then the menu was not shown in entangle, but was displayed in the E menu. I

[E-devel] Eterm and en_AU.utf8

2005-08-16 Thread Dave Novakovic
Hve been reccomended to submit a bug report to this email addie. Using locale en_AU.utf8 causes eterm to start very slowly, the whole time it is loading it uses 100% cpu, and pretty much puts my system in stop mode. With RiverRat's help i was able to make an alias to ignore the locale for

[E-devel] Console permissions

2005-08-16 Thread Gregory Kriehn
There seems to be a bug when logging into enlightenment via entrance with regard to console permissions for sound events. In Fedora Core 4, there are some default permissions found in: /etc/security/console.perms.d/50-default.perms. For sound events, the appropriate device classes are given

Re: [E-devel] Console permissions

2005-08-16 Thread Sebastian Dransfeld
Gregory Kriehn wrote: There seems to be a bug when logging into enlightenment via entrance with regard to console permissions for sound events. Are you using the pam file from cvs? It doesn't honour fedora stuff like pam_console. You need to use the pam file from gdm/kdm whatever. And if

[E-devel] Re: A patch to add 2 enlightenment_remote/e_config options for menu autoscroll

2005-08-16 Thread Justin Patrin
On 8/16/05, Justin Patrin [EMAIL PROTECTED] wrote: This is my first post to this particular list and my first patch to e, so please be gentle. :-) This patch adds 2 new options for controlling the auto-scroll behavior of menus. The first option, menu-autoscroll-margin, controls the distance

Fwd: [E-devel] Eterm and en_AU.utf8

2005-08-16 Thread Justin Spahr-Summers
I noticed something like this as well using en_US.utf8, but I chalked it up to something I had messed with. On 8/14/05, Dave Novakovic [EMAIL PROTECTED] wrote: Hve been reccomended to submit a bug report to this email addie. Using locale en_AU.utf8 causes eterm to start very slowly, the whole

[E-devel] evfs diffs

2005-08-16 Thread Christopher Michael
Here are some diffs against current evfs code. While compiling it, I found some minor problems ( ie: printf(stderr, ) instead of fprintf(stderr, ) ) .. Also, added some unhandled enums to various switches that the compiler reported. Hope these are useful, devilhorns --- evfs_main.c.orig

Re: [E-devel] Locks

2005-08-16 Thread The Rasterman
On Wed, 17 Aug 2005 09:44:01 +1000 Daniel Kasak [EMAIL PROTECTED] babbled: Where are E17's application locks stored? I used an application's top-left corner menu thing to set an application lock on size, and now I'm having trouble removing it. The application is an in-house Perl-Gtk2