Re: [E-devel] several issues

2006-11-06 Thread Jan Rychter
So, as it stands, the shelf problem is just a matter of modifying the config of the relevant shelves, Not quite -- or perhaps there is something I do not understand. It seems that as soon as I move any shelf item manually, it gets manual positioning and no longer adapts to the screen dimension

Re: [E-devel] [BUG] Remove pager from shelf..

2006-11-06 Thread David Stevenson
On 06/11/06, Anders Troback [EMAIL PROTECTED] wrote: Hi! If I create a new shelf it contains some default modules. The problem is that I can't remove the pager from the list! I think I have a similar kind of bug, but haven't bother to play around to try to find a way to reproduce it yet.

[E-devel] E17 Configuration and Entrance

2006-11-06 Thread Essien Ita Essien
Hiya all, Quick question. I've just checked in some updates for entrance_edit_gui and added a .desktop file so its easier to call up (using tab completion on the shell to invoke entrance_edit_gui wasn't plan A :)) Now my question is what is actually the best thing to do here, options are: 1.

Re: [E-devel] E17 Configuration and Entrance

2006-11-06 Thread Hisham Mardam Bey
On 11/6/06, Essien Ita Essien [EMAIL PROTECTED] wrote: 2. What I would actually have loved, would be to plug it into e17's control panel (in addition to the above? so that non e17 systems can still use Entrance) Now the thing is, is it currently possible to have a plugin that just launches

Re: [E-devel] E17 Configuration and Entrance

2006-11-06 Thread Essien Ita Essien
Hisham Mardam Bey wrote: On 11/6/06, Essien Ita Essien [EMAIL PROTECTED] wrote: 2. What I would actually have loved, would be to plug it into e17's control panel (in addition to the above? so that non e17 systems can still use Entrance) Now the thing is, is it currently possible to have

Re: [E-devel] E17 Configuration and Entrance

2006-11-06 Thread David Seikel
On Mon, 6 Nov 2006 15:00:14 +0200 Hisham Mardam Bey [EMAIL PROTECTED] wrote: On 11/6/06, Essien Ita Essien [EMAIL PROTECTED] wrote: 2. What I would actually have loved, would be to plug it into e17's control panel (in addition to the above? so that non e17 systems can still use Entrance)

Re: [E-devel] E17 Configuration and Entrance

2006-11-06 Thread David Seikel
On Mon, 06 Nov 2006 14:42:57 +0100 Essien Ita Essien [EMAIL PROTECTED] wrote: David Seikel wrote: Also discussed recently was the possibility of having any .desktop apps that have marked themselves as settings or config apps included in the E17 config system somehow. Exactly how was not

Re: [E-devel] E17 Configuration and Entrance

2006-11-06 Thread The Rasterman
On Mon, 6 Nov 2006 15:00:14 +0200 Hisham Mardam Bey [EMAIL PROTECTED] babbled: On 11/6/06, Essien Ita Essien [EMAIL PROTECTED] wrote: 2. What I would actually have loved, would be to plug it into e17's control panel (in addition to the above? so that non e17 systems can still use

Re: [E-devel] E17 Configuration and Entrance

2006-11-06 Thread The Rasterman
On Mon, 6 Nov 2006 23:11:31 +1000 David Seikel [EMAIL PROTECTED] babbled: On Mon, 6 Nov 2006 15:00:14 +0200 Hisham Mardam Bey [EMAIL PROTECTED] wrote: On 11/6/06, Essien Ita Essien [EMAIL PROTECTED] wrote: 2. What I would actually have loved, would be to plug it into e17's control

Re: [E-devel] several issues

2006-11-06 Thread Metrics
On Mon, Nov 06, 2006 at 11:41:50AM +0100, Jan Rychter wrote: So, as it stands, the shelf problem is just a matter of modifying the config of the relevant shelves, Not quite -- or perhaps there is something I do not understand. It seems that as soon as I move any shelf item manually, it

Re: [E-devel] E17 Configuration and Entrance

2006-11-06 Thread Essien Ita Essien
David Seikel wrote: On Mon, 06 Nov 2006 14:42:57 +0100 Essien Ita Essien [EMAIL PROTECTED] wrote: David Seikel wrote: Also discussed recently was the possibility of having any .desktop apps that have marked themselves as settings or config apps included in the E17 config system

Re: [E-devel] E17 Configuration and Entrance

2006-11-06 Thread Essien Ita Essien
Carsten Haitzler (The Rasterman) wrote: On Mon, 6 Nov 2006 15:00:14 +0200 Hisham Mardam Bey [EMAIL PROTECTED] babbled: On 11/6/06, Essien Ita Essien [EMAIL PROTECTED] wrote: 2. What I would actually have loved, would be to plug it into e17's control panel (in addition to the

[E-devel] using -std=gnu99 when available in imlib2

2006-11-06 Thread Mike Frysinger
any qualms with me adding some logic to imlib2's configure to add -std=gnu99 to CPPFLAGS if the compiler supports ? the problem is that some of the code in imlib2 uses round() but the headers dont export the prototype unless -std=c99 or -std=gnu99 is used -mike pgpDfbeUfzJPU.pgp Description:

[E-devel] Priviledged Execution

2006-11-06 Thread Essien Ita Essien
Ahem... I'm just putting out feelers for ideas (a.k.a. best practices if such exist), for how to implement Priviledged Execution for Entrance_Edit_GUI The problem is that, the config file is /etc/entrance_config.cfg, which is protected file, but all users *can* run entrance_edit_gui for now.

Re: [E-devel] using -std=gnu99 when available in imlib2

2006-11-06 Thread Mike Frysinger
On Monday 06 November 2006 10:17, Mike Frysinger wrote: any qualms with me adding some logic to imlib2's configure to add -std=gnu99 to CPPFLAGS if the compiler supports ? proposed patch attached -mike pgpk138u0fJp3.pgp Description: PGP signature Index: configure.in

Re: [E-devel] Priviledged Execution

2006-11-06 Thread Michael Jennings
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 practices if such exist), for how to implement Priviledged Execution for Entrance_Edit_GUI Best practice: Don't do it. The problem is that, the config file is

Re: [E-devel] E17 Configuration and Entrance

2006-11-06 Thread Hisham Mardam Bey
On 11/6/06, Essien Ita Essien [EMAIL PROTECTED] wrote: What may be better (though not trivial, is to have an fm[2] like interface (a kind of explorer interface)), kind of how M$ Blindows Control panel looks like. That way, you maximize to your hearts content, and still have a list view,

[E-devel] DR17 in CVS doesn't compile on FC6

2006-11-06 Thread Didier Casse
Problems getting it to compile on FC6 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.68768 + umask 022 + cd /home/didier/rpmbuild/BUILD + LANG=C + export LANG + unset DISPLAY + cd /home/didier/rpmbuild/BUILD + rm -rf enlightenment-0.16.999.036 + /bin/gzip -dc

Re: [E-devel] DR17 in CVS doesn't compile on FC6

2006-11-06 Thread Didier Casse
Please ignore the previous mail. I just realized the change in autogen.sh. Sorry! -- With kind regards, Didier. On 11/6/06, Didier Casse [EMAIL PROTECTED] wrote: Problems getting it to compile on FC6 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.68768 + umask 022 + cd

Re: [E-devel] DR17 in CVS doesn't compile on FC6

2006-11-06 Thread Mike Frysinger
On Monday 06 November 2006 22:28, Didier Casse wrote: Problems getting it to compile on FC6 configure.in:153: required file `./ABOUT-NLS' not found search the archives -mike pgpDaxGHvBrNI.pgp Description: PGP signature -

Re: [E-devel] using -std=gnu99 when available in imlib2

2006-11-06 Thread The Rasterman
On Mon, 6 Nov 2006 10:36:57 -0500 Mike Frysinger [EMAIL PROTECTED] babbled: On Monday 06 November 2006 10:17, Mike Frysinger wrote: any qualms with me adding some logic to imlib2's configure to add -std=gnu99 to CPPFLAGS if the compiler supports ? proposed patch attached -mike dont see

Re: [E-devel] using -std=gnu99 when available in imlib2

2006-11-06 Thread Mike Frysinger
On Monday 06 November 2006 23:13, Carsten Haitzler wrote: On Mon, 6 Nov 2006 10:36:57 -0500 Mike Frysinger [EMAIL PROTECTED] babbled: On Monday 06 November 2006 10:17, Mike Frysinger wrote: any qualms with me adding some logic to imlib2's configure to add -std=gnu99 to CPPFLAGS if the