[E-devel] several issues

2006-10-30 Thread Jan Rychter
I've noted several minor issues while using e17 on a Tablet PC (Fujitsu) and thought I'd report them here, as I can't fix them myself: -- maximized windows do not resize properly after an XRandR rotation. Normal windows do The Right Thing, but maximized ones do not. One has to unmaximize

Re: [E-devel] several issues

2006-10-30 Thread Metrics
Hi, Replies inline... On Mon, Oct 30, 2006 at 08:12:42AM +0100, Jan Rychter wrote: I've noted several minor issues while using e17 on a Tablet PC (Fujitsu) and thought I'd report them here, as I can't fix them myself: -- maximized windows do not resize properly after an XRandR rotation.

Re: [E-devel] several issues

2006-10-30 Thread Laurent Ghigonis
On 30/10/06, Metrics [EMAIL PROTECTED] wrote: -- there is something fishy going on with icons. Application icons regularly get messed up, e.g. I'd get the 'xterm' icon for another app in the ibox. I can't really narrow it down (sorry) except that they do get mixed up. This used

[E-devel] Newbie: let evas render to a memory buffer?

2006-10-30 Thread Joerg Plewe
Hi all! I'm new to this list and quite new to Enlightenment as well. While making up a software design, I'm interested whether it is possible to let evas render into a memory buffer that can be read out afterwards? If so, how to? Any help is deeply appreciated, - J

Re: [E-devel] Newbie: let evas render to a memory buffer?

2006-10-30 Thread Brian Mattern
On Mon, Oct 30, 2006 at 12:31:51PM +0100, Joerg Plewe wrote: Hi all! I'm new to this list and quite new to Enlightenment as well. While making up a software design, I'm interested whether it is possible to let evas render into a memory buffer that can be read out afterwards?

[E-devel] E CVS: e17/apps/e urandom

2006-10-30 Thread Alberto Castro
Author : urandom Project : e17 Module : apps/e Dir : e17/apps/e/src/modules/ibox Modified Files: e_mod_main.c Log Message: the pager and iconbox now emit a signal when a border changes state from urgent to normal and the other way around. for the themers: the iconbox icon, the

Re: [E-devel] E CVS: e17/apps/e urandom

2006-10-30 Thread Виктор Кожухаров
В пн, 2006-10-30 в 09:38 -0600, Alberto Castro написа: Author : urandom Project : e17 Module : apps/e Dir : e17/apps/e/src/modules/ibox Modified Files: e_mod_main.c Log Message: the pager and iconbox now emit a signal when a border changes state from urgent to

[E-devel] remembering commands with options

2006-10-30 Thread Jochen Schroeder
Hi, I just noticed a problem with remembering windows and making them startup at login. I have a desktop file with a exec line containing a couple of options. This is the line: Exec=Eterm -n ToDo -e vim +cd NotesWiki +e ToDo.vimki the command runs fine if I start the application from the menu or

Re: [E-devel] remembering commands with options

2006-10-30 Thread Jochen Schroeder
Replying to myself, I just did another test I changed the command to: Exec=Eterm -n test -e vim +cd NotesWiki +e ToDo.vimki echo test However .xsession-errors only has: REMEMBER CMD: Eterm-ntest-evim+cd\ NotesWiki+e\ ToDo.vimki ... so it is dropping the part after the . I put the .desktop

Re: [E-devel] remembering commands with options

2006-10-30 Thread The Rasterman
On Tue, 31 Oct 2006 11:14:46 +1300 Jochen Schroeder [EMAIL PROTECTED] babbled: Replying to myself, I just did another test I changed the command to: Exec=Eterm -n test -e vim +cd NotesWiki +e ToDo.vimki echo test However .xsession-errors only has: REMEMBER CMD: Eterm-ntest-evim+cd\

Re: [E-devel] remembering commands with options

2006-10-30 Thread Jochen Schroeder
Carsten Haitzler (The Rasterman) wrote: On Tue, 31 Oct 2006 11:14:46 +1300 Jochen Schroeder [EMAIL PROTECTED] babbled: Replying to myself, I just did another test I changed the command to: Exec=Eterm -n test -e vim +cd NotesWiki +e ToDo.vimki echo test However .xsession-errors only