Go to file
Carsten Haitzler 374ed74049 win - first map - fix energyxt unmap bug by wiping ignore unmap
For some reason I have yet to divine we don't get an initial unmap
event due to the reparent of the energyxt dialog windows and the
"ignore that first unmap" flag does not get cleared because it doesn't
happen. later when the dialog is withdrawn {9unmapped) this is ignored
then when you close the dialog... thus keeping it around as far as e
is concerned.

so to fix this - add a small timeout to clean this flag after a
show/map.

@fix
2022-09-15 14:59:00 +01:00
confs scripts: openbsd helper script. 2021-04-23 11:52:02 +01:00
data config - remove duplicate bindings for the same acpi event 2022-09-15 14:56:14 +01:00
doc tree-wide: get rid of trailing whitespace 2020-05-19 12:09:13 +02:00
meson meson - use install_mode 2018-12-27 17:16:33 +00:00
old remove old autogne.sh - dont need it anymore 2021-09-17 00:10:00 +01:00
po Updating french and italian translations 2022-02-07 19:04:05 +00:00
src win - first map - fix energyxt unmap bug by wiping ignore unmap 2022-09-15 14:59:00 +01:00
.arcconfig update arcconfig key:values for new phabricator api 2018-05-11 09:47:20 +02:00
.gitignore ignore backup text files with tildas at the end 2019-05-14 12:42:01 +01:00
.mailmap enlightenment/mailmap: Move unused addresses to bottom of list 2020-03-24 16:58:42 -04:00
AUTHORS AUTHORS: Add jf_simon to list. 2020-04-12 14:10:36 +01:00
COPYING tree-wide: get rid of trailing whitespace 2020-05-19 12:09:13 +02:00
INSTALL INSTALL: quick missing word fix. 2020-05-25 13:32:52 +02:00
NEWS 0.24 - prepare dotting i's and crossing t's for 0.24 alpha 1 2020-05-02 16:15:30 +01:00
README talk about confs/ 2021-07-18 01:42:40 +01:00
TODO todo++ - fprint in polkit auth 2021-07-17 23:32:30 +01:00
meson.build 0.25.3 2022-02-10 09:56:36 +00:00
meson_options.txt freebsd: make elput optional. 2021-04-12 12:47:27 +01:00
x-ui.sh remove e17 preload/precache hacks 2012-10-10 07:39:08 +00:00
xdebug.sh tree-wide: get rid of trailing whitespace 2020-05-19 12:09:13 +02:00

README

Enlightenment
-------------

Please report bugs and submit patches at https://phab.enlightenment.org

REQUIREMENTS
------------

Must:
  * efl
  * libpam (On Linux)

Highly suggested:
  * libexif (exif metadata display support)
  * evas_generic_loaders (All loaders)
  * bluez5 (BT support and l2ping tool)
  * connman
  * bc (For everything calculator)
  * pulseaudio
  * acpid (Unless your system doesn't have ACPI at all)
  * packagekit (For packagekit module updates status)
  * udisks2
  * gdb (If you want automatic bactraces in ~/.e-crashdump.txt)

COMPILING AND INSTALLING
------------------------

For sample configuration options please look in the ./confs/ directory
for scripts that pass in commonly used options.

Please see the INSTALL file: https://git.enlightenment.org/core/enlightenment.git/tree/INSTALL

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

NOTE: 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.

NOTE: To enable wayland support (still considered experimental and not for
regular end users) use the meson -Dwl=true option. To run enlightenment in
wayland mode, just log on on ant vt and run enlightenment_start. If you
wish to debug and see all the output try using something like screen then
attaching to the remote screen session by sshing in etc.