Re: [E-devel] EFM Bug's + Answers

2005-12-04 Thread Hisham Mardam Bey
On 12/4/05, Stafford Horne <[EMAIL PROTECTED]> wrote: > > Problems: > 1. When opening the Eap editor (Configuration -> Eap Editor) in the menu > there is no way to select any icons. The file selector is blank. > > Reason: A default path is never being set. > Call Trace (creating fm): > e_fm

Re: [E-devel] LC_* are now wrongly cleared by e

2005-12-04 Thread Ramkumar R
> to be able to install translations as a user in ~/.e/ AS WELL as on the > system, so you dont need root/superuser access to add language support, and > still support the existing gettext system. creating a whole lot of symlinks > wastes inodes for a system that doesnt handle multiple base dir

Re: [E-devel] LC_* are now wrongly cleared by e

2005-12-04 Thread David Stevenson
On 12/4/05, Ramkumar R <[EMAIL PROTECTED]> wrote: > modules can use gettext DOMAINS to load a different domain for their use, but> they still suffer fromt he problem of possibly haveing some languages already> supported by teh system packages, but the user wanting to edxtend language > support by a

[E-devel] configuration panel segfault bug

2005-12-04 Thread Aleksej Struk
Hi, I updated my e17 with the recent version of CVS. After that I noticed, that there is a bug with the configuration panel. If I open any configuration window in the configuration panel, and then just press a cancel button, I get a segfault. Best regards, aleksej-- Aleksej StrukMaster Degree S

[E-devel] efm patch

2005-12-04 Thread Massimo Maiurana
adds more translatable strings in efm. -- Massimo Maiurana massimoragusa.linux.it http://massimo.solira.org GPG keyID #7044D601 Articolo 11 - L'Italia ripudia la guerra come strumento di offesa alla libertà degli altri popoli e come mezzo di risoluzione

Re: [E-devel] efm patch

2005-12-04 Thread Hisham Mardam Bey
On 12/4/05, Massimo Maiurana <[EMAIL PROTECTED]> wrote: > > adds more translatable strings in efm. added -- Hisham Mardam Bey MSc (Computer Science) http://hisham.cc/ +9613609386 Codito Ergo Sum (I Code Therefore I Am) --- This SF.net email is

Re: [E-devel] configuration panel segfault bug

2005-12-04 Thread The Rasterman
On Sun, 4 Dec 2005 12:08:27 +0100 Aleksej Struk <[EMAIL PROTECTED]> babbled: > Hi, > > I updated my e17 with the recent version of CVS. After that I noticed, that > there is > a bug with the configuration panel. If I open any configuration window in > the configuration panel, > and then just pres

Re: [E-devel] LC_* are now wrongly cleared by e

2005-12-04 Thread The Rasterman
On Sun, 4 Dec 2005 14:34:54 +0530 Ramkumar R <[EMAIL PROTECTED]> babbled: > > to be able to install translations as a user in ~/.e/ AS WELL as on the > > system, so you dont need root/superuser access to add language support, and > > still support the existing gettext system. creating a whole

[E-devel] [patch] ecore_config

2005-12-04 Thread Morten Nilsen
Here's a complete patch for the ecore_config tool; - implement list (heap sort with pathcmp) - tweak get, adding type - remove get_type (obsoleted by get tweak) - use getopt - add some checks - add del Cheers, -- Morten Index: ecore_config.c ==

[E-devel] What happens?

2005-12-04 Thread Martin Klaffenboeck
Hi there! I had segfaults when I logged in and having a $HOME/.e directory. Because of this I upgraded from CVS very often, but I still had to delete the .e directory before starting enlightenment. After my todays update, I logged in but now all the modules cannot be loaded. I don't know what th

Re: [E-devel] What happens?

2005-12-04 Thread Daniel Kasak
Martin Klaffenboeck wrote: Hi there! I had segfaults when I logged in and having a $HOME/.e directory. Because of this I upgraded from CVS very often, but I still had to delete the .e directory before starting enlightenment. After my todays update, I logged in but now all the modules cannot be

Re: [E-devel] [patch] ecore_config

2005-12-04 Thread Morten Nilsen
Morten Nilsen wrote: Here's a complete patch for the ecore_config tool; - implement list (heap sort with pathcmp) - tweak get, adding type - remove get_type (obsoleted by get tweak) - use getopt - add some checks - add del find attached a patch against the previous one, that adds a check if c

Re: [E-devel] [patch] ecore_config

2005-12-04 Thread Morten Nilsen
Morten Nilsen wrote: Here's a complete patch for the ecore_config tool; - implement list (heap sort with pathcmp) - tweak get, adding type - remove get_type (obsoleted by get tweak) - use getopt - add some checks - add del attached is a patch for entrance build_config.sh.in to use the new syn

Re: [E-devel] What happens?

2005-12-04 Thread The Rasterman
On Sun, 04 Dec 2005 21:52:26 +0100 Martin Klaffenboeck <[EMAIL PROTECTED]> babbled: > Hi there! > > I had segfaults when I logged in and having a $HOME/.e directory. > Because of this I upgraded from CVS very often, but I still had to > delete the .e directory before starting enlightenment. > >

Re: [E-devel] [patch] ecore_config

2005-12-04 Thread Morten Nilsen
Morten Nilsen wrote: attached is a patch for entrance build_config.sh.in to use the new syntax of the ecore_config utility ... must be a bit too early in the morning.. sorry :P -- Morten :wq Index: data/config/build_config.sh.in ===