Go to file
Carsten Haitzler 3c0ef76768 e - fix major memory bloat when in gl mode - dont create shm segments
so e pixmap was ALWAYS creating an ecore_x_image EVERY time for EVERY
window. this means allocate all the sysv shared memory segments for
every window even if never used. this is bad. it litters systems
with unused shared memory segments (ipcs and see) and eats up shared
mem limits/quotas too. we just don't need them in gl unless a window
is shaped or texture from pixmap is off. so allocate the pixmap on
demand, and otherwise leave the ecore x image NULL. this fixes this
bloat.

@fix
2016-07-26 13:31:33 +09:00
config remove configs for illume modules 2016-01-18 15:38:25 -05:00
data L10N: Update Finnish translations 2015-11-14 02:36:01 +02:00
doc
m4
pkgbuild
po Updating italian translation 2016-06-03 11:32:02 -04:00
src e - fix major memory bloat when in gl mode - dont create shm segments 2016-07-26 13:31:33 +09:00
.arcconfig
.gitignore
.mailmap update mailmap addresses 2016-03-09 12:04:40 -05:00
AUTHORS
BUGS
COPYING
ChangeLog
INSTALL
Makefile.am
NEWS 20.9 NEWS Updates 2016-06-08 12:48:33 +09:30
README
README.wayland update README.wayland to include xwayland crash bug 2016-06-03 11:32:08 -04:00
autogen.sh
configure.ac 20.9 release 2016-06-08 12:41:01 +09:30
e19_workdir_setup.sh
enlightenment.pc.in Fix spelling in .pc file 2016-01-18 15:25:59 -05:00
enlightenment.spec.in
netwm.txt
x-ui.sh
xdebug.sh

README

Please report bugs and send patches to phab.enlightenment.org

Enlightenment 0.19.0

Requirements:
-------------

Must:
  efl elementary
  libc libm libX11 libXext
  xcb xcb-shape xcb-keysyms

Heavily suggested:
  evas_generic_loaders (all loaders)

NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment
file prior to installing DR19 or it will be overwritten.

You can also use the configure --prefix option to put enlightenment in a separate tree
of its own (recommended) like:

  ./configure --prefix=/usr/local/e19

You will, as usual, need to add the subsequent bin dir to your $PATH etc.


NOTES:

* if you do not want security issues make sure sysactions.conf is in
/etc/enlightenment (not PREFIX/etc/enlightenment) as this is the first place
it looks at. This file is intended to be customized by packagers and
system integrators to match your policies and scripts/tools.