View Single Post
wicket's Avatar
Posts: 634 | Thanked: 3,266 times | Joined on May 2010 @ Colombia
#35
Originally Posted by Niko2040 View Post
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
Thanks! At some stage I'd like to set up a APT repository for additional packages such as these. If anyone can help with hosting please let me know.
__________________
DebiaN900 - Native Debian on the N900. Deprecated in favour of Maemo Leste.

Maemo Leste for N950 and N9 (currently broken).
Devuan for N950 and N9.

Mobile devices with mainline Linux support - Help needed with documentation.

"Those who do not understand Unix are condemned to reinvent it, poorly." - Henry Spencer
 

The Following 2 Users Say Thank You to wicket For This Useful Post: