Users upgrading from enlightenment 0.16.7 need to read the following.
Several organizational changes have occurred that will require some manual adjustments. Mainly these deal with changes to configuration and shared directory names. This was done to avoid collisions with the new enlightenment DR17.
home configuration directory is now ~/.e16
, not ~/.enlightenment
.
menu files have been moved to a subdirectory called menus
you will need to move customized menus and subdirectories to
~/.e16/menus
.
you will need to move ~/.enlightenment/backgrounds
files to ~/.e16
and any themes as well.
$prefix/share/enlightenment
has been changed to $prefix/share/e16
if installed E-docs and Epplet directories will have to be moved
to $prefix/share/e16
any additional themes that were added to the $prefix/share/enlightenment
directory will have to be moved to $prefix/share/e16
any startup scripts or Session scripts that reference the startup executable `enlightenment` must be edited to the new e16 program.
A few themes have to be tweaked to work with 0.16.8.
Some themes (Maw, Black E) have an actionclasses.cfg
like:
#include <definitions> __E_CFG_VERSION 0 #include </usr/local/enlightenment/config/actionclasses.cfg> #include </usr/share/enlightenment/config/actionclasses.cfg>
The absolute path is obviously no longer valid.
The most sensible fix for these themes is to remove the themes
actionclasses.cfg
. e16 will then fall back to the default one.