[E-devel] E17, Battery Module

2005-08-07 Thread Bruno
On my Acer Travelmate 662 ACPI always reports a rate of 0 mA. This causes the battery module to display a time left of: capacity[mAH] / 2 (result shown as minutes) To fix this, rate_unknown should be set to 1 if battery is discharging/charging and no estimated time should be displayed. I

[E-devel] edje_cc bug

2005-08-07 Thread Holger Hanrath
if once a program ocurs without a name and then a program with a name edje_cc segfaults. like the following programs{ program{ //name, start; signal, load; action, STATE_SET red 0.0; target, bg; } program{ name, in; signal, mouse,in; source, bg;

[E-devel] FreeDesktop Menu support.

2005-08-07 Thread Pavel Boldin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all. For my distribute (ALTLinux) i write some freedesktop menu supporting patch and has some questions: 1. is there any cache for category ? for example, file that contains all desktop entries for some category? 2. can i create my own cache in

Re: [E-devel] Other possible bugs

2005-08-07 Thread dan sinclair
On Sun, 2005-08-07 at 12:15 -0700, Enrique Figueroa wrote: Well, here's the result of autogen.sh and make. If you see something I'm not seeing let me know. Otherwise, compiling engrave is still a mystery for me. Neither flex nor bison seem to have run. Which is why your getting the problem.

Re: [E-devel] Other possible bugs

2005-08-07 Thread Enrique Figueroa
I just installed and uninstalled automake 1.5, automake1.6, automake1.7, automake1.8 and 1.9 and compiled it with all these versions and I still get the same results. dan sinclair wrote: On Sun, 2005-08-07 at 12:15 -0700, Enrique Figueroa wrote: Well, here's the result of

Re: [E-devel] FreeDesktop Menu support.

2005-08-07 Thread Nathan Ingersoll
You may want to look into working with the author of e17menugen (http://sourceforge.net/projects/e17genmenu). On 8/7/05, Pavel Boldin [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all. For my distribute (ALTLinux) i write some freedesktop menu supporting patch

[E-devel] Freedesktop menu patch alpha 0.0.0.1

2005-08-07 Thread Pavel Boldin
Hi, its me again ;) So, i start to write patch to support FreeDesktop menu on weekends and now can show first results. Note, that patch is bogus (i.e. still does not support many xml entries in menu spec and many entries in desktop spec), but i still work at it and think implement quazi-full

Re: [E-devel] FreeDesktop Menu support.

2005-08-07 Thread Pavel Boldin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan Ingersoll wrote: You may want to look into working with the author of e17menugen (http://sourceforge.net/projects/e17genmenu). I already see it. IHMO it is slow and does not support changing of menu on fly. See submited patch. (NOTE: patch