Re: [e-users] emotion build error

2006-02-08 Thread The Rasterman
On Wed, 08 Feb 2006 18:17:56 -0500 Mike Russo <[EMAIL PROTECTED]> babbled: > Hmm.. might be a problem with the emotion build config files, as it > finds what it needs to find but does not build: > > checking for xine-config... /usr/bin/xine-config > checking for xine - version >= 1.1.1... yes > c

Re: [e-users] emotion build error

2006-02-08 Thread The Rasterman
On Thu, 09 Feb 2006 00:22:03 +0100 Morten Nilsen <[EMAIL PROTECTED]> babbled: > Mike Russo wrote: > > Hmm.. might be a problem with the emotion build config files, as it > > finds what it needs to find but does not build: > > I get quite curious every time I see emotion, do anyone actually use it

Re: [e-users] emotion build error

2006-02-08 Thread Justin Rocha (Xenith)
On Thu, Feb 09, 2006 at 12:22:03AM +0100, in the study, with the lead pipe, Morten Nilsen wrote: > I get quite curious every time I see emotion, do anyone actually use it? Technically, envision uses it, but neither Ben nor I have had any time to work on it lately. Very sad indeed. -- Justin Rocha

[e-users] Re: [E-devel] e16 - 0.16.8

2006-02-08 Thread Nathan Ingersoll
Hi Kim,Congratulations on the release! You might want to send this to enlightenment-announce as well, as there is a fairly large group of people that only subscribe to that.Nathan On 2/8/06, Kim Woelders <[EMAIL PROTECTED]> wrote: Hi all,E16 version 0.16.8 is now available for download.Some new fea

Re: [e-users] blue eyed theme issue with exebuf

2006-02-08 Thread boneyfrog
ok found and fixed the problem with the edc code and exebuf as far as changing the colors of the border that is not going to happen the font may change tho to one that is utf8 compatable

Re: [e-users] emotion build error

2006-02-08 Thread doug mceachern
Mike Russo wrote: Hmm.. might be a problem with the emotion build config files, as it finds what it needs to find but does not build: checking for xine-config... /usr/bin/xine-config checking for xine - version >= 1.1.1... yes checking for i686-pc-linux-gnu-pkg-config... no checking for pkg-con

Re: [e-users] Xgl

2006-02-08 Thread The Rasterman
On Wed, 08 Feb 2006 18:21:15 +0100 Johan Verrept <[EMAIL PROTECTED]> babbled: > > Would this software have any impact on the feasability of using OpenGL > in E ? > > http://www.novell.com/linux/xglrelease/ none. this project does not change gl feasability. > J. > > > ---

[e-users] e16 - 0.16.8

2006-02-08 Thread Kim Woelders
Hi all, E16 version 0.16.8 is now available for download. Some new features are: - Name changed to e16 (binary, installation and configuration dirs) - Built-in composite manager - Systray - Simplified configuration files - Session scripting (do stuff on startup/shutdown) Beware! e16.8 will not

Re: [e-users] emotion build error

2006-02-08 Thread Morten Nilsen
Mike Russo wrote: Hmm.. might be a problem with the emotion build config files, as it finds what it needs to find but does not build: I get quite curious every time I see emotion, do anyone actually use it? -- Cheers, Morten :wq --- This SF

[e-users] emotion build error

2006-02-08 Thread Mike Russo
Hmm.. might be a problem with the emotion build config files, as it finds what it needs to find but does not build: checking for xine-config... /usr/bin/xine-config checking for xine - version >= 1.1.1... yes checking for i686-pc-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-c

Re: [e-users] blue eyed theme issue with exebuf

2006-02-08 Thread boneyfrog
at first i thought that this was the initial load lag problem that exebuf has also, but for some reason if the type buffer is empty there is a 2/10 of a second delay for me regardless of how long exebuff has been opened or if i have typed a blob into the buffer and used backspace to clear the buffe

Re: [e-users] blue eyed theme issue with exebuf

2006-02-08 Thread Morten Nilsen
Morten Nilsen wrote: David Seikel wrote: Is this the exebuf lag problem that has already been discussed and fixed recently? It only lagged the first time, subsequent times there blue eyed lags every time for me, gant never was no lag. Your first run may have been in blue eyed. I tested th

Re: [e-users] Xgl

2006-02-08 Thread Daniel Ekström
To me it feels like the future of xservers, not E. =) I'm actually running it now, and it works like a charm. / Daniel On Wed, 8 Feb 2006, Morten Nilsen wrote: > Johan Verrept wrote: > > Would this software have any impact on the feasability of using OpenGL > > in E ? > > > > http://www.novell.c

Re: [e-users] Xgl

2006-02-08 Thread Morten Nilsen
Johan Verrept wrote: Would this software have any impact on the feasability of using OpenGL in E ? http://www.novell.com/linux/xglrelease/ heh.. kinda feels like a demo of what e will grow into once composite gets better :) -- Cheers, Morten :wq --

[e-users] Xgl

2006-02-08 Thread Johan Verrept
Would this software have any impact on the feasability of using OpenGL in E ? http://www.novell.com/linux/xglrelease/ J. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the

Re: [e-users] extrackt questions..

2006-02-08 Thread Morten Nilsen
Hisham Mardam Bey wrote: I can't put spaces in format, they get stripped, and output files have spaces replaced with _ in artist/track name .. bad, very bad. For now, we replace all spaces with _ , we might want to simply escape them later on. I changed the test to (i < 48 && i != 32) here, a

Re: [e-users] extrackt questions..

2006-02-08 Thread Morten Nilsen
Hisham Mardam Bey wrote: I think making on-the-fly encoding at least an option, and maybe default on would be a good idea :) This also depends on the ripper and encoder writing to and reading from stdin and stdout respectively if I'm not mistaken. This might indeed, though it could likely als

Re: [e-users] extrackt questions..

2006-02-08 Thread Hisham Mardam Bey
On 2/8/06, Morten Nilsen <[EMAIL PROTECTED]> wrote: > > > > I can't put spaces in format, they get stripped, and output files have > > spaces replaced with _ in artist/track name .. bad, very bad. For now, we replace all spaces with _ , we might want to simply escape them later on. > > other than