[E-devel] Monitor Module Patch 2-r5

2005-07-29 Thread Edward Presutti
Attached is the latest patch for monitor. This patch includes everything in the previous ones, as well as fixing the loading of an old config. It now implements config_version so the old config bug won't happen in the future. If you upgrade from the older version of monitor, it pops up a

[E-devel] Re: Gadman usage is strange between ibar (+ibox) and pager

2005-07-29 Thread FORT Yannick
FORT Yannick wrote: I had noticed that some month ago, but totally forgotten, and as i had to reconfigure entierly my desktop due to profiles, i re-noticed that and decided to post' this mailing-list I found very strange the difference of configuration of the size of modules, the best

Re: [E-devel] E_Lib Desktop Add/Del Background Patch

2005-07-29 Thread Aaron Luptak
Carsten Haitzler (The Rasterman) wrote: this is all fine and great.. but have you tested your code? you know it won't work. there is no e_lib remote handling in e_ipc_handlers.h in e's main code thus this will just do nothing (except add 2 non-functional api calls to libe :)) Ok... I'm a

Re: [E-devel] E_Lib Desktop Add/Del Background Patch

2005-07-29 Thread dan sinclair
I think they should run fine. There is no specific e_lib handling for calls into e itself. We just need to put in e_lib stuff when we are getting data back into e_lib. So, since these just modify e, the calls should just work, I think. dan On Fri, 2005-07-29 at 16:35 -0800, Aaron Luptak wrote:

[E-devel] E17's Remember Stickiness works, but not with pager

2005-07-29 Thread Justin Spahr-Summers
I just noticed (after setting it on an MPD client) that Remember stickiness will work and make the window sticky the next time it's opened... except the pager won't update to reflect this, as it would if you manually set the stickiness every time. Sorry I couldn't send a patch along with this. -

[E-devel] Entice segfaults

2005-07-29 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, Using latest cvs. Is there a way to open a directory of images IN entice (after opening entice)? Anyway I've chosen a directory were I keep my images and entice segfaults (probably trying to create thumbnail of a tar.bz2 file): $ entice fotos/ Segmentation fault * Imlib2 Developer

Re: [E-devel] Gadman usage is strange between ibar (+ibox) and pager

2005-07-29 Thread The Rasterman
On Thu, 28 Jul 2005 13:28:32 +0200 FORT Yannick [EMAIL PROTECTED] babbled: I had noticed that some month ago, but totally forgotten, and as i had to reconfigure entierly my desktop due to profiles, i re-noticed that and decided to post' this mailing-list I found very strange the

Re: [E-devel] E_Lib Desktop Add/Del Background Patch

2005-07-29 Thread The Rasterman
On Fri, 29 Jul 2005 14:32:23 -0400 dan sinclair [EMAIL PROTECTED] babbled: I think they should run fine. There is no specific e_lib handling for calls into e itself. We just need to put in e_lib stuff when we are getting data back into e_lib. So, since these just modify e, the calls should

Re: [E-devel] E_Lib Desktop Add/Del Background Patch

2005-07-29 Thread The Rasterman
On Fri, 29 Jul 2005 16:35:39 -0800 Aaron Luptak [EMAIL PROTECTED] babbled: Carsten Haitzler (The Rasterman) wrote: this is all fine and great.. but have you tested your code? you know it won't work. there is no e_lib remote handling in e_ipc_handlers.h in e's main code thus this will just