On Fri, 10 Nov 2006 12:31:20 +1300 Jochen Schroeder
<[EMAIL PROTECTED]> wrote:
> >
> Sorry maybe I don't get it. Eterm -n ToDo sets the window name to ToDo
> and then I tell e to match to that window name with:
> X-Enlightenment-WindowName=ToDo
> so I don't need a window title. This has worked for
Metrics,
That would be me. Can you explain a bit about how to reproduce this?
-shorne
On Fri, 10 Nov 2006 10:18:53 +1100
Metrics <[EMAIL PROTECTED]> wrote:
> Just thought I'd point out that although this fixes the segv, I'm not
> 100% convinced that it is behaving as it should, so maybe whoev
On Fri, 10 Nov 2006 03:33:17 +1000 David Seikel <[EMAIL PROTECTED]> babbled:
> I've been trying to catch this one for a while. It's a wily little
> critter that tends not to trigger when you are looking for it. I have
> found one way of reproducing it at will, although it might take several
> go
On Thu, 9 Nov 2006 21:58:26 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled:
>
> > > I've noticed that changing the color of text for anything in
> > > either the 'Window Manager' or the 'Widgets', via the color config
> > > dialog, doesn't quite work correctly (only works correctly for the
>
On Thu, 9 Nov 2006 00:03:03 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]>
babbled:
>
> Hey,
>
> I think that
> att_ret->event_mask.all = att.your_event_mask;
> should read
> att_ret->event_mask.all = att.all_event_mask;
>
> and
> att_ret->pixel_gravity = att.win_gravity;
> should re
On Wed, 8 Nov 2006 14:38:38 +0100 Wiesiek <[EMAIL PROTECTED]> babbled:
> Why not to use the ttf-dejavu fonts in default e17 theme ?
> Like the others do: Debian, Ubuntu.
> You can get more default languages(mine to).
because we have been using vera for a long time - and we already support
fontset
On Thu, 9 Nov 2006 00:02:43 -0500 "Laurence J. Lane" <[EMAIL PROTECTED]>
babbled:
> Hi,
>
> http://bugs.debian.org/397012
>
> imlib2 is segfaulting with amd64. Details and a backtrace can be found
> at the URL above. You can reach the bug reporter at
> [EMAIL PROTECTED]
>
> I disabled amd64 opt
On Tue, 7 Nov 2006 23:04:50 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]>
babbled:
>
> Hey,
>
> 1) in that function, we loop over the screen, but that screen is never
> used.
>
> 2) not a bug, but why a 'while' instead of a 'if' ? I think that a 'if' is
> sufficient.
well the while makes it
On Mon, 06 Nov 2006 23:36:36 +0100 [EMAIL PROTECTED] babbled:
> Hello
>
> a small request for comment here:
>
> why not a new configuration item in Configuration Panel->Behaviour->Key
> Bindings which would speel like this:
>
> [if basic]
> "Default key for Enlightenment:
>* ALT key
>*
On Tue, 7 Nov 2006 14:28:04 +0100 "Joerg Plewe" <[EMAIL PROTECTED]>
babbled:
> Hi all!
fix already in cvs :)
>
>
> I'm currently developing a prototype that might make use of Imlib2 and ran
> into problems with clipped fonts (similar to this guy, I think:
> http://www.mail-archive.com/enlight
On Tue, 7 Nov 2006 09:51:31 -0600 Brian Mattern <[EMAIL PROTECTED]>
babbled:
> On Mon, Nov 06, 2006 at 03:50:32PM -0500, Michael Jennings wrote:
> > On Monday, 06 November 2006, at 16:30:16 (+0100),
> > Essien Ita Essien wrote:
> >
> > > I'm just putting out feelers for ideas (a.k.a. best practic
On Tue, 7 Nov 2006 20:20:32 +0100 Kapelonis Kostis <[EMAIL PROTECTED]>
babbled:
> Hello list
>
> I have launched recently my own pet project
> which is using the EFL libraries.
>
> See
> http://elevate.sourceforge.net/screenshots.html
>
> I mention on the site that the EFL are currently unrelea
On Fri, Nov 10, 2006 at 11:48:58PM +0900, Carsten Haitzler wrote:
> it's kind of a requirement of the theme to provide color and text classes
> correctly- just as it is to provide swallow parts, labels, objects etc. as
> required :)
I don't think it should be. For instance, the default theme _only
On Fri, 10 Nov 2006 09:48:21 -0600 Brian Mattern <[EMAIL PROTECTED]>
babbled:
> On Fri, Nov 10, 2006 at 11:48:58PM +0900, Carsten Haitzler wrote:
> > it's kind of a requirement of the theme to provide color and text classes
> > correctly- just as it is to provide swallow parts, labels, objects etc
> Edje currently has an edje_color_class_list() function that exports a
> list of cc's the current process knows about (from any loaded edje
> objects). It *should* be possible to use this to generate the list in
> the color class dialog. We probably need some categorization though (maybe
> through
On Sat, 11 Nov 2006, Carsten Haitzler (The Rasterman) wrote:
> On Tue, 7 Nov 2006 23:04:50 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]>
> babbled:
>>
>> 1) in that function, we loop over the screen, but that screen is never
>> used.
The fact that the screen is not used is not important ?
>>
>
Well, I wasn't the one experiencing the segv, ni1s from IRC was. But
through a whole heap of printf debugging (had problems with getting
debug symbols to work), I managed to figure out that on his system, with
a Swedish locale, locale_cs_canonic was being set to NULL earlier on up
in this function.
On Sat, 11 Nov 2006 08:49:09 +1100
Metrics <[EMAIL PROTECTED]> wrote:
>
> Well, I wasn't the one experiencing the segv, ni1s from IRC was. But
> through a whole heap of printf debugging (had problems with getting
> debug symbols to work), I managed to figure out that on his system, with
> a Swedi
On Fri, 10 Nov 2006 14:24:53 -0500 "Chris Michael" <[EMAIL PROTECTED]>
babbled:
> > Edje currently has an edje_color_class_list() function that exports a
> > list of cc's the current process knows about (from any loaded edje
> > objects). It *should* be possible to use this to generate the list in
On Fri, 10 Nov 2006 20:39:04 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]>
babbled:
>
>
> On Sat, 11 Nov 2006, Carsten Haitzler (The Rasterman) wrote:
>
> > On Tue, 7 Nov 2006 23:04:50 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]>
> > babbled:
> >>
> >> 1) in that function, we loop over the scr
20 matches
Mail list logo