Re: [e-users] weather module

2005-08-27 Thread Mathieu
eric dan <[EMAIL PROTECTED]> disait dernièrement que : > i installed with morlenxus script today. i can't load the modules > weather and embrace. anybody know what might be wrong? being more precise about "can't load" would be of much help. > -

[e-users] weather module

2005-08-27 Thread eric dan
i installed with morlenxus script today. i can't load the modules weather and embrace. anybody know what might be wrong? --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Developme

Re: [e-users] Transparency

2005-08-27 Thread The Rasterman
On Sat, 27 Aug 2005 15:23:30 -0500 Jim Summers <[EMAIL PROTECTED]> babbled: > Hello List, > > I am now transistioning from e16 to e17. I really liked being able to > have multiple backgrounds in different desktops. Which is doable in > e17. What I haven't been able to figure out is how to ge

Re: [e-users] Menu Conversion?

2005-08-27 Thread The Rasterman
On Sat, 27 Aug 2005 21:33:58 -0400 "David P. Donahue" <[EMAIL PROTECTED]> babbled: > Jason Edson wrote: > > > > Read the docs for e17genmenu. It tells you how to use --use-theme= i > > think it is. Like on my debian box if i want to use the theme > > /usr/share/icons/nuvola I'd use --use-themes

Re: [e-users] Transparency

2005-08-27 Thread Mathieu
Jim Summers <[EMAIL PROTECTED]> disait dernièrement que : > Fernando Meira wrote: >> On 8/27/05, *Jim Summers* <[EMAIL PROTECTED] >> > wrote: >> Hello List, >> I am now transistioning from e16 to e17. I really liked being >> able to >> have multiple backgroun

Re: [e-users] Transparency

2005-08-27 Thread Jim Summers
Fernando Meira wrote: On 8/27/05, *Jim Summers* <[EMAIL PROTECTED] > wrote: Hello List, I am now transistioning from e16 to e17. I really liked being able to have multiple backgrounds in different desktops. Which is doable in e17. What I haven't b

Re: [e-users] Menu Conversion?

2005-08-27 Thread David P. Donahue
Jason Edson wrote: Read the docs for e17genmenu. It tells you how to use --use-theme= i think it is. Like on my debian box if i want to use the theme /usr/share/icons/nuvola I'd use --use-themes=nuvola . I can't seem to find these docs on the project's page or in the downloaded package...

Re: [e-users] Menu Conversion?

2005-08-27 Thread Jason Edson
On 8/27/05, Jason Edson <[EMAIL PROTECTED]> wrote: On 8/27/05, Jason Edson < [EMAIL PROTECTED]> wrote: On 8/27/05, David P. Donahue < [EMAIL PROTECTED]> wrote: Marcus Hüwe wrote:>> I think e17genmenu is the app what you're looking for :)> http://sourceforge.net/projects/e17genmenu>Looks great, bu

Re: [e-users] Eclair album covers.

2005-08-27 Thread Vivek Arya
Is there proxy server support in eclair to get the album covers. If yes where do the setting have to be made? On 8/28/05, Vivek Arya <[EMAIL PROTECTED]> wrote: > Is there proxy server support. If yes where do the setting have to be made? > > On 8/28/05, eric dan <[EMAIL PROTECTED]> wrote: > > On

Re: [e-users] Menu Conversion?

2005-08-27 Thread Jason Edson
On 8/27/05, Jason Edson <[EMAIL PROTECTED]> wrote: On 8/27/05, David P. Donahue < [EMAIL PROTECTED]> wrote: Marcus Hüwe wrote:>> I think e17genmenu is the app what you're looking for :)> http://sourceforge.net/projects/e17genmenu>Looks great, but doesn't seem to be doing the trick for my KDE menu.

Re: [e-users] weather & embrace modules

2005-08-27 Thread Bertrand Jacquin
If you're are interested by my eclass, you could get it on my overlay on svn : svn co http://guybrush.ath.cx/svn/public/portage -r 292 It's bad #96772 (http://bugs.gentoo.org/show_bug.cgi?id=96772) ++ On 8/28/05, Mathieu <[EMAIL PROTECTED]> wrote: > Bertrand Jacquin <[EMAIL PROTECTED]> disait d

Re: [e-users] weather & embrace modules

2005-08-27 Thread Mathieu
Bertrand Jacquin <[EMAIL PROTECTED]> disait dernièrement que : [snip] > that's just an example, very simple one, bugged one, because accept > only one line for a package, don't accept version features, cflags, > ldflags mine does not accept version-specific declarations, but at least you can put

Re: [e-users] weather & embrace modules

2005-08-27 Thread Bertrand Jacquin
That could also be done is bashrc ;) #!/bin/bash [ -f /etc/bashrc ] && . /etc/bashrc [ -f /etc/bash/bashrc ] && . /etc/bash/bashrc [ -f /etc/portage/package.cflags ] && PACKAGE_CFLAGS=$(cat /etc/portage/package.cflags | grep -vE "^#" | grep -E "^${CATEGORY}/${PN}" | awk '{print $2}') [ -f /etc/p

Re: [e-users] weather & embrace modules

2005-08-27 Thread jim lawrence
Is it possible to get someone from the e team ( Hint Hint ) to rewrite the weather module so that it will work. On 8/27/05, Bertrand Jacquin <[EMAIL PROTECTED]> wrote: > or a less stupid one : > > #!/bin/bash > > [ -f /etc/bashrc ] && . /etc/bashrc > [ -f /etc/bash/bashrc ] && . /etc/bash/bashr

Re: [e-users] Menu Conversion?

2005-08-27 Thread David P. Donahue
Marcus Hüwe wrote: I think e17genmenu is the app what you're looking for :) http://sourceforge.net/projects/e17genmenu Looks great, but doesn't seem to be doing the trick for my KDE menu. It grabs a few icons, but maybe it just isn't getting them from the right place or something. Have yo

Re: [e-users] Entrance in Fedora 4

2005-08-27 Thread Rodolfo M. Raya
On Sat, 2005-08-27 at 20:17 -0400, jim lawrence wrote: see here   http://sps.nus.edu.sg/~didierbe/faq_e17.html Many thanks. The link was helpful and Entrance is now working. Rodolfo -- Rodolfo M. Raya <[EMAIL PROTECTED]> Maxprograms

Re: [e-users] weather & embrace modules

2005-08-27 Thread Bertrand Jacquin
or a less stupid one : #!/bin/bash [ -f /etc/bashrc ] && . /etc/bashrc [ -f /etc/bash/bashrc ] && . /etc/bash/bashrc if [ "x${PN:0:1}" == "xe" ] ; then CFLAGS="-g" FEATURES="nostrip" fi ++ On 8/28/05, Bertrand Jacquin <[EMAIL PROTECTED]> wrote: > Yes You can have a bashrc for emerge, just use

Re: [e-users] weather & embrace modules

2005-08-27 Thread Mathieu
Bertrand Jacquin <[EMAIL PROTECTED]> disait dernièrement que : > Yes You can have a bashrc for emerge, just use /etc/portage/bashrc and > portage will source it automaticaly. > > Here a completely untested, mail written bashrc for that : > > #!/bin/bash > > [ -f /etc/bashrc ] && . /etc/bashrc > [

Re: [e-users] weather & embrace modules

2005-08-27 Thread Mathieu
Bertrand Jacquin <[EMAIL PROTECTED]> disait dernièrement que : > Personaly I have this alias : > alias emdebug="CFLAGS=-g FEATURES=nostrip emerge" > > so when I want to compile a e stuff, I just do emdebug -va efoo and > debugging symbols are safe. > > Last months I hack enlightenment.eclass to do

Re: [e-users] weather & embrace modules

2005-08-27 Thread Bertrand Jacquin
Yes You can have a bashrc for emerge, just use /etc/portage/bashrc and portage will source it automaticaly. Here a completely untested, mail written bashrc for that : #!/bin/bash [ -f /etc/bashrc ] && . /etc/bashrc [ -f /etc/bash/bashrc ] && . /etc/bash/bashrc CFLAGS="-g" FEATURES="nostrip" ++

Re: [e-users] weather & embrace modules

2005-08-27 Thread Bertrand Jacquin
Personaly I have this alias : alias emdebug="CFLAGS=-g FEATURES=nostrip emerge" so when I want to compile a e stuff, I just do emdebug -va efoo and debugging symbols are safe. Last months I hack enlightenment.eclass to do that but that's not the job of portage but yours and vapier (e ebuilds main

Re: [e-users] weather & embrace modules

2005-08-27 Thread Mathieu
Marc Groß <[EMAIL PROTECTED]> disait dernièrement que : > Fernando Meira wrote: >> Oh, forgot to ask:how do I know if I compiled with debugging symbol? > > Does your CFLAGS variable contain a "-g" if not: you don't have > debugging symbols. I know you're using Gentoo and AFAIK there is a way >

Re: [e-users] weather & embrace modules

2005-08-27 Thread Mathieu
Fernando Meira <[EMAIL PROTECTED]> disait dernièrement que : > On 8/27/05, Mathieu <[EMAIL PROTECTED]> wrote: >> >> I hope you have at least e_modules and e compiled with debugging >> symbols and with no -fomit-frame-pointer option. > > > Oh, forgot to ask:how do I know if I compiled with debuggi

Re: [e-users] Entrance in Fedora 4

2005-08-27 Thread eric dan
sorry this message was supposed to go the list the first time. Unfortunately Gmail automatically replies to the user. Sorry about that. On 8/27/05, eric dan <[EMAIL PROTECTED]> wrote: > > > > > > > On 8/27/05, Rodolfo M. Raya <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > Can anyone give me

[e-users] default theme backgrounds

2005-08-27 Thread eric dan
hi, when i change themes the default background of that theme doesn't apper, my current background just stays. I don't know why. I set the background with emblem and i put the themes into ~/.e/e/themes also the section "Configuration" in the menu is empty. How can i get emblem and entangle in the

Re: [e-users] Eclair album covers.

2005-08-27 Thread eric dan
On 8/27/05, Mathieu <[EMAIL PROTECTED]> wrote: > Vivek Arya <[EMAIL PROTECTED]> disait dernièrement que : > > > Where and in what name do they have to be stored to display them. > > read the code. > eclair fetches the cover image from amazon.com, using the id3 tags > stored on the music file. if

Re: [e-users] Entrance in Fedora 4

2005-08-27 Thread jim lawrence
see here   http://sps.nus.edu.sg/~didierbe/faq_e17.html On 8/27/05, Rodolfo M. Raya <[EMAIL PROTECTED]> wrote: Hi, Can anyone give me some pointers for configuring entrance as default greeter on Fedora Core 4? Thanks in advance, Rodolfo -- Rodolfo M. Raya <[EMAIL PROTECTED]> Maxp

Re: [e-users] weather & embrace modules

2005-08-27 Thread Marc Groß
Fernando Meira wrote: Oh, forgot to ask:how do I know if I compiled with debugging symbol? Does your CFLAGS variable contain a "-g" if not: you don't have debugging symbols. I know you're using Gentoo and AFAIK there is a way to set CFLAGS for individual packages, but you know more about Gent

Re: [e-users] weather & embrace modules

2005-08-27 Thread Fernando Meira
On 8/27/05, Mathieu <[EMAIL PROTECTED]> wrote: I hope you have at least e_modules and e compiled with debuggingsymbols and with no -fomit-frame-pointer option. Oh, forgot to ask:how do I know if I compiled with debugging symbol? I did compile with -fomit-frame-pointer option though... should I rec

Re: [e-users] weather & embrace modules

2005-08-27 Thread Fernando Meira
On 8/27/05, Mathieu <[EMAIL PROTECTED]> wrote: so it is an abort(), likely a double free().to debug it use Xnest this wayfirst start Xnest:Xnest -ac :1# it will run an X server on :1 displayenv DISPLAY=:1 gdb enlightenmentand "run" in gdb console it should start e17 in the Xnets server you startedd

Re: [e-users] Transparency

2005-08-27 Thread Fernando Meira
On 8/27/05, Jim Summers <[EMAIL PROTECTED]> wrote: Hello List,I am now transistioning from e16 to e17.  I really liked being able tohave multiple backgrounds in different desktops.  Which is doable ine17.  What I haven't been able to figure out is how to get the transparency to reflect the current

Re: [e-users] Menu Conversion?

2005-08-27 Thread Marcus Hüwe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 27 Aug 2005 17:16:46 -0400 "David P. Donahue" <[EMAIL PROTECTED]> wrote: > Does anyone have or know of any tool(s) that can be used to convert a > KDE application menu to a tree of EAP files? > I think e17genmenu is the app what you're looki

[e-users] Menu Conversion?

2005-08-27 Thread David P. Donahue
Does anyone have or know of any tool(s) that can be used to convert a KDE application menu to a tree of EAP files? --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development L

[e-users] Entrance in Fedora 4

2005-08-27 Thread Rodolfo M. Raya
Hi, Can anyone give me some pointers for configuring entrance as default greeter on Fedora Core 4? Thanks in advance, Rodolfo -- Rodolfo M. Raya <[EMAIL PROTECTED]> Maxprograms

[e-users] Transparency

2005-08-27 Thread Jim Summers
Hello List, I am now transistioning from e16 to e17. I really liked being able to have multiple backgrounds in different desktops. Which is doable in e17. What I haven't been able to figure out is how to get the transparency to reflect the current background of the current desktop. I have

[e-users] menu behaviour

2005-08-27 Thread Andre Grove
hello again is there a way to control the way a menu behaves? for instance, anyone running fedora with gnome in low res (say 1024x768) might notcies that you cannot sekect items in your "system settings" menu. this is because the menu is too large (icon size problems?) and your mouse goes to the t

Re: [e-users] my mouse disappear

2005-08-27 Thread The Rasterman
On Sat, 27 Aug 2005 21:17:02 +0800 neptune sedna <[EMAIL PROTECTED]> babbled: > ICE-2005 is my favorite theme.I just copy the ICE-2005.edj to > /usr/share/enlightenment/data/themes,then I rename it to default.edj. > I restart the e17 sucesfully, I can use the mouse,but it is > transparent,seems d

Re: [e-users] weather & embrace modules

2005-08-27 Thread Mathieu
Fernando Meira <[EMAIL PROTECTED]> disait dernièrement que : > Hi. > > Good news about the long fight with the weather module. Compiled with > gcc-3.4.4, the corrupted display of the temperature was fixed. However, the > images used by the module are still ugly. What can I do to make it use the

[e-users] weather & embrace modules

2005-08-27 Thread Fernando Meira
Hi. Good news about the long fight with the weather module. Compiled with gcc-3.4.4, the corrupted display of the temperature was fixed. However, the images used by the module are still ugly. What can I do to make it use the other set of images? In images dir there are both sets of images. The mod

Re: [e-users] Eclair album covers.

2005-08-27 Thread Mathieu
Vivek Arya <[EMAIL PROTECTED]> disait dernièrement que : > Where and in what name do they have to be stored to display them. read the code. eclair fetches the cover image from amazon.com, using the id3 tags stored on the music file. if the file is not correctly tagged, eclair won't fetch anything

[e-users] my mouse disappear

2005-08-27 Thread neptune sedna
ICE-2005 is my favorite theme.I just copy the ICE-2005.edj to /usr/share/enlightenment/data/themes,then I rename it to default.edj. I restart the e17 sucesfully, I can use the mouse,but it is transparent,seems disappeared.It is very inconvenient.what can i do to make the mouse appear again. any g

[e-users] can't compilel epsilon on OSX

2005-08-27 Thread Jocelyn
 Hi, I am compiliing from  the last cvs version and on OSX 10.3.9  I have probably installed some junky package on jpeg somtimes because I have the following problem in compiling epsilon ( other packages are fine). [...] /libepsilon.0.dylib -compatibility_version 1 -current_version 1.1 ld:

[e-users] Weather module :: missing city in XML file

2005-08-27 Thread B S Srinidhi
Hello list, I found that the weather module was missing Bangalore city (India) in the dir.xml file. Its a different issue that I can't access the weather update from rssweather, because of proxy auth, but I thought I could send in a small patch for the dir.xml with the city included. Srinidhi. ~~

Re: [e-users] weather module proxy

2005-08-27 Thread B S Srinidhi
On Fri, 2005-08-26 at 23:39 +0200, Bertrand Jacquin wrote: > Hi, > > You need to set env and particulary $http_proxy or $HTTP_PROXY (both > work, first is prefered). But it won't work in case you authenticate to access your proxy, like I do. I tried unsetting the http_proxy environment, but it