Re: [e-users] stop

2006-03-22 Thread Gerald Dachs
On Tue, 21 Mar 2006 13:11:55 -0500 Eldad Asoulin <[EMAIL PROTECTED]> wrote: stop what? --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast

Re: [e-users] Re: [E-devel] Entropy and libedje.so

2006-02-20 Thread Gerald Dachs
o ld.so.conf instead of fixing his makefile. And this is what the poster on the enlightenment-devel list did that I tried to reply to. Gerald > Paul > On Mon, 2006-02-20 at 22:14 +0100, Gerald Dachs wrote: > > > > ln -s /usr/devel/enlightenment/current/lib/libedje.so.5 >

Re: [e-users] Re: [E-devel] Entropy and libedje.so

2006-02-20 Thread Gerald Dachs
Sorry for this, wrong list Gerald > > > ln -s /usr/devel/enlightenment/current/lib/libedje.so.5 > > > /usr/local/lib/libedje.so > > > Have you tried using ldconfig ? Worked for me last time it ld didn't > > find a new library. > > Would you please be so kind and explain me how ldconfig shoul

[e-users] Re: [E-devel] Entropy and libedje.so

2006-02-20 Thread Gerald Dachs
> > ln -s /usr/devel/enlightenment/current/lib/libedje.so.5 > > /usr/local/lib/libedje.so > Have you tried using ldconfig ? Worked for me last time it ld didn't > find a new library. Would you please be so kind and explain me how ldconfig should find a library that is in /usr/devel/enlightenm

Re: [e-users] can't activate start module

2006-02-14 Thread Gerald Dachs
> On Wed, 15 Feb 2006 08:04:25 +0100 (CET) "Gerald Dachs" <[EMAIL PROTECTED]> > wrote: > >> Hi, >> >> sorry if I have missed something, but for some days already I can't >> activate the start module. I can load it, but it doesn't appe

[e-users] can't activate start module

2006-02-14 Thread Gerald Dachs
Hi, sorry if I have missed something, but for some days already I can't activate the start module. I can load it, but it doesn't appear on the desktop if I activate it and if I look for the state again it shows that it is still only loaded. Is it only me again that has this problem? What do I do w

[e-users] Re: [E-devel] examine doesn't build

2006-02-06 Thread Gerald Dachs
> The last two lines of output are: > ...:432:"undefined reference to `ewl_notebook_tabs_position_set'...  and > ...:433: undefined reference to `ewl_notebook_tabs_alignment_set'... > > This was just hours after an EWL commit that says: > > - rename notebook2 to notebook. > - this is API breakage

Re: [e-users] @developers: how to get a reaction on a bugfix?

2006-01-31 Thread Gerald Dachs
> Am Tue, 31 Jan 2006 13:58:27 +0100 (CET) schrieb Gerald Dachs: > >> Hi developers, >> >> what have I to do to get a reaction on the bugfix I have sent >> yesterday? Are there some rules I broke? Don't ignore me, please. > > Perhaps you should write

[e-users] @developers: how to get a reaction on a bugfix?

2006-01-31 Thread Gerald Dachs
Hi developers, what have I to do to get a reaction on the bugfix I have sent yesterday? Are there some rules I broke? Don't ignore me, please. Gerald --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problem

[e-users] patch for entrance problem

2006-01-30 Thread Gerald Dachs
Hi, at the end of this mail you can find a patch that fixed the problem I mentioned in my previous mail. I want to use the chance to say thank you to everyone that has helped to find the problem. My thank you goes to ... oh nobody has helped me ... so thank you Gerald. Gerald --- evas/src/lib

[e-users] need help with an entrance problem

2006-01-25 Thread Gerald Dachs
Already some days entrance don't show up after boot. I get a blank screen and the keyboard is dead. I can't switch to another vt. From a remote machine I can see that entranced has started the X server and instances of entrance appear shortly and terminate again. In the X server log I can see that

Re: [e-users] troubles compiling evas with today's CVS

2006-01-25 Thread Gerald Dachs
I get this always if I check out from the thinktux mirror. Use sf. Gerald > RedHat Linux, intel cpu...??? running make: > > make[5]: Entering directory > `/root/e17/e17/libs/evas/src/modules/engines/buffer' > source='evas_engine.c' object='evas_engine.lo' libtool=yes \ > depfile='.deps/evas_eng

Re: [e-users] emotion: xine plugins doesn't get build anymore

2006-01-24 Thread Gerald Dachs
> > > Damned. Even Gentoo isn't past 1.1.1-r3 yet... ;) > > > > well if u change the check to 1.1.1 and build and test to see if it > > loads/plays videos, i can downgrade the required version. all i can > > say is ai KNOW 1.1.2 works - i dont KNOw if 1.1.1 does. > > xine-lib-1.1.1 is the current

Re: [e-users] cvs access?

2006-01-22 Thread Gerald Dachs
> use thinktux.net:/root > > works for all but evas! Use this before build: find . -name "*.lo" -exec rm {} \; and it works Gerald --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download

[e-users] emotion: xine plugins doesn't get build anymore

2006-01-22 Thread Gerald Dachs
Hi, the xine plugins doesn't get build anymore when I build emotion. configure still detects xine. Is this expected? What has changed? What can I do now? Gerald --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files f

[e-users] evas doesn't build because of evas/src/lib/file/evas_module.lo

2006-01-18 Thread Gerald Dachs
Hi, evas currently doesn't build because of the file evas/src/lib/file/evas_module.lo. That confuses libtool so that it don't build evas_module.o and then the next ar command breaks. Could somebody remove this file from cvs? Gerald --- This

Re: [e-users] ecore_config del + entrance.cfg patch

2005-12-04 Thread Gerald Dachs
On Sun, 4 Dec 2005 15:46:08 +0200 Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > > You should consider to exchange your email client, it looks like it is > > broken. > > I can recommend sylpheed and squirrelmail, they both show Mortens patch > > as an attachment. > > > > i'll tell that to gmail

Re: [e-users] ecore_config del + entrance.cfg patch

2005-12-04 Thread Gerald Dachs
On Sat, 3 Dec 2005 09:13:55 +0200 Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > On 12/3/05, Morten Nilsen <[EMAIL PROTECTED]> wrote: > > here's a patch I just whipped up.. it includes a bit I did when I > > implemented list, that nukes ecore_config config (path stuff) > > > > Please refrain from

Re: [e-users] Some questions

2005-11-16 Thread Gerald Dachs
and how does this belong to "chinese display problem in e17"? On Wed, 16 Nov 2005 13:58:39 +0100 Michael Karlsson <[EMAIL PROTECTED]> wrote: > Hi! > > I like E17, I like it alot, there are however some things that I would > like to get, at least, some kind of time-frame on.. > > 1. When are e

Re: [e-users] imlib 1.9.15 compilation error

2005-11-16 Thread Gerald Dachs
> libungif is installed. Don't know your distro, but on mine libungif wouldn't be enough, I would have to install libungif-devel too. > i mentioned gtk coz the documentation says that > gtk has to be greater than or eq to 1.2 but not 2 > i m trying to use someone's code for bllur estimation and h

[e-users] patch for broken e17 nl.po

2005-11-13 Thread Gerald Dachs
--- e/po/nl.po.orig 2005-11-13 10:23:17.0 +0100 +++ e/po/nl.po 2005-11-13 10:23:55.0 +0100 @@ -714,7 +714,7 @@ #: src/bin/e_main.c:368 msgid "Enlightenment cannot initialize the Thumbnailing system.\n" -msgstr "Enlightenment kan zijn Thumbnailing systeem niet instellen" +msg

Re: [e-users] newbie help needed

2005-11-03 Thread Gerald Dachs
You are fooling us, aren't you? First, this is not an enlightenment question. This is basic c problem. > unsigned char* data; > ImlibImage *newIm; ImlibImage *newId; > int i,j; > I suppose it is a copy and paste error that you have this two times. > unsigned char* data;

[e-users] e17 segfaults on closing windows

2005-11-01 Thread Gerald Dachs
e17, that I got yesterday from cvs, segfaults on closing windows, but not everytime. I am not sure, but I believe it was always Firefox. I have the impression that it happens the same moment when the build from day before wouldn't like to close the window at the first click on the close button. Ge

Re: [e-users] lost locales

2005-10-31 Thread Gerald Dachs
> On Mon, 31 Oct 2005 21:22:08 +0100 Gerald Dachs <[EMAIL PROTECTED]> babbled: babbelt? ;) >> On Mon, 31 Oct 2005 11:13:47 +0100 >> Anders Trob$(D+#(Bck <[EMAIL PROTECTED]> wrote:e: >> >> > enlightenment_remote -lang-set de >> >> that di

Re: [e-users] lost locales

2005-10-31 Thread Gerald Dachs
On Mon, 31 Oct 2005 11:13:47 +0100 Anders Trobäck <[EMAIL PROTECTED]> wrote: > enlightenment_remote -lang-set de that didn't help, it had to use exactly 'enlightenment_remote -lang-set [EMAIL PROTECTED]' > Was this what you want? To be honest, no. I would prefere that the setting of the enviro

[e-users] lost locales

2005-10-30 Thread Gerald Dachs
Hello List, e17 from cvs from yesterday doesn't show locales anymore. The version 0.16.999.018 from get-e.org shows them fine. I can't see a relevant change if I compare config.h from both versions. The problem is in the binary, because I get the locales back if I exchange only the enlightment