I compiled and packaged Enlightement DR19 for armhf debian unstable. Compiled with systemd support. From E19 version 0.19.0 alpha 1 mobile profile are deprecated. But default profile is usable. Trick to add Nokia N900 keyboard support in Enlightenment. After first run (after initial configs created), run in terminal (enlightenment session need to be stopped!): Code: eet -d .e/e/config/standart/e.cfg config e.txt Now, edit e.txt Find: Code: group "E_Config_XKB_Layout" struct { value "name" string: "us"; value "model" string: "default"; value "variant" string: "basic"; } Replace with: Code: group "E_Config_XKB_Layout" struct { value "name" string: "us"; value "model" string: "nokiarx51"; value "variant" string: "basic"; } After this, run in terminal: Code: eet -e .e/e/config/standart/e.cfg config e.txt 1 All E19 packages: https://www.dropbox.com/sh/ql5b60dyd...w53vFds4a?dl=0
eet -d .e/e/config/standart/e.cfg config e.txt
group "E_Config_XKB_Layout" struct { value "name" string: "us"; value "model" string: "default"; value "variant" string: "basic"; }
group "E_Config_XKB_Layout" struct { value "name" string: "us"; value "model" string: "nokiarx51"; value "variant" string: "basic"; }
eet -e .e/e/config/standart/e.cfg config e.txt 1