On Thu, 19 Oct 2017 11:37:48 +0000 Mike Blumenkrantz <[email protected]> said:
> Thanks for this--I can refer users who are still using older versions to > the ticket you created--but I was hoping you would create a ticket for the > remaining efl todo items that you cited in the commit log. Oh ... you meant that... I actually am unsure of how this should proceed. Maybe in elput? Maybe not? Because it seems it's needed outside of being a wayland compositor now (in regular X11 land) with newer kernels. ACPI events are being killed off by the kernel (so much for never breaking userspace...). > On Wed, Oct 18, 2017 at 9:25 PM Carsten Haitzler <[email protected]> > wrote: > > > On Wed, 18 Oct 2017 13:20:34 +0000 Mike Blumenkrantz > > <[email protected]> said: > > > > done > > > > > Can you create a task for this on phab? > > > > > > On Wed, Oct 18, 2017 at 12:37 AM Carsten Haitzler <[email protected]> > > > wrote: > > > > > > > raster pushed a commit to branch master. > > > > > > > > > > > > > > http://git.enlightenment.org/core/enlightenment.git/commit/?id=0fada409175333e4ebeee30cab2ccd4ff457445f > > > > > > > > commit 0fada409175333e4ebeee30cab2ccd4ff457445f > > > > Author: Carsten Haitzler (Rasterman) <[email protected]> > > > > Date: Wed Oct 18 13:33:47 2017 +0900 > > > > > > > > smart suspend - honor suspend on ac or not flag as it should > > > > > > > > so if you closed the lid ANd didn't have external screens ANd had > > ac > > > > plugged in ... e would suspend even if youdidn't have "suspend on > > ac" > > > > checked in blanking dialog. respect this and handle it properly. > > > > > > > > @fix > > > > > > > > side note... i've notced acpid no longer reporting lid events on > > one > > > > of my systems. this is very sucky. you now have to open > > > > /dev/input/event2 (this may vary from device to device) to get lid > > > > events... it's an input device. this means elput needs to start > > doing > > > > this as we cant get power button or lid events anymore .... and we > > may > > > > have to do this for x11 too. > > > > --- > > > > src/bin/e_acpi.c | 1 + > > > > src/bin/e_actions.c | 23 +++++++++++++++++++++-- > > > > src/bin/e_powersave.c | 35 +++++++++++++++++++++++++++++++++++ > > > > src/bin/e_powersave.h | 3 +++ > > > > src/bin/e_sys.c | 5 +++++ > > > > 5 files changed, 65 insertions(+), 2 deletions(-) > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > Check out the vibrant tech community on one of the world's most > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _______________________________________________ > > > enlightenment-devel mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > > > > > -- > > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > > Carsten Haitzler - [email protected] > > > > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- Carsten Haitzler - [email protected] ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
