Re: [e-users] [E-devel] Transparent background, E18+elm? E18 (Enlightenment 0.18.2, efl 1.8.3, elm 1.8.2)

2014-03-12 Thread The Rasterman
On Wed, 12 Mar 2014 21:14:17 -0400 Robert Heller said: > At Thu, 13 Mar 2014 09:22:59 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > > > On Wed, 12 Mar 2014 12:20:43 -0400 Robert Heller said: > > > > > With code like this: > > > > > >Evas_Object *o; > > > > > >o = edje_objec

Re: [e-users] Evas can load PNG??

2014-03-12 Thread The Rasterman
On Wed, 12 Mar 2014 22:29:35 -0300 Wido said: > I haven't deleted it and is not a package but the good old configure && > make && sudo make install. > > what's the name and where should it be (target dir)? PREFIX/share/enlightenment/data/images/test.png > > 2014-03-12 20:49 GMT-03:00 Carsten

Re: [e-users] Evas can load PNG??

2014-03-12 Thread Wido
I haven't deleted it and is not a package but the good old configure && make && sudo make install. what's the name and where should it be (target dir)? 2014-03-12 20:49 GMT-03:00 Carsten Haitzler : > On Wed, 12 Mar 2014 19:53:35 -0300 Wido said: > > > Hi Guys, > > > > I just noticed in my ~.xs

Re: [e-users] [E-devel] Transparent background, E18+elm? E18 (Enlightenment 0.18.2, efl 1.8.3, elm 1.8.2)

2014-03-12 Thread Robert Heller
At Thu, 13 Mar 2014 09:22:59 +0900 Carsten Haitzler (The Rasterman) wrote: > > On Wed, 12 Mar 2014 12:20:43 -0400 Robert Heller said: > > > With code like this: > > > >Evas_Object *o; > > > >o = edje_object_add(e_comp_get(m->zone)->evas); > >evas_object_name_set(o, "menu->sw_bg_

Re: [e-users] [E-devel] Transparent background, E18+elm? E18 (Enlightenment 0.18.2, efl 1.8.3, elm 1.8.2)

2014-03-12 Thread The Rasterman
On Wed, 12 Mar 2014 12:20:43 -0400 Robert Heller said: > With code like this: > >Evas_Object *o; > >o = edje_object_add(e_comp_get(m->zone)->evas); >evas_object_name_set(o, "menu->sw_bg_object"); >evas_object_data_set(o, "e_menu", m); >e_theme_edje_object_set(o, "base/theme/

Re: [e-users] How to install on anothe r computer ?

2014-03-12 Thread The Rasterman
On Wed, 12 Mar 2014 19:45:04 -0300 Wido said: > I know this is kind of off-topic (Raster, you can rant as I know you like > to :D ), but how can I install in another architecture? I mean, compile in > one pc (with the poor's man tar) and make it work in another kind of > computer (like a rPi or t

Re: [e-users] Evas can load PNG??

2014-03-12 Thread The Rasterman
On Wed, 12 Mar 2014 19:53:35 -0300 Wido said: > Hi Guys, > > I just noticed in my ~.xsession-errors file that, when E19 (latest from > git) starts, it shows an error saying it can't load PNG files. > > I'm using Debian Jessie (testing) in AMD64. I reinstalled libpng12 and > libpng12-dev, reuqir

Re: [e-users] How to install on anothe r computer ?

2014-03-12 Thread Alan McKinnon
On 13/03/2014 00:45, Wido wrote: > I know this is kind of off-topic (Raster, you can rant as I know you like > to :D ), but how can I install in another architecture? I mean, compile in > one pc (with the poor's man tar) and make it work in another kind of > computer (like a rPi or tablet, for exam

[e-users] Evas can load PNG??

2014-03-12 Thread Wido
Hi Guys, I just noticed in my ~.xsession-errors file that, when E19 (latest from git) starts, it shows an error saying it can't load PNG files. I'm using Debian Jessie (testing) in AMD64. I reinstalled libpng12 and libpng12-dev, reuqired to compile. I re-configured and re-installed EFL1.9 (latest

Re: [e-users] How to install on anothe r computer ?

2014-03-12 Thread Wido
I know this is kind of off-topic (Raster, you can rant as I know you like to :D ), but how can I install in another architecture? I mean, compile in one pc (with the poor's man tar) and make it work in another kind of computer (like a rPi or tablet, for example). I know that kind of thing is a mes

Re: [e-users] issues with enlightenment and cpu

2014-03-12 Thread Brandon Perkins
How do I go about doing these two things? I'm still new to enlightenment. On 3/11/2014 10:32 PM, Jeff Hoogland wrote: > Try turning compositing off or enabling opengl rendering. > > > On Wed, Mar 12, 2014 at 9:20 AM, Brandon Perkins wrote: > >> Yes I do. >> On 3/11/2014 7:32 PM, Jeff Hoogland wrot

Re: [e-users] Python EFL 1.9.0 is out !

2014-03-12 Thread Davide Andreoli
2014-03-12 3:35 GMT+01:00 Jeff Hoogland : > David - you say there are "many more" py elementary applications out there. > Do you have a complete list somewhere I can see? I want to make sure I > package up everything that is functional for the latest Bodhi release. > > hehe, that is just marketing

Re: [e-users] EFL 1.8.5 + E 0.18.5: Everything module pops up at desktop corner instead of center

2014-03-12 Thread Will Hopper
happens to me too! I would appreciate any suggestions. On Wed, Mar 12, 2014 at 3:45 PM, Stefano wrote: > As per subject, > > since I updated to EFL 1.8.5 + E 0.18.5, the everything module pops up in a > corner of the screen. > > The module's configuration (geometry tab) has not changed since, a

[e-users] EFL 1.8.5 + E 0.18.5: Everything module pops up at desktop corner instead of center

2014-03-12 Thread Stefano
As per subject, since I updated to EFL 1.8.5 + E 0.18.5, the everything module pops up in a corner of the screen. The module's configuration (geometry tab) has not changed since, and if I change it, the pop up still appears in the top left corner of the desktop. I've enve tried to move the windo

[e-users] Transparent background, E18+elm? E18 (Enlightenment 0.18.2, efl 1.8.3, elm 1.8.2)

2014-03-12 Thread Robert Heller
With code like this: Evas_Object *o; o = edje_object_add(e_comp_get(m->zone)->evas); evas_object_name_set(o, "menu->sw_bg_object"); evas_object_data_set(o, "e_menu", m); e_theme_edje_object_set(o, "base/theme/menus", "e/widgets/menu/default/background

[e-users] Fwd: Re: E18 engage dock

2014-03-12 Thread Quelrond
Hi, The problem of Engage blocks me on E17, I would like to see the Engage working on E18 (and E19). Peter On 12/03/2014 09:57, Andy Williams wrote: > Hi, > > This particular build error is new but engage has not compiled in a while. > I would like to fix this but a reasonable amount of code

Re: [e-users] E18 engage dock

2014-03-12 Thread Quelrond
Hi, The problem of Engage blocks me on E17, I would like to see the Engage working on E18 (and E19). Peter On 12/03/2014 09:57, Andy Williams wrote: > Hi, > > This particular build error is new but engage has not compiled in a while. > I would like to fix this but a reasonable amount of code n

[e-users] Efl and Elementary 1.9.1 release

2014-03-12 Thread Stefan Schmidt
We are happy to release our first stable update for the 1.9.x series. This time only EFL and Elementary had changes. Within the several fixes we also have an ABI break that got fixed. Download http://download.enlightenment.org/rel/libs/efl/efl-1.9.1.tar.gz 265bf2480efb988d3d54ce710e15e622bec503f6

Re: [e-users] issues with enlightenment and cpu

2014-03-12 Thread The Rasterman
On Tue, 11 Mar 2014 19:30:23 -0400 Brandon Perkins said: > Right now I have enlightenment 17 (I believe) installed because that is > what I found in the repo (Debian Jessie). My issue is that when I start up > my computer and login in terminal mode and call the command: startx > enlightenment_st

Re: [e-users] Radeon driver indigestion when waking up from hibernation

2014-03-12 Thread The Rasterman
On Tue, 11 Mar 2014 14:47:26 + Mick said: > On Tuesday 11 Mar 2014 08:00:43 Carsten Haitzler wrote: > > On Tue, 11 Mar 2014 06:51:59 + Mick said: > > > Hi All, > > > > > > I thought of asking here first. When I wake up the machine from > > > hibernation the radeon driver starts throwin

Re: [e-users] E18 engage dock

2014-03-12 Thread Andy Williams
Hi, This particular build error is new but engage has not compiled in a while. I would like to fix this but a reasonable amount of code needs to change to work with the new composite module framework. Andy Sent from my iPhone > On 7 Mar 2014, at 12:30 pm, emanuel.santosvar...@mahle.com wrote: