Re: [e-users] e17 and NetBSD

2006-04-17 Thread Crni Gorac
On 4/17/06, Gopalarathnam Venkatesan [EMAIL PROTECTED] wrote:
 On 4/16/06, Crni Gorac [EMAIL PROTECTED] wrote:
  It mostly works fine, I only noticed 2 smaller issues for now:
 
  1. I have errors like as follows reported for modules: There was an
  error loading module: clock.  No module named
  clock/netbsdelf3.0-i386/module.so could be found in the module search
  directories.  Would you like to unload this module.  But I have
  /usr/local/lib/enlightenment/modules/clock directory with appropriate
  contents and permissions set.  How to set modules search path?
 
  2. Seems like my background image is not properly scaled (it's bigger
  than it should be, thus its right and bottom part are not visible).
  Any hint here?
 

 Congratulations.  Though I didn't have these problems, the default E17
 theme didn't work for me.  The fonts were a little shifted and in some
 cases, they're simply missing (see the screenshot from the url below).
  Rasterman said it might be because of freetype, but I don't know.

 http://gopalarathnam.com/images/e17_freebsd_problem.jpg

 Anybody, help is greatly appreciated :)

 --
 Gopalarathnam Venkatesan
 http://gopalarathnam.com/


Same problems here, but I'm using Ctulhain anyway.  Looks better than
default theme, still labels on configuration dialog are looking
shifter similarly to what is shown on above screenshot for default
theme.

Regards.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e17 and NetBSD

2006-04-17 Thread Crni Gorac
On 4/17/06, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote:
 On Mon, 17 Apr 2006 10:41:18 +0530 Gopalarathnam Venkatesan
 [EMAIL PROTECTED] babbled:

  On 4/16/06, Crni Gorac [EMAIL PROTECTED] wrote:
   It mostly works fine, I only noticed 2 smaller issues for now:
  
   1. I have errors like as follows reported for modules: There was an
   error loading module: clock.  No module named
   clock/netbsdelf3.0-i386/module.so could be found in the module search
   directories.  Would you like to unload this module.  But I have
   /usr/local/lib/enlightenment/modules/clock directory with appropriate
   contents and permissions set.  How to set modules search path?
  
   2. Seems like my background image is not properly scaled (it's bigger
   than it should be, thus its right and bottom part are not visible).
   Any hint here?
  
 
  Congratulations.  Though I didn't have these problems, the default E17
  theme didn't work for me.  The fonts were a little shifted and in some
  cases, they're simply missing (see the screenshot from the url below).
   Rasterman said it might be because of freetype, but I don't know.
 
  http://gopalarathnam.com/images/e17_freebsd_problem.jpg
 
  Anybody, help is greatly appreciated :)

 the font shift is due to your trio hacks in eet - you likely missed
 something. i suggest you put some pressure on your distro maintainers to add
 proper c99 suppott to libc by default :)

  --
  Gopalarathnam Venkatesan
  http://gopalarathnam.com/
 
 
  ---
  This SF.Net email is sponsored by xPML, a groundbreaking scripting language
  that extends applications into web and mobile media. Attend the live webcast
  and join the prime developer group breaking into this new coding territory!
  http://sel.as-us.falkag.net/sel?cmd___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
 裸好多
 Tokyo, Japan (東京 日本)


There is already appropriate bug filed (by Hisham):
http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=32290. 
However, the bug is filed back in December 2005 and seems to be still
not acted upon; and probably we shouldn't expect particulary fast
answer anyway.  So I guess it would be still nice if at some point and
under appropriate conditions (access to *BSD system available)
maintainer(s) could find some time to check the issue themselves and
maybe (in the true spirit of auto-tools based solution) provide
supported alternative path for platforms not having %a
implemented...

Regards.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] can't bind CTRL+SHIFT+ALT+l to command

2006-04-17 Thread Yasufumi Haga
Hi all

I'm trying to bind CTRL+SHIFT+ALT+l to
xscreensaver-command -lock in E17 environment built
with the sources as of April 15.
Using the following command on the commandline, the key
sequence is bound to the command, and works fine.

  $ enlightenment_remote -binding-key-add ANY l \
  CTRL|ALT|SHIFT 0 exec xscreensaver-command -lock

  $ enlightenment_remote -binding-key-list
..
  REPLY: BINDING CONTEXT=ANY KEY=l MODIFIERS=SHIFT|CTRL|ALT ANY_MOD=0 
ACTION=exec PARAMS=xscreensaver-command -lock

But when I use the key bindings setting dialog to bind
the key sequence to the command, the binding won't work,
and -binding-key-list show:

  $ enlightenment_remote -binding-key-list
..
  REPLY: BINDING CONTEXT=ANY KEY=L MODIFIERS=SHIFT|CTRL|ALT ANY_MOD=0 
ACTION=exec PARAMS=xscreensaver-command -lock

The key becomes L instead of l.

Is this a known issue?


---
Thank you for telling me the truth.  --- HAL9000 in 2010
 Yasufumi Haga   [EMAIL PROTECTED]
 http://homepage3.nifty.com/peterpan/
 fingerprint:0EFA 299A BC32 7D68 1FEF  BA2B 804E 9B15 C4F0 F9F0


pgpGSAEmOHTjF.pgp
Description: PGP signature


Re: [e-users] can't bind CTRL+SHIFT+ALT+l to command

2006-04-17 Thread The Rasterman
On Mon, 17 Apr 2006 20:53:03 +0900 (JST) Yasufumi Haga
[EMAIL PROTECTED] babbled:

 Hi all
 
 I'm trying to bind CTRL+SHIFT+ALT+l to
 xscreensaver-command -lock in E17 environment built
 with the sources as of April 15.
 Using the following command on the commandline, the key
 sequence is bound to the command, and works fine.
 
   $ enlightenment_remote -binding-key-add ANY l \
   CTRL|ALT|SHIFT 0 exec xscreensaver-command -lock
 
   $ enlightenment_remote -binding-key-list
 ..
   REPLY: BINDING CONTEXT=ANY KEY=l MODIFIERS=SHIFT|CTRL|ALT ANY_MOD=0
 ACTION=exec PARAMS=xscreensaver-command -lock
 
 But when I use the key bindings setting dialog to bind
 the key sequence to the command, the binding won't work,
 and -binding-key-list show:
 
   $ enlightenment_remote -binding-key-list
 ..
   REPLY: BINDING CONTEXT=ANY KEY=L MODIFIERS=SHIFT|CTRL|ALT ANY_MOD=0
 ACTION=exec PARAMS=xscreensaver-command -lock
 
 The key becomes L instead of l.
 
 Is this a known issue?

aah yes - i see what the problem is. it's using the wrong event field for the
key. using the keysym one.

 
 ---
 Thank you for telling me the truth.  --- HAL9000 in 2010
  Yasufumi Haga   [EMAIL PROTECTED]
  http://homepage3.nifty.com/peterpan/
  fingerprint:0EFA 299A BC32 7D68 1FEF  BA2B 804E 9B15 C4F0 F9F0
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] can't bind CTRL+SHIFT+ALT+l to command

2006-04-17 Thread Yasufumi Haga
On Mon, 17 Apr 2006 20:53:44 +0900,
   Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote:

| On Mon, 17 Apr 2006 20:53:03 +0900 (JST) Yasufumi Haga
| [EMAIL PROTECTED] babbled:
|
|  Hi all
| 
|  I'm trying to bind CTRL+SHIFT+ALT+l to
|  xscreensaver-command -lock in E17 environment built
|  with the sources as of April 15.
|  Using the following command on the commandline, the key
|  sequence is bound to the command, and works fine.
| 
|$ enlightenment_remote -binding-key-add ANY l \
|CTRL|ALT|SHIFT 0 exec xscreensaver-command -lock
| 
|$ enlightenment_remote -binding-key-list
|  ..
|REPLY: BINDING CONTEXT=ANY KEY=l MODIFIERS=SHIFT|CTRL|ALT ANY_MOD=0
|  ACTION=exec PARAMS=xscreensaver-command -lock
| 
|  But when I use the key bindings setting dialog to bind
|  the key sequence to the command, the binding won't work,
|  and -binding-key-list show:
| 
|$ enlightenment_remote -binding-key-list
|  ..
|REPLY: BINDING CONTEXT=ANY KEY=L MODIFIERS=SHIFT|CTRL|ALT ANY_MOD=0
|  ACTION=exec PARAMS=xscreensaver-command -lock
| 
|  The key becomes L instead of l.
| 
|  Is this a known issue?
|
| aah yes - i see what the problem is. it's using the wrong event field for the
| key. using the keysym one.

OK! I'll rebuild E17 after the fix.

Regards.


---
Thank you for telling me the truth.  --- HAL9000 in 2010
 Yasufumi Haga   [EMAIL PROTECTED]
 http://homepage3.nifty.com/peterpan/
 fingerprint:0EFA 299A BC32 7D68 1FEF  BA2B 804E 9B15 C4F0 F9F0


pgpaaNYugftkK.pgp
Description: PGP signature


Re: [e-users] can't bind CTRL+SHIFT+ALT+l to command

2006-04-17 Thread Yasufumi Haga
On Mon, 17 Apr 2006 21:33:10 +0900 (JST),
   Yasufumi Haga [EMAIL PROTECTED] wrote:

| On Mon, 17 Apr 2006 20:53:44 +0900,
|Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote:
|
| | On Mon, 17 Apr 2006 20:53:03 +0900 (JST) Yasufumi Haga
| | [EMAIL PROTECTED] babbled:
| |
| |  Hi all
| | 
| |  I'm trying to bind CTRL+SHIFT+ALT+l to
| |  xscreensaver-command -lock in E17 environment built
| |  with the sources as of April 15.
| |  Using the following command on the commandline, the key
| |  sequence is bound to the command, and works fine.
| | 
| |$ enlightenment_remote -binding-key-add ANY l \
| |CTRL|ALT|SHIFT 0 exec xscreensaver-command -lock
| | 
| |$ enlightenment_remote -binding-key-list
| |  ..
| |REPLY: BINDING CONTEXT=ANY KEY=l MODIFIERS=SHIFT|CTRL|ALT ANY_MOD=0
| |  ACTION=exec PARAMS=xscreensaver-command -lock
| | 
| |  But when I use the key bindings setting dialog to bind
| |  the key sequence to the command, the binding won't work,
| |  and -binding-key-list show:
| | 
| |$ enlightenment_remote -binding-key-list
| |  ..
| |REPLY: BINDING CONTEXT=ANY KEY=L MODIFIERS=SHIFT|CTRL|ALT ANY_MOD=0
| |  ACTION=exec PARAMS=xscreensaver-command -lock
| | 
| |  The key becomes L instead of l.
| | 
| |  Is this a known issue?
| |
| | aah yes - i see what the problem is. it's using the wrong event field for 
the
| | key. using the keysym one.
|
| OK! I'll rebuild E17 after the fix.

I've rebuilt E17 just now, and this issue gets fixed.
Thanks, Raster.
Regards.


---
Thank you for telling me the truth.  --- HAL9000 in 2010
 Yasufumi Haga   [EMAIL PROTECTED]
 http://homepage3.nifty.com/peterpan/
 fingerprint:0EFA 299A BC32 7D68 1FEF  BA2B 804E 9B15 C4F0 F9F0


pgpmBKVwwEfit.pgp
Description: PGP signature


Re: [e-users] can't bind CTRL+SHIFT+ALT+l to command

2006-04-17 Thread The Rasterman
On Tue, 18 Apr 2006 00:05:55 +0900 (JST) Yasufumi Haga
[EMAIL PROTECTED] babbled:

 On Mon, 17 Apr 2006 21:33:10 +0900 (JST),
Yasufumi Haga [EMAIL PROTECTED] wrote:
 
 | On Mon, 17 Apr 2006 20:53:44 +0900,
 |Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote:
 |
 | | On Mon, 17 Apr 2006 20:53:03 +0900 (JST) Yasufumi Haga
 | | [EMAIL PROTECTED] babbled:
 | |
 | |  Hi all
 | | 
 | |  I'm trying to bind CTRL+SHIFT+ALT+l to
 | |  xscreensaver-command -lock in E17 environment built
 | |  with the sources as of April 15.
 | |  Using the following command on the commandline, the key
 | |  sequence is bound to the command, and works fine.
 | | 
 | |$ enlightenment_remote -binding-key-add ANY l \
 | |CTRL|ALT|SHIFT 0 exec xscreensaver-command -lock
 | | 
 | |$ enlightenment_remote -binding-key-list
 | |  ..
 | |REPLY: BINDING CONTEXT=ANY KEY=l MODIFIERS=SHIFT|CTRL|ALT ANY_MOD=0
 | |  ACTION=exec PARAMS=xscreensaver-command -lock
 | | 
 | |  But when I use the key bindings setting dialog to bind
 | |  the key sequence to the command, the binding won't work,
 | |  and -binding-key-list show:
 | | 
 | |$ enlightenment_remote -binding-key-list
 | |  ..
 | |REPLY: BINDING CONTEXT=ANY KEY=L MODIFIERS=SHIFT|CTRL|ALT ANY_MOD=0
 | |  ACTION=exec PARAMS=xscreensaver-command -lock
 | | 
 | |  The key becomes L instead of l.
 | | 
 | |  Is this a known issue?
 | |
 | | aah yes - i see what the problem is. it's using the wrong event field for
 | | the key. using the keysym one.
 |
 | OK! I'll rebuild E17 after the fix.
 
 I've rebuilt E17 just now, and this issue gets fixed.
 Thanks, Raster.
 Regards.

:)

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] e_util_eapp_edit

2006-04-17 Thread Fernando Meira
Hi!

Is there any problem with e_util_eapp_edit command?
I updated e17 2 days ago, and the e_util_eapp_edit is impossible of using.. it only shows 1 cm column of information..

Cheers,
Fernando



Re: [e-users] e_util_eapp_edit

2006-04-17 Thread Thomas Kuther
On Mon, 17 Apr 2006 18:03:35 +0200
Fernando Meira [EMAIL PROTECTED] wrote:

 Hi!
 
 Is there any problem with e_util_eapp_edit command?
 I updated e17 2 days ago, and the e_util_eapp_edit is impossible of
 using.. it only shows 1 cm column of information..
 
 Cheers,
 Fernando

Same here. You have to resize it, and also resize the colums.
But anyway i prefer

$ enlightenment_remote -start-eap-edit some.eap

HTH
tom


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e_util_eapp_edit

2006-04-17 Thread Fernando Meira
On 4/17/06, Thomas Kuther [EMAIL PROTECTED] wrote:
On Mon, 17 Apr 2006 18:03:35 +0200Fernando Meira [EMAIL PROTECTED] wrote: Hi! Is there any problem with e_util_eapp_edit command?
 I updated e17 2 days ago, and the e_util_eapp_edit is impossible of using.. it only shows 1 cm column of information.. Cheers, FernandoSame here. You have to resize it, and also resize the colums.
But anyway i prefer$ enlightenment_remote -start-eap-edit some.eap
Thanks,

that's another way to do it... in fact it is the way I used to do it (more or less)
I used to start an application, then in edit icon use to set it.
But now, if I start the application though the console, the application
info in edit icon is the console's information, icon and all the
rest. Why's that?

Fernando


RE: [e-users] All in one bar :)

2006-04-17 Thread Ronald Lau
 
I drool.



 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of David Seikel
 Sent: Sunday, April 16, 2006 9:44 AM
 To: enlightenment-users@lists.sourceforge.net
 Subject: Re: [e-users] All in one bar :)
 
 On Sun, 16 Apr 2006 16:10:51 +0200 Oliver Pahl [EMAIL PROTECTED]
 wrote:
 
  Raster or anybody who knows. How ist the all in one bar 
 done in the 
  screenshot here: 
 http://www.rasterman.com/files/e17_shelf_test_06.png
  [http://www.rasterman.com/files/e17_shelf_test_06.png]
 
 That is the experimental gadcon and shelf stuff that raster 
 has been working on.  He has not committed it yet, so 
 consider those images to be sneak previews.
 
 


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] monitor not present in cvs

2006-04-17 Thread Russell Davie
Hi

monitor doesn't seem to be complete  in cvs in either sourceforge or 
enlightenment

This is using the cvs at 
:pserver:[EMAIL PROTECTED]:/cvsroot/enlightenment
:pserver:[EMAIL PROTECTED]:/var/cvs/e

This is my first look at E17, it an amazing successor to E16.

TIA

R
Send instant messages to your online friends http://au.messenger.yahoo.com 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e17 and NetBSD

2006-04-17 Thread Anders Troback
Hi,

I don't know mush about NetBSD but I have a script that build e17 from
cvs on FreeBSD 5.0. You can download it from: 

http://www.troback.com/download.php?file=build_e17

\\troback


On Mon, 17 Apr 2006 09:42:09 +0200
Crni Gorac [EMAIL PROTECTED] wrote:

 On 4/17/06, The Rasterman Carsten Haitzler [EMAIL PROTECTED]
 wrote:
  On Mon, 17 Apr 2006 10:41:18 +0530 Gopalarathnam Venkatesan
  [EMAIL PROTECTED] babbled:
 
   On 4/16/06, Crni Gorac [EMAIL PROTECTED] wrote:
It mostly works fine, I only noticed 2 smaller issues for now:
   
1. I have errors like as follows reported for modules: There
was an error loading module: clock.  No module named
clock/netbsdelf3.0-i386/module.so could be found in the module
search directories.  Would you like to unload this module.
But I have /usr/local/lib/enlightenment/modules/clock directory
with appropriate contents and permissions set.  How to set
modules search path?
   
2. Seems like my background image is not properly scaled (it's
bigger than it should be, thus its right and bottom part are
not visible). Any hint here?
   
  
   Congratulations.  Though I didn't have these problems, the
   default E17 theme didn't work for me.  The fonts were a little
   shifted and in some cases, they're simply missing (see the
   screenshot from the url below). Rasterman said it might be
   because of freetype, but I don't know.
  
   http://gopalarathnam.com/images/e17_freebsd_problem.jpg
  
   Anybody, help is greatly appreciated :)
 
  the font shift is due to your trio hacks in eet - you likely
  missed something. i suggest you put some pressure on your distro
  maintainers to add proper c99 suppott to libc by default :)
 
   --
   Gopalarathnam Venkatesan
   http://gopalarathnam.com/
  
  
   ---
   This SF.Net email is sponsored by xPML, a groundbreaking
   scripting language that extends applications into web and mobile
   media. Attend the live webcast and join the prime developer group
   breaking into this new coding territory!
   http://sel.as-us.falkag.net/sel?cmd___
   enlightenment-users mailing list
   enlightenment-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
 
 
  --
  - Codito, ergo sum - I code, therefore I am
  -- The Rasterman (Carsten Haitzler)
  [EMAIL PROTECTED] 裸好多
  Tokyo, Japan (東京 日本)
 
 
 There is already appropriate bug filed (by Hisham):
 http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=32290. 
 However, the bug is filed back in December 2005 and seems to be still
 not acted upon; and probably we shouldn't expect particulary fast
 answer anyway.  So I guess it would be still nice if at some point and
 under appropriate conditions (access to *BSD system available)
 maintainer(s) could find some time to check the issue themselves and
 maybe (in the true spirit of auto-tools based solution) provide
 supported alternative path for platforms not having %a
 implemented...
 
 Regards.
 
 
 ---
 This SF.Net email is sponsored by xPML, a groundbreaking scripting
 language that extends applications into web and mobile media. Attend
 the live webcast and join the prime developer group breaking into
 this new coding territory!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
 ___ enlightenment-users
 mailing list enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users



-- 


Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!

http://www.troback.com
-


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e_util_eapp_edit

2006-04-17 Thread Fernando Meira
On 4/17/06, Thomas Kuther [EMAIL PROTECTED] wrote:
$ enlightenment_remote -start-eap-edit some.eap
Hi again,

Using that command to an existing eap file opens an empty config form.
Creating a new eap file with that command, does not place the eap file in the current folder, nor in ~/.e/e/applications/all.
Where are being placed?

Thanks,
Fernando



Re: [e-users] monitor not present in cvs

2006-04-17 Thread Jesse Luehrs
On Tue, 18 Apr 2006 06:44:30 +1000
Russell Davie [EMAIL PROTECTED] wrote:

 Hi
 
 monitor doesn't seem to be complete  in cvs in either sourceforge or
 enlightenment
 
 This is using the cvs at 
   :pserver:[EMAIL PROTECTED]:/cvsroot/enlightenment
   :pserver:[EMAIL PROTECTED]:/var/cvs/e
 
 This is my first look at E17, it an amazing successor to E16.
 
 TIA
 
 R

Monitor has been split apart into separate modules now, and is no
longer being maintained itself, as far as I know. Check out mem, cpu,
net, wlan, and uptime instead, as they are what monitor was split into.

Jesse


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e17setroot and .xinitrc

2006-04-17 Thread Andrea Spada
On Fri, 14 Apr 2006 09:31:00 -0400
Chris Williams [EMAIL PROTECTED] wrote:

Well, my gnome background (in gconf) was already unchecked (disabled).
the problem was a runtime error, when e17 exit with errors messages.

But now, everything seems to work.

Thank's,
Andrea

 Navigate to /desktop/gnome/background and uncheck draw_background.
 
 You can do this with gconf-editor, or the command-line tool, i think
 it's gconftool.
 
 --chris
 
 On Thu, 2006-04-13 at 17:19 -0600, Vijay Durairaj wrote:
  Hi,
  
  For me, gnome-settings-daemon sets the wallpaper. In E17, I
  manually start gnome-settings-daemon. As soon as I start it, my
  (fake) background is changed. I use gnome-2.12. May be in this
  version, it sets the bg. I really want gnome-settings-daemon to
  stop setting the bg. :-(
  
  -Vijay
  
  [EMAIL PROTECTED] wrote:
   On Wed, 12 Apr 2006 19:09:13 -0600
   Vijay Durairaj [EMAIL PROTECTED] wrote:
  
 
   This is because gnome-settings-daemon sets its own wallpaper
   (defined in gnome).
  
   -Vijay
  
  
   
  
   Oha ..weird stuff! 
  
   -8
   $ cat .e/e/applications/startup/.order
   esetroot.eap
   gnome-settings-daemon.eap
   Klinpopup.eap
   8-
  
   works here and the settings-daemon doesn't set any bg, nautilus
   sets the bg in gnome. settings-daemon just sets fonts and theme..
  
   Tom
  
  
 
  
  
  ---
  This SF.Net email is sponsored by xPML, a groundbreaking scripting
  language that extends applications into web and mobile media.
  Attend the live webcast and join the prime developer group breaking
  into this new coding territory!
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
  ___ enlightenment-users
  mailing list enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
 ---
 This SF.Net email is sponsored by xPML, a groundbreaking scripting
 language that extends applications into web and mobile media. Attend
 the live webcast and join the prime developer group breaking into
 this new coding territory!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
 ___ enlightenment-users
 mailing list enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] monitor not present in cvs

2006-04-17 Thread Russell Davie
Thanks

all went well

cheers

- R

On Mon, 17 Apr 2006 17:08:31 -0500
Jesse Luehrs [EMAIL PROTECTED] wrote:

 On Tue, 18 Apr 2006 06:44:30 +1000
 Russell Davie [EMAIL PROTECTED] wrote:
 
  Hi
  
  monitor doesn't seem to be complete  in cvs in either sourceforge or
  enlightenment
  
  This is using the cvs at 
  :pserver:[EMAIL PROTECTED]:/cvsroot/enlightenment
  :pserver:[EMAIL PROTECTED]:/var/cvs/e
  
  This is my first look at E17, it an amazing successor to E16.
  
  TIA
  
  R
 
 Monitor has been split apart into separate modules now, and is no
 longer being maintained itself, as far as I know. Check out mem, cpu,
 net, wlan, and uptime instead, as they are what monitor was split into.
 
 Jesse
 
 
 ---
 This SF.Net email is sponsored by xPML, a groundbreaking scripting language
 that extends applications into web and mobile media. Attend the live webcast
 and join the prime developer group breaking into this new coding territory!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] doubling of modules

2006-04-17 Thread Russell Davie
Hi

when E17 starts there are two battery, clock, temperature, and others modules

When the module settings are adjusted for each of these modules, E crashes and 
restarts.

how can this be sorted out?

TIA

- R


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] doubling of modules

2006-04-17 Thread The Rasterman
On Tue, 18 Apr 2006 08:50:07 +1000 Russell Davie [EMAIL PROTECTED] babbled:

 Hi
 
 when E17 starts there are two battery, clock, temperature, and others modules
 
 When the module settings are adjusted for each of these modules, E crashes
 and restarts.
 
 how can this be sorted out?

1. nuke all your e config by hand (rm -rf ~/.e/e/config/*) and restart
or
2. wait until i get gadcon stuff into cvs where this thing will entirely change
and i'd recommend nuking your config anyway
:)


 TIA
 
 - R
 
 
 ---
 This SF.Net email is sponsored by xPML, a groundbreaking scripting language
 that extends applications into web and mobile media. Attend the live webcast
 and join the prime developer group breaking into this new coding territory!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users