Re: [e-users] [E-devel] Korean E dinner

2013-01-09 Thread The Rasterman
On Wed, 9 Jan 2013 23:03:23 -0300 Wido said: > You call THAT a dance?? > > this has to be the first time I'm ashamed of Raster. Not because he did it, > but because he sucked *BIG TIME* in doing it :D i reserve my coolness for e and efl. :) > On Wednesday January 9 2013 09:58:48 Carsten Haitzl

Re: [e-users] Toggle desktop background

2013-01-09 Thread Cedric BAIL
On Thu, Jan 10, 2013 at 5:36 AM, Michael Var wrote: > This may seem weird but is there a command to toggle the desktop background > on & off (in order to bind it to a key) ? I'm using xfce's terminal with > background transparency and there are a few occasions where i have to > temporarily switch

Re: [e-users] [E-devel] Korean E dinner

2013-01-09 Thread Wido
You call THAT a dance?? this has to be the first time I'm ashamed of Raster. Not because he did it, but because he sucked *BIG TIME* in doing it :D On Wednesday January 9 2013 09:58:48 Carsten Haitzler escribió: > On Wed, 09 Jan 2013 07:35:52 -0500 mh said: > > i'd like to think i'm a man of m

Re: [e-users] ANNOUNCE: EFL 1.7.5 Stable Series

2013-01-09 Thread Luis Felipe Strano Moraes
Jeff already answered, but just to add more info, the single tree will come in 1.8, but it will most likely not include some libraries such as Elementary. Best regards, --lf On Saturday, January 5, 2013, Anthony Hugh wrote: > Excellent, I will try it right away. Are there any plans to package th

Re: [e-users] Question on emotion using HW-accelerated rendering

2013-01-09 Thread Cedric BAIL
On Wed, Jan 9, 2013 at 5:05 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Jan 9, 2013 at 11:49 AM, Arvind R wrote: >> My understanding is that emotion gets the video backend to render RGBA >> to the evas canvas that is then displayed by the ecore-evas backend. >> Correct? > > Actually it outputs

Re: [e-users] [emotion_generic workaround] get generic_player to work post svn82286, svn82429

2013-01-09 Thread The Rasterman
On Wed, 9 Jan 2013 19:05:29 +0530 Arvind R said: > Hi all, > > eina_prefix_lib_get() in _get_player.c assumes emotion modules are > installed in ${prefix}/lib and hence cannot find the default generic > player. This patch fixes that. this patch is wrong. this means emotion is not relocatable. e

[e-users] Toggle desktop background

2013-01-09 Thread Michael Var
Hello, This may seem weird but is there a command to toggle the desktop background on & off (in order to bind it to a key) ? I'm using xfce's terminal with background transparency and there are a few occasions where i have to temporarily switch the background to black. Another trick would be to de

Re: [e-users] Problem with eina_prefix_new

2013-01-09 Thread Arvind R
On Wed, Jan 9, 2013 at 10:28 PM, Gustavo Sverzut Barbieri wrote: > On Tue, Jan 8, 2013 at 11:24 PM, Arvind R wrote: > >> On Wed, Jan 9, 2013 at 5:56 AM, Arvind R wrote: >> > On Wed, Jan 9, 2013 at 5:28 AM, Gustavo Sverzut Barbieri >> > wrote: >> >> On Tue, Jan 8, 2013 at 8:26 PM, Gustavo Sverzu

Re: [e-users] Problem with eina_prefix_new

2013-01-09 Thread Gustavo Sverzut Barbieri
On Tue, Jan 8, 2013 at 11:24 PM, Arvind R wrote: > On Wed, Jan 9, 2013 at 5:56 AM, Arvind R wrote: > > On Wed, Jan 9, 2013 at 5:28 AM, Gustavo Sverzut Barbieri > > wrote: > >> On Tue, Jan 8, 2013 at 8:26 PM, Gustavo Sverzut Barbieri < > >> barbi...@profusion.mobi> wrote: > >> > >>> On Tue, Jan

Re: [e-users] xdg-open can't open directory

2013-01-09 Thread Gustavo Sverzut Barbieri
On Wed, Jan 9, 2013 at 12:15 PM, Ray Chen wrote: > ray122@linux-wtrh:~> xdg-open $HOME/Dropbox/ > EXE: 'enlightenment_filemanager 'file:///home/ray122/Dropbox/'' > ERROR: org.enlightenment.FileManager.Error: unsupported protocolray122 > > it's strange manner, > so when I click the dropbox icon to

Re: [e-users] Question on emotion using HW-accelerated rendering

2013-01-09 Thread Gustavo Sverzut Barbieri
On Wed, Jan 9, 2013 at 11:49 AM, Arvind R wrote: > Hi all, > > My understanding is that emotion gets the video backend to render RGBA > to the evas canvas that is then displayed by the ecore-evas backend. > Correct? > Actually it outputs to YUV as well, being converted to RGB by CPU (mmx/sse) or

Re: [e-users] Question on emotion using HW-accelerated rendering

2013-01-09 Thread Gustavo Sverzut Barbieri
On Wed, Jan 9, 2013 at 11:49 AM, Arvind R wrote: > Hi all, > > My understanding is that emotion gets the video backend to render RGBA > to the evas canvas that is then displayed by the ecore-evas backend. > Correct? > > If so, would it be possible, for instance, using the xine backend to > render

[e-users] xdg-open can't open directory

2013-01-09 Thread Ray Chen
ray122@linux-wtrh:~> xdg-open $HOME/Dropbox/ EXE: 'enlightenment_filemanager 'file:///home/ray122/Dropbox/'' ERROR: org.enlightenment.FileManager.Error: unsupported protocolray122 it's strange manner, so when I click the dropbox icon to open my Dropbox folder nothing happens! In xdg-open code, the

[e-users] Question on emotion using HW-accelerated rendering

2013-01-09 Thread Arvind R
Hi all, My understanding is that emotion gets the video backend to render RGBA to the evas canvas that is then displayed by the ecore-evas backend. Correct? If so, would it be possible, for instance, using the xine backend to render directly to screen using whatever HW-accleration available to it

Re: [e-users] [emotion_generic workaround] get generic_player to work post svn82286, svn82429

2013-01-09 Thread Gustavo Sverzut Barbieri
On Wed, Jan 9, 2013 at 11:35 AM, Arvind R wrote: > Hi all, > > eina_prefix_lib_get() in _get_player.c assumes emotion modules are > installed in ${prefix}/lib and hence cannot find the default generic > player. This patch fixes that. > > this patch is wrong as assume binary won't relocate. I'm fi

[e-users] [emotion_generic workaround] get generic_player to work post svn82286, svn82429

2013-01-09 Thread Arvind R
Hi all, eina_prefix_lib_get() in _get_player.c assumes emotion modules are installed in ${prefix}/lib and hence cannot find the default generic player. This patch fixes that. Arvind --- diff -Nru a/src/modules/generic/emotion_generic.c b/src/modules/generic/emotion_generic.c --- a/src/modules/g

Re: [e-users] [E-devel] Korean E dinner

2013-01-09 Thread The Rasterman
On Wed, 09 Jan 2013 07:35:52 -0500 mh said: i'd like to think i'm a man of my word. ESPECIALLY when it comes to being silly. :) > Raster, a man of his word. I (almost) needed that this morning. ;) > > On 01/09/2013 06:16 AM, ChunEon Park wrote: > > OMG.. i should wear the mask there. > > >

Re: [e-users] [E-devel] Korean E dinner

2013-01-09 Thread mh
Raster, a man of his word. I (almost) needed that this morning. ;) On 01/09/2013 06:16 AM, ChunEon Park wrote: > OMG.. i should wear the mask there. > > > > -Regards, Hermet- > -Original Message- > From: "Daniel Juyung Seo" >

Re: [e-users] [E-devel] Korean E dinner

2013-01-09 Thread ChunEon Park
OMG.. i should wear the mask there. -Regards, Hermet- -Original Message- From: "Daniel Juyung Seo" To: "Enlightenment users discussion & support"; Cc: "Enlightenment developer lis