Re: [E-devel] Error building evas_generic_loaders 1.7.8 under Debian (32-bit)

2013-08-16 Thread Massimo Maiurana
Robert Heller, il 16/08/2013 21:15, ha scritto: > Arg. I am using Debian 7.1.0 -- I don't know its codename. What version is > 'jessie'? Jessie is debian testing, 7.1 should be debian stable (codename wheezy). > Hmm.. 'libpoppler-private-dev'? Is that different from libpoppler-dev? Quite dif

Re: [E-devel] Error building evas_generic_loaders 1.7.8 under Debian (32-bit)

2013-08-16 Thread Robert Heller
At Fri, 16 Aug 2013 19:24:49 +0200 Enlightenment developer list wrote: > > Sebastian Dransfeld, il 16/08/2013 07:09, ha scritto: > > If I remember correctly, libpoppler-dev is packaged wrong on Debian. If you > > download the source for the package the file is in there. > > > > I'm o

Re: [E-devel] Error building evas_generic_loaders 1.7.8 under Debian (32-bit)

2013-08-16 Thread Sebastian Dransfeld
Den Aug 16, 2013 kl. 19:24 skrev Massimo Maiurana : > Sebastian Dransfeld, il 16/08/2013 07:09, ha scritto: >> If I remember correctly, libpoppler-dev is packaged wrong on Debian. If you >> download the source for the package the file is in there. >> > > I'm on jessie 64-bit and that file is in

Re: [E-devel] Error building evas_generic_loaders 1.7.8 under Debian (32-bit)

2013-08-16 Thread Massimo Maiurana
Sebastian Dransfeld, il 16/08/2013 07:09, ha scritto: > If I remember correctly, libpoppler-dev is packaged wrong on Debian. If you > download the source for the package the file is in there. > I'm on jessie 64-bit and that file is in the libpoppler-private-dev package: max@rubino:~$ apt-file s

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: add systemd support to e_sys for shutdown/reboot/suspend/hibernate

2013-08-16 Thread The Rasterman
On Fri, 16 Aug 2013 11:35:31 -0300 Lucas De Marchi said: > On Thu, Aug 15, 2013 at 3:19 PM, Gustavo Sverzut Barbieri > wrote: > > On Thu, Aug 15, 2013 at 2:11 PM, Lucas De Marchi > > wrote: > >> On Thu, Aug 15, 2013 at 1:33 PM, Gustavo Sverzut Barbieri > >> wrote: > >>> On Thu, Aug 15, 2013 at

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: add systemd support to e_sys for shutdown/reboot/suspend/hibernate

2013-08-16 Thread Lucas De Marchi
On Thu, Aug 15, 2013 at 3:19 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Aug 15, 2013 at 2:11 PM, Lucas De Marchi > wrote: >> On Thu, Aug 15, 2013 at 1:33 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Thu, Aug 15, 2013 at 9:37 AM, Carsten Haitzler >>> wrote: On Thu, 15 Aug 2013 08:40:36

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: add systemd support to e_sys for shutdown/reboot/suspend/hibernate

2013-08-16 Thread Lucas De Marchi
On Fri, Aug 16, 2013 at 5:06 AM, David Seikel wrote: > On Fri, 16 Aug 2013 08:50:02 +0900 Carsten Haitzler (The Rasterman) > wrote: > >> On Thu, 15 Aug 2013 19:59:28 -0300 Lucas De Marchi >> said: >> >> > On Thu, Aug 15, 2013 at 3:19 PM, Gustavo Sverzut Barbieri >> > wrote: >> > > On Thu, Aug 1

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: add systemd support to e_sys for shutdown/reboot/suspend/hibernate

2013-08-16 Thread Stefan Schmidt
Hello. On 08/16/2013 01:45 PM, David Seikel wrote: > On Fri, 16 Aug 2013 09:27:41 +0100 Stefan Schmidt > wrote: > >> Hello. >> >> On 08/16/2013 09:06 AM, David Seikel wrote: >>> On Fri, 16 Aug 2013 08:50:02 +0900 Carsten Haitzler (The Rasterman) >>> wrote: >>> one of those platforms... that

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: Revert this button_count change for now (breaking move/resize here).

2013-08-16 Thread Christopher Michael
On 16/08/13 13:38, Michael Blumenkrantz wrote: > what I was saying is that you SHOULDN'T have any button count changes in > ANY grab callbacks. not that you should add it where it was missing. > Yes, got that in our discussions already. What I am saying is if it's done that way (without button cou

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: add systemd support to e_sys for shutdown/reboot/suspend/hibernate

2013-08-16 Thread David Seikel
On Fri, 16 Aug 2013 09:27:41 +0100 Stefan Schmidt wrote: > Hello. > > On 08/16/2013 09:06 AM, David Seikel wrote: > > On Fri, 16 Aug 2013 08:50:02 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > >> one of those platforms... that efl is shipped on by default, > >> doesnt use systemd for

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: Revert this button_count change for now (breaking move/resize here).

2013-08-16 Thread Michael Blumenkrantz
what I was saying is that you SHOULDN'T have any button count changes in ANY grab callbacks. not that you should add it where it was missing. On Fri, Aug 16, 2013 at 1:27 PM, Chris Michael - Enlightenment Git < no-re...@enlightenment.org> wrote: > devilhorns pushed a commit to branch master. > >

Re: [E-devel] Error building evas_generic_loaders 1.7.8 under Debian (32-bit)

2013-08-16 Thread Robert Heller
At Fri, 16 Aug 2013 07:09:16 +0200 Enlightenment developer list wrote: > > If I remember correctly, libpoppler-dev is packaged wrong on Debian. If you > download the source for the package the file is in there. Are the Debian package maintainers aware of the problem? Do they plan on

Re: [E-devel] [EGIT] [core/efl] master 01/01: Edje: add edje_object_part_text_input_panel_show_on_demand_set/get()

2013-08-16 Thread Jihoon Kim
After I received your report, I've cloned efl git again and I applied my patch. However, I couldn't find out this build error. it's strange :( I've checked again whether those APIs were pushed or not with EFL git web, but it was applied normally. http://git.enlightenment.org/core/efl.git/commit/?i

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: add systemd support to e_sys for shutdown/reboot/suspend/hibernate

2013-08-16 Thread Stefan Schmidt
Hello. On 08/16/2013 09:06 AM, David Seikel wrote: > On Fri, 16 Aug 2013 08:50:02 +0900 Carsten Haitzler (The Rasterman) > wrote: > >> one of those platforms... that efl is shipped on by default, doesnt >> use systemd for this (but it should), so abstracting is a must as we >> then already have

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: add systemd support to e_sys for shutdown/reboot/suspend/hibernate

2013-08-16 Thread David Seikel
On Fri, 16 Aug 2013 08:50:02 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 15 Aug 2013 19:59:28 -0300 Lucas De Marchi > said: > > > On Thu, Aug 15, 2013 at 3:19 PM, Gustavo Sverzut Barbieri > > wrote: > > > On Thu, Aug 15, 2013 at 2:11 PM, Lucas De Marchi > > > wrote: > > >> On Thu,