[E-devel] Debian fixes

2006-04-13 Thread Jens Taprogge
Attached please find a couple of Debian fixes. Best Regards Jens Taporgge diff -u -r1.4 control --- libs/emotion/debian/control 2 Apr 2006 08:34:51 - 1.4 +++ libs/emotion/debian/control 13 Apr 2006 11:39:39 - @@ -1,7 +1,7 @@ Source: emotion Priority: optional Maintainer: Sytse Wie

Re: [E-devel] Desklock triggers crash...

2006-04-13 Thread David Stevenson
On 13/04/06, Ramkumar R <[EMAIL PROTECTED] > wrote: Hi!After returning from a locked desktop, any command executed as anaction (keyboard shortcut - exec ) seems to trigger a crash. Cananyone confirm this behaviour? I can't reproduce this here. my steps: 1) + L to lock the screen2) enter my passwor

Re: [E-devel] plans for new epplets release ?

2006-04-13 Thread Kim Woelders
Mike Frysinger wrote: the last epplets release is horribly outdated ... be nice to have a new snapshot at least ... I think most of the issues I know of, including the e16.8 problem with E-Slides you mentioned, are fixed now. I have uploaded epplets-0.9 to SF. I'm not sure how solid things are

Re: [E-devel] plans for new epplets release ?

2006-04-13 Thread Mike Frysinger
On Thursday 13 April 2006 09:35, Kim Woelders wrote: > I have uploaded epplets-0.9 to SF. I'm not sure how solid things are, > the imlib2 port was somewhat quick and dirty, and this stuff probably > doesn't get too much testing these days. thanks, i'll add it to Gentoo later > In case anybody won

Re: [E-devel] Desklock triggers crash...

2006-04-13 Thread Ramkumar R
> I can't reproduce this here. > my steps: > 1) + L to lock the screen > 2) enter my password to unlock the screen > 3) + Ins, which does `exec Eterm` > > This doesn't crash here. Am I following the right steps? yeah... strange... i have the following modules loaded and enabled: dropshadow, cloc

Re: [E-devel] Debian fixes

2006-04-13 Thread Blake B.
Thanks, though the library doesn't belong in the -dev package. I'll add the others if someone doesn't beat me to it. -Blake On Apr 13, 2006, at 5:11 AM, Jens Taprogge wrote: Attached please find a couple of Debian fixes. Best Regards Jens Taporgge -

Re: [E-devel] Desklock triggers crash...

2006-04-13 Thread Aleksej Struk
I think, that crash happens because of some modules, for example devian. I tried to reproduce the crash in the same way as David did => and I have no crash at all. Alex On 4/13/06, Ramkumar R <[EMAIL PROTECTED]> wrote: > > I can't reproduce this here. > > my steps: > > 1) + L to lock the screen

Re: [E-devel] Debian fixes

2006-04-13 Thread Jens Taprogge
On Thu, Apr 13, 2006 at 07:25:56AM -0700, Blake B. wrote: > Thanks, though the library doesn't belong in the -dev package. I'll > add the others if someone doesn't beat me to it. As far as I know the .so file does belong into the -dev package since it is a symbolic link that is only used at bui

[E-devel] ibox patch for click to focus

2006-04-13 Thread David Stevenson
There was a request from a "click-to-focus" user to have windows automatically focused when they are uniconified using the ibox module. This seems like a reasonable behavioural expectation, since we are clicking on "the window" - it's just in its iconified state when we do so. The patch below achi

Re: [E-devel] Efl High level documentation

2006-04-13 Thread David Seikel
On Wed, 12 Apr 2006 17:30:57 -0700 Ben Rockwood <[EMAIL PROTECTED]> wrote: > In addition to just this, it'd be nice to roll the Get-E docs into a > proper document (DB XML) and add it to the official doc set, as well > as expand it as need be. Depending on the success of that document, > more us

Re: [E-devel] Debian fixes

2006-04-13 Thread Falko Schmidt
On Thu, Apr 13, 2006 at 05:00:31PM +0200, Jens Taprogge wrote: > On Thu, Apr 13, 2006 at 07:25:56AM -0700, Blake B. wrote: > > Thanks, though the library doesn't belong in the -dev package. I'll > > add the others if someone doesn't beat me to it. > > As far as I know the .so file does belong i

Re: [E-devel] Debian fixes

2006-04-13 Thread Jens Taprogge
On Thu, Apr 13, 2006 at 07:59:11PM +0200, Falko Schmidt wrote: > On Thu, Apr 13, 2006 at 05:00:31PM +0200, Jens Taprogge wrote: > > On Thu, Apr 13, 2006 at 07:25:56AM -0700, Blake B. wrote: > > > Thanks, though the library doesn't belong in the -dev package. I'll > > > add the others if someone

Re: [E-devel] Debian fixes

2006-04-13 Thread Falko Schmidt
On Thu, Apr 13, 2006 at 08:04:26PM +0200, Jens Taprogge wrote: > On Thu, Apr 13, 2006 at 07:59:11PM +0200, Falko Schmidt wrote: > > On Thu, Apr 13, 2006 at 05:00:31PM +0200, Jens Taprogge wrote: > > > On Thu, Apr 13, 2006 at 07:25:56AM -0700, Blake B. wrote: > > > > Thanks, though the library doesn

[E-devel] Re: E CVS: libs/ewl dj2

2006-04-13 Thread Peter Wehrfritz
Enlightenment CVS schrieb: Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_menu.c Log Message: - fix the menu corruption when you open and close the same menu multiple times. - needed to actually call ewl_w

Re: [E-devel] Re: E CVS: libs/ewl dj2

2006-04-13 Thread dan sinclair
Log Message: - fix the menu corruption when you open and close the same menu multiple times. - needed to actually call ewl_widget_configure instead of just calling the CONFIGURE callback Yes, this fixed it for the menu, but the real problem lies a bit deeper. When you hide and show a

Re: [E-devel] Re: E CVS: libs/ewl dj2

2006-04-13 Thread dan sinclair
Yes, this fixed it for the menu, but the real problem lies a bit deeper. When you hide and show a override window again the output is corrupted, but when you call ewl_widget_configure it works. Attached is a little prog demonstrating this. I cannot imagine why, because this only happens with

Re: [E-devel] Re: E CVS: libs/ewl dj2

2006-04-13 Thread Nathan Ingersoll
On 4/13/06, Peter Wehrfritz <[EMAIL PROTECTED]> wrote: > > Yes, this fixed it for the menu, but the real problem lies a bit deeper. > When you hide and show a override window again the output is corrupted, > but when you call ewl_widget_configure it works. Attached is a little > prog demonstrating

[E-devel] evas automake failure in autogen.sh

2006-04-13 Thread Stephan Wezel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, when i try to run the autogen.sh script in the evas dir i became following error-messages when automake is running Running automake... configure.in:1834: required file `src/modules/loaders/gif/Makefile.in' not found configure.in:1834: required fi

Re: [E-devel] evas automake failure in autogen.sh

2006-04-13 Thread David Stevenson
On 14/04/06, Stephan Wezel <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE-Hash: SHA1Hi,when i try to run the autogen.sh script in the evas dir i becamefollowing error-messages when automake is runningRunning automake... configure.in:1834: required file `src/modules/loaders/gif/Makefil

Re: [E-devel] evas automake failure in autogen.sh

2006-04-13 Thread Stephan Wezel
Am Fri, 14 Apr 2006 06:56:46 +0900 schrieb "David Stevenson" <[EMAIL PROTECTED]>: > On 14/04/06, Stephan Wezel <[EMAIL PROTECTED]> wrote: > > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Hi, > > > > when i try to run the autogen.sh script in the evas dir i became > > following err

Re: [E-devel] ibox patch for click to focus

2006-04-13 Thread The Rasterman
On Fri, 14 Apr 2006 00:12:22 +0900 "David Stevenson" <[EMAIL PROTECTED]> babbled: > There was a request from a "click-to-focus" user to have windows > automatically focused when they are uniconified using the ibox module. This > seems like a reasonable behavioural expectation, since we are clickin