[E-devel] SEGV on Start without .e

2006-09-18 Thread Metrics
Current CVS HEAD sefaults on start up without a .e directory. The patch below fixes the issue. metrics Index: src/bin/e_fdo_menu_to_order.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_fdo_menu_to_order.c,v retrieving revision

[E-devel] SEGV in Deskshow/Panel Resize

2006-09-18 Thread Metrics
Get a seg fault when resizing the panel and then flipping the desktop. The backtrace shows its caused by the deskshow module and disabling it confirms the fact. Backtrace below and print of the variables. Note, this gdb session was run as root, and I get the same error as user running

[E-devel] itray module

2006-09-18 Thread João Vale
Hi everyone. I wanted to take a look at the itray module's code. Anyone knows where I can find it? Even though nobody really likes the current systray system, I still find handy having a tray, and I'd like to give it a spin. Cheers, Vale

Re: [E-devel] SEGV in Deskshow/Panel Resize

2006-09-18 Thread Christopher Michael
Metrics wrote: Get a seg fault when resizing the panel and then flipping the desktop. The backtrace shows its caused by the deskshow module and disabling it confirms the fact. Backtrace below and print of the variables. Note, this gdb session was run as root, and I get the same error as user

Re: [E-devel] itray module

2006-09-18 Thread The Rasterman
On Mon, 18 Sep 2006 14:41:02 +0100 João Vale [EMAIL PROTECTED] babbled: Hi everyone. I wanted to take a look at the itray module's code. Anyone knows where I can find it? Even though nobody really likes the current systray system, I still find handy having a tray, and I'd like to give it a

Re: [E-devel] itray module

2006-09-18 Thread João Vale
I assumed it would be, as the last reference I found to it in the mailing list's archives was around February, and you know way better than me that a lot changed in the meantime. :) Anyway, I've got some free time currently, so I'm willing to dive into it. //Vale On Mon, 2006-09-18 at 23:59

[E-devel] NULL Pointer Derefrence in Emotion Library?

2006-09-18 Thread Test Drive
Hi list, There is a possible bug in e17/libs/emotion/src/lib/emotion_smart.c:200 if (!sd-module-file_open(sd-file, obj, sd-video)) return; before this call sd-modules is always NULL. I was testing DVD player in 55 lines example

Re: [E-devel] NULL Pointer Derefrence in Emotion Library?

2006-09-18 Thread Vincent Torri
Hey, I think that the code of the dvd player is a bit old. The emotion api has changed. Look at the code of emotion_test, emotion/src/bin Vincent On Tue, 19 Sep 2006, Test Drive wrote: Hi list, There is a possible bug in e17/libs/emotion/src/lib/emotion_smart.c:200 if

Re: [E-devel] itray module

2006-09-18 Thread Blake Barnett
Personally, I don't think it's worth it. Integrating it well with e17 is non-trivial because of deficiencies in the spec. Trayer works fine as an alternative: http://prdownload.berlios.de/fvwm-crystal/ trayer-1.0.tar.gz -Blake On Sep 18, 2006, at 12:10 PM, João Vale wrote: I assumed it

Re: [E-devel] itray module

2006-09-18 Thread brian . mattern
On Mon, Sep 18, 2006 at 12:28:55PM -0700, Blake Barnett wrote: I wouldn't mind seeing a 3rd party systray gadget. Ideally, you could have a 'gnome OR kde' option that emulates the behavior of gnome/kde systrays. I know kde does some sort of hackery to get transparent _seeming_ icons. I haven't

Re: [E-devel] itray module

2006-09-18 Thread Sthithaprajna Garapaty
Since no one has taken the liberty to answer your question... The old module is still in cvs: http://e.kevb.net/cgi-bin/viewvc.cgi/e17/apps/e/src/modules/itray/ And it would be nice to see some kind of notification module. However, if you can also put a Tray spec is broke! Someone fix it.

[E-devel] Looking for Steffen Schulz

2006-09-18 Thread Michael 'Mickey' Lauer
(Sorry for hijacking this list...) Hi Steffen, thanks for your EFL++ patches -- all my replies came back with an unknown forward address to debug-computing.de. I'm sure you are on this list, so please get back to me with a correct address. Thanks, -- Regards, Michael 'Mickey' Lauer |

Re: [E-devel] itray module

2006-09-18 Thread Ryan Little
On 9/18/06, Blake Barnett [EMAIL PROTECTED] wrote: Personally, I don't think it's worth it. Integrating it well with e17 is non-trivial because of deficiencies in the spec. Trayer works fine as an alternative: http://prdownload.berlios.de/fvwm-crystal/ trayer-1.0.tar.gz -Blake Wouldn't

Re: [E-devel] itray module

2006-09-18 Thread Stephen Houston
I would personally love for you to take itray and fix it up and put it into e_modules cvs and keep it maintained there. That has been an idea of mine since itray was trashed. People complain most about a tray not being on e17 so a 3rd party one to point them to would be cool :) On 9/18/06, João

Re: [E-devel] NULL Pointer Derefrence in Emotion Library?

2006-09-18 Thread The Rasterman
On Tue, 19 Sep 2006 00:41:25 +0530 Test Drive [EMAIL PROTECTED] babbled: Hi list, There is a possible bug in e17/libs/emotion/src/lib/emotion_smart.c:200 if (!sd-module-file_open(sd-file, obj, sd-video)) return; before this call sd-modules is always NULL. I was

Re: [E-devel] itray module

2006-09-18 Thread The Rasterman
On Mon, 18 Sep 2006 20:10:06 +0100 João Vale [EMAIL PROTECTED] babbled: I assumed it would be, as the last reference I found to it in themailing list's archives was around February, and you know way betterthan me that a lot changed in the meantime. :) Anyway, I've got some free time currently,

[E-devel] edje canvas objects

2006-09-18 Thread [EMAIL PROTECTED]
Jason writes: Much ado about gradients, but hopefully all this will make it easier to work with grads in current edje and otherwise. Forgive me for chiming in when I haven't read the full thread nor grokked the context, but does any of your work allow being able to set

Re: [E-devel] itray module

2006-09-18 Thread The Rasterman
On Mon, 18 Sep 2006 18:54:24 -0400 Ryan Little [EMAIL PROTECTED] babbled: On 9/18/06, Blake Barnett [EMAIL PROTECTED] wrote: Personally, I don't think it's worth it. Integrating it well with e17 is non-trivial because of deficiencies in the spec. Trayer works fine as an alternative:

Re: [E-devel] itray module

2006-09-18 Thread [EMAIL PROTECTED]
it can't. it's a window. just like tray icons. windows cant be part of a canvas. I think that given the current design of the systray spec, what we have here is just that, currently, implementing this may give ugly stuff for many systray-apps.. But I don't think it means that the