[E-devel] bugfix for e16 crashing with sounds...

2007-01-13 Thread Valdis . Kletnieks
OK, so I started to wonder why e16 would segv every time I tried to open the 'About Enlightenment' to check the build date I was actually running... Turns out that sometimes, the 'sound' resource isn't set. And this eventually lead to a crash trying to strcpy from a null pointer down in

[E-devel] Copyright blurbs (was Re: enlightenment-cvs Digest, Vol 9, Issue 59

2007-01-13 Thread Valdis . Kletnieks
On Sat, 13 Jan 2007 05:29:22 PST, [EMAIL PROTECTED] said: - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C)

Re: [E-devel] problems detecting X11 headers?

2005-02-28 Thread Valdis . Kletnieks
On Mon, 28 Feb 2005 18:29:32 GMT, =?ISO-8859-1?Q?Andr=E9_Medeiros?= said: export LDFLAGS=-L/usr/X11R6/lib -lXxf86vm always works for me. Careful though, because it might overwrite whatever you have stored on that env. var. export LDFLAGS=-L/usr/X11R6/lib -lXxf86vm $LDFLAGS will prepend to

Re: [E-devel] problems detecting X11 headers?

2005-02-28 Thread Valdis . Kletnieks
On Mon, 28 Feb 2005 16:44:10 EST, Steev Klimaszewski said: Personally, I just pass --x-includes=/usr/include and --x-libraries=/usr/lib with autogen.sh - I use Gentoo with Xorg 6.8.2, and Donnie is moving everything to /usr instead of /usr/X11R6,. You might want to investigate why those

Re: [E-devel] problems detecting X11 headers?

2005-02-28 Thread Valdis . Kletnieks
On Mon, 28 Feb 2005 19:46:13 EST, Mike Frysinger said: if test x$x_libraries != x; then x_libs=-L$x_libraries -lX11 -lXext fi Gaak. :) x_libs is only set to '-lX11 -lXext' if x_library is a valid path ? talk about bogus ... here's some sane logic: snip x_libs=-lX11 -lXext

Re: [E-devel] Re: enlightenment-cvs digest, Vol 1 #3130 - 3 msgs

2005-02-08 Thread Valdis . Kletnieks
On Tue, 08 Feb 2005 20:07:47 +0100, Kim Woelders said: Yeah, that was somewhat ambiguous. I hope it's more clear now :) Yeah, that looks better.. ;) pgpSVaIMRY9vd.pgp Description: PGP signature

[E-devel] Re: enlightenment-cvs digest, Vol 1 #3130 - 3 msgs

2005-02-07 Thread Valdis . Kletnieks
On Mon, 07 Feb 2005 20:18:35 PST, [EMAIL PROTECTED] said: +It is now possible to execute scripts on startup and/or restart. Use +$ eesh set misc.session.cmd_init script +to set the init script, and +$ eesh set misc.session.cmd_start script +to set the start script. +The init script is

Re: [E-devel] Engage / strcmp v. strncmp

2004-12-17 Thread Valdis . Kletnieks
On Fri, 17 Dec 2004 15:11:43 EST, Frederick Heckel said: Anyway, a null check needs to be added to Engage's icon.c, in od_icon_mapping_get() to fix the problem. app-winclass was null. Engage starts up fine for me with this quick change: 358c358,359 if (strcmp(winclass, app-winclass)

Re: [E-devel] Engage / strcmp v. strncmp

2004-12-17 Thread Valdis . Kletnieks
On Fri, 17 Dec 2004 16:15:16 EST, Frederick Heckel said: What happened here is that there was an empty directory sitting in my mapping/ dir. It looks like e_app_new is fine with directories, but it doesn't actually fill out the app-winclass field if $subdir/.directory.eet doesn't exist, but

Re: [E-devel] Im new here!

2004-11-26 Thread Valdis . Kletnieks
On Fri, 26 Nov 2004 09:00:14 -0300, Douglas De Toni said: To start with it I think I could translate the incoming E17 to portuguese, the programs tools and documentations its a lot of work but I can find some help over here!! Feel free - translation is something that very rarely gets done

Re: [E-devel] DNS issues?

2004-11-09 Thread Valdis . Kletnieks
On Wed, 10 Nov 2004 07:12:46 +1100, Dan said: Maybe it's just me ( I'm no networking expert ), but I'm pretty sure there is a DNS issue. I can't reach the website. dig is giving me: proto ~ # dig enlightenment.org ;; -HEADER- opcode: QUERY, status: NXDOMAIN, id: 23201 Am I supposed to

Re: [E-devel] Conference.

2004-10-27 Thread Valdis . Kletnieks
On Wed, 27 Oct 2004 13:02:56 +0200, Cristalle Azundris Sabon said: Am 4074. September 1993 schrieb Carsten Haitzler: all the stuff we used (software-wise) is all in CVS. in fact it is more advanced/better now than it was then. the only other thing is the pre5 tarball on

Re: [E-devel] Edje: Scroll text with wrap-around

2004-10-11 Thread Valdis . Kletnieks
On Sat, 09 Oct 2004 22:16:25 +0200, Tilman Sauerbeck said: Hi, once again, I need a nice way to show a large string in a small text part, i.e. the text usually won't fit, so I have to scroll it. Basically, this can be achieved by using two states: One which aligns the text left and another

Re: [E-devel] Time to get started.

2004-08-06 Thread Valdis . Kletnieks
On Fri, 06 Aug 2004 10:17:19 +1000, Nick Blievers said: I dont disagree that a simple GUI editor should be the default but lets do it the Unix way, and have an EDITOR variable set. Else we end up with yet another way of setting the default editor. This loses big time for those people

Re: [E-devel] X.org

2004-06-08 Thread Valdis . Kletnieks
On Tue, 08 Jun 2004 14:06:40 MDT, [EMAIL PROTECTED] said: E17 have support to X.org(all features) ? and what's the diferent between Evas+Canvas and Cario+Glitz? Umm.. which all features do you mean, exactly? There's quite a few features in there that E17 doesn't care about one way or

Re: [E-devel] translucent window moving

2004-05-13 Thread Valdis . Kletnieks
On Thu, 13 May 2004 19:09:02 EDT, Michael Jennings [EMAIL PROTECTED] said: On Friday, 14 May 2004, at 00:55:40 (+0200), Andreas Volz wrote: I noticed a very bad effect with translucent window moving. This is what I did: 1. activate translucent window moving 2. activate magic

Re: [E-devel] [OT] pass by reference problems

2004-05-06 Thread Valdis . Kletnieks
On Fri, 07 May 2004 01:48:29 +0200, Morten Nilsen [EMAIL PROTECTED] said: **foo = Spin the big yellow thing; results Spin the big yellow thing Segmentation fault If anyone can give me a tip about why this segfaults when using strtok, I'd be very happy :) Subtle bug. ;) First, we

Re: [E-devel] where is the current theme?

2004-04-27 Thread Valdis . Kletnieks
On Tue, 27 Apr 2004 10:09:44 +0800, Didier Casse [EMAIL PROTECTED] said: Hi all, I just wanted to know where is the information about the current theme stored? i.e let's say I using the theme axios and I want to make a simple Perl program tell me which theme I'm using right now, where

Re: [E-devel] evas mmx issues

2004-03-22 Thread Valdis . Kletnieks
On Sun, 21 Mar 2004 15:55:05 CST, Daniel Hansen [EMAIL PROTECTED] said: For a while I have been having problems when compiling mmx support into evas. If I compile without any cpu optimizations, I have no problems, but once I compile in mmx, (since I have a p2) any efl app run at the same

Re: [E-devel] expocity

2003-11-26 Thread Valdis . Kletnieks
On Tue, 25 Nov 2003 23:08:24 +0100, Cristalle Azundris Sabon [EMAIL PROTECTED] said: [EMAIL PROTECTED] writes: The wonder is not how well the dancing bear dances, but that he does so at all... I'm Jack's total failure to be impressed. I suspect you're dis-impressed for the exact same

Re: [E-devel] Re: [enlightenment-devel] osxdocker

2003-11-25 Thread Valdis . Kletnieks
On Tue, 25 Nov 2003 14:17:38 GMT, Gen Zhang said: actually, on a side note to rasterman (and somewhat off-topic) has anyone play around with the freedesktop.org xserver? the one that supposed _true_ alpha blending? i've got the thing compiled, but it fails somewhat miserably to work.

Re: [E-devel] expocity

2003-11-25 Thread Valdis . Kletnieks
On Tue, 25 Nov 2003 17:23:46 +0100, Cristalle Azundris Sabon [EMAIL PROTECTED] said: No offence, but the layout looks terribly messy to me. Is that the best they can do? The wonder is not how well the dancing bear dances, but that he does so at all... pgp0.pgp Description: PGP

Sound events (was Re: [E-devel] Shrinking DR16's Dist Size

2003-11-11 Thread Valdis . Kletnieks
On Tue, 11 Nov 2003 15:28:23 +0100, Cristalle Azundris Sabon [EMAIL PROTECTED] said: I think they're very much like real alpha that way -- good fun for about half an hour, and then you turn it off and go back to work. Yes, a lot of the sound events get old pretty quick. On the other

Re: [E-devel] Re: Sound events

2003-11-11 Thread Valdis . Kletnieks
On Tue, 11 Nov 2003 19:43:45 +0100, Cristalle Azundris Sabon [EMAIL PROTECTED] said: I activated the self-same feature after my above post, and got sick of it after almost exactly half an hour -- specifically because of the focus change, didn't hear much of the others. You probably

Re: [E-devel] Re: Sound events

2003-11-11 Thread Valdis . Kletnieks
On Tue, 11 Nov 2003 15:04:10 EST, Michael Jennings [EMAIL PROTECTED] said: http://www.sonystyle.com/is-bin/INTERSHOP.enfinity/eCS/Store/en/-/USD/SY_Disp layProductInformation-Start?CategoryName=pa_Headphones_NoiseCancelingProductSK U=MDRNC20Dept=pa No, although I'll keep those in mind if I

Re: [E-devel] sideways terminal

2003-10-28 Thread Valdis . Kletnieks
On Wed, 22 Oct 2003 22:05:06 EDT, Eddie Anzalone [EMAIL PROTECTED] said: Hi. I haven't found that eterm or another x terminal application is cabable of being displayed sideways. So instead of the terminal being oriented left-r ight (like everything on the screen), it would be oriented

Re: [E-devel] Problem in 0.16.6-pre8

2003-10-15 Thread Valdis . Kletnieks
On Wed, 15 Oct 2003 22:52:15 +0300, Onur Kucuk [EMAIL PROTECTED] said: When I have the Focus Follows Mouse Click set, for example I start an Eterm window and execute gqview inside it, gqview pops up. While gqview has the focus, I close it and the focus does not return back to Eterm. At this

Re: [E-devel] Edjified Eterm

2003-09-24 Thread Valdis . Kletnieks
On Wed, 24 Sep 2003 03:22:17 PDT, Ben Rockwood [EMAIL PROTECTED] said: it'd undoubtly be a resource hog, but damn you could do some awsome themes for Eterm with Edje for the interface. Kool theme ideas would be text fx (fading, etc), theming _above_ the rendered text (glass effects), full

Re: [E-devel] Edjified Eterm

2003-09-24 Thread Valdis . Kletnieks
On Wed, 24 Sep 2003 15:41:07 +0200, Cristalle Azundris Sabon [EMAIL PROTECTED] said: That was my first reaction too, but I think as long as you play fancy with the buttons etc. only (and leave the actual text widget alone to a large extent) it might work. Time will tell whether

Re: [E-devel] Moderator approval on e-users?

2003-08-16 Thread Valdis . Kletnieks
On Sat, 16 Aug 2003 13:30:24 BST, Dhruba Bandopadhyay [EMAIL PROTECTED] said: To: [EMAIL PROTECTED] First guess is that the above address isn't *identical* to the address you're subscribed with. The most common reason is confusion between foo.com and mail.foo.com... Posting to a

Re: [E-devel] e16.6 configure script

2003-07-14 Thread Valdis . Kletnieks
On Mon, 14 Jul 2003 16:00:52 EDT, Michael Jennings [EMAIL PROTECTED] said: On Monday, 14 July 2003, at 21:50:46 (+0200), As I see it, the people who want enlightenment into a separate folder, still can do that with --prefix... No, they can't. FSSTD uses things like prefix/bin, whereas

Re: [E-devel] Blocking name resolution...

2003-03-18 Thread Valdis . Kletnieks
On Tue, 18 Mar 2003 10:34:27 CST, Ibukun Olumuyiwa [EMAIL PROTECTED] said: Non-blocking name resolution would require - At least one fork() Or good thread support. Or (for some applications) careful design of the event loop around a select(). pgp0.pgp Description: PGP signature

Re: [E-devel] While we await E17...

2003-03-16 Thread Valdis . Kletnieks
On Sun, 16 Mar 2003 12:56:23 +0100, Kim Woelders [EMAIL PROTECTED] said: My primary focus has been on making things work (for me) on RH-8.0 with a Gnome desktop. I have tried not to break backward compatibility (although it probably would be cleaner an more efficient just to take out the old

Re: [E-devel] Background displays Weather

2003-03-13 Thread Valdis . Kletnieks
On Thu, 13 Mar 2003 10:28:41 GMT, Richard Martin [EMAIL PROTECTED] said: Could this whole discussion be made irrelevant if people could full-screen (borderless) an application and push it to the bottom layer? Then anyone could effectivly make *any* application their background. I am

Re: [E-devel] Re: E17 future

2003-03-13 Thread Valdis . Kletnieks
On Thu, 13 Mar 2003 11:41:51 PST, Xun Cheng [EMAIL PROTECTED] said: I actually hope E17 could get rid of dependencies on gtk, freetype etc. On the other hand, if a package like gtk or freetype fulfills the need, you get several benefits: 1) You save programmer time not re-creating the

Re: [E-devel] Keybindings

2003-03-07 Thread Valdis . Kletnieks
... -- Valdis Kletnieks Computer Systems Senior Engineer Virginia Tech pgp0.pgp Description: PGP signature

Re: [E-devel] For code owners and contributers

2003-02-14 Thread Valdis . Kletnieks
On Fri, 14 Feb 2003 06:37:12 EST, Kevin Brosius [EMAIL PROTECTED] said: - I'd suggest not using the ChangeLog files on pre 1.0 apps/libs and sticking to it. For packages that are stable, then a ChangeLog should This implies that we force something to go to 1.0 when there's enough usage

Re: [E-devel] Re: E CVS: enotes fletch3k

2003-02-10 Thread Valdis . Kletnieks
On Mon, 10 Feb 2003 13:08:32 PST, Kirby Kuehl (kkuehl) [EMAIL PROTECTED] said: And from a security perspective, you shouldn't :) And maintainability too - ever had a script that sometimes worked and sometimes failed, just because a user had a file in a directory that shadowed a system command

Re: [E-devel] Anybody there?

2003-02-07 Thread Valdis . Kletnieks
On Fri, 07 Feb 2003 13:00:08 GMT, Richard Martin [EMAIL PROTECTED] said: Does anyone actually use this list? No. You're hallucinating us. Take your meds... ;) msg00272/pgp0.pgp Description: PGP signature