Re: [E-devel] Baffled by entrance.hostname

2008-01-31 Thread Glen Larsen
Many of the entrance strings are stored in a simple config database. If you installed in /opt/e17, here is a sample command that would change this string: $ ecore_config -c /opt/e17/etc/entrance_config.cfg -k /entrance/greeting/before -s "Willkommen in" Also useful: $ecore_config -c /opt/e17/

[E-devel] E17 themes, etc.

2007-06-05 Thread Glen Larsen
Allow me to gush for just a moment. Brian just posted the return of Milky's and Simply-White and I had forgotten how much I missed those themes. So I spent a few minutes exploring and configuring and this is what I have learned: - My silly smoke-net-module rocks on Simply-White with the simply s

[E-devel] New theme and a theme update

2007-05-31 Thread Glen Larsen
Since the subject of themes came up... The Smoke theme: http://glx.com/e17/smoke_0_1b.edj Crema theme, updated for desktop icon support: http://glx.com/e17/crema_0_4a.edj Enjoy. -glen - This SF.net email is sponsored by DB

[E-devel] entrance configuration problem

2007-03-30 Thread Glen Larsen
For entrance, autogen.sh is failing to fill in the PACKAGE_CFG_DIR properly. That is, after executing "./autogen.sh --prefix=/opt/e17" the variable definition has not been substituted correctly: $ grep PACKAGE_CFG_DIR src/config.h #define PACKAGE_CFG_DIR "${prefix}/etc" Note that entrance will

[E-devel] Minor bug fix for evas_module.c

2007-02-02 Thread Glen Larsen
Index: evas_module.c === RCS file: /var/cvs/e/e17/libs/evas/src/lib/file/evas_module.c,v retrieving revision 1.20 diff -u -r1.20 evas_module.c --- evas_module.c 18 Sep 2006 09:47:34 - 1.20 +++ evas_module.c 3 Feb 2