Package Details: enlightenment-git 0.26.99.25007.g044149406-1

Git Clone URL: https://aur.archlinux.org/enlightenment-git.git (read-only, click to copy)
Package Base: enlightenment-git
Description: Enlightenment window manager - Development version
Upstream URL: http://www.enlightenment.org
Licenses: BSD
Conflicts: enlightenment
Provides: enlightenment, notification-daemon
Submitter: Scimmia
Maintainer: raster
Last Packager: raster
Votes: 64
Popularity: 0.55
First Submitted: 2014-01-08 21:25 (UTC)
Last Updated: 2024-08-07 08:07 (UTC)

Dependencies (28)

Required by (33)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 18 Next › Last »

maderios commented on 2019-09-25 19:48 (UTC)

It works now, thanks :)

raster commented on 2019-09-25 17:44 (UTC)

ok. it wasn't kernel or util-linux .. efl removed a -I include cflag from efl-wl and e's build didn't explicitly look for uuid as a dep.

raster commented on 2019-09-25 17:18 (UTC)

Oh... this is new. A kernel update makes this happen. I updated today to 5.3 (from 5.2) and saw this. Couldn't reproduce this before.

maderios commented on 2019-09-24 20:07 (UTC) (edited on 2019-09-24 20:10 (UTC) by maderios)

I got error when compiling enlightenment-git (with last efl-git)

../src/bin/e_gadget_loader.c:8:10: fatal error: uuid.h: No such file or directory 8 | #include <uuid.h> | ^~~~~~~~ compilation terminated. [269/687] Compiling C object 'src/modules/9490802@@pager@sha/pager_gadget_pager.c.o'. ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build().

raster commented on 2019-08-18 21:18 (UTC)

gestures we do client-side in efl. it's hard to do in x due to the way input systems work in a "global sense". we're improving our touch-friendliness but it needs work and i guess there is a lot to do so ... :)

gothmog123 commented on 2019-08-18 17:38 (UTC)

thanks! any other tips for tablet mode? any way to get touchscreen gestures?

raster commented on 2019-08-18 17:06 (UTC)

we removed it as it wasn;'t maintained really. but you could just load the vkbd module for a virtual keyboard... it does quite a lot for a simple vkbd :)

gothmog123 commented on 2019-08-18 14:03 (UTC)

Hi, sorry, I wanted to use this on a lenovo yoga with the mobile interface but just realized it's been taken out from the first run screen. Is it still available? Compile option?

raster commented on 2017-12-08 00:52 (UTC)

I updated my systems this week and rebuilt efl and enlightenment... and everything "just worked:

==> Finished making: efl-git 1.20.99.56773.gbdcd034af5-1 (Fri Dec  8 09:41:36 KST 2017)
==> Finished making: enlightenment-git 0.22.99.23239.g8f5299be0-1 (Fri Dec  8 09:44:01 KST 2017)

:/ What about your system and mine differ. I also only have the preloadable_libintl.so ... and yet it's not a problem? enlightenment_open here doesn't even link to libintl ... that's why it's not a problem. why is yours linking? libintl support comes from libc here... as it should IMHO. there is no need to link to libintl:

 9:50AM ~ > pacman -Qo /usr/include/libintl.h
/usr/include/libintl.h is owned by glibc 2.26-6

why not on your system?

fredix commented on 2017-12-07 23:27 (UTC)

ok, this workaroud seems to work :

sudo ln -s /usr/lib/preloadable_libintl.so /usr/lib/libintl.so