Quote:
Originally Posted by piika
hi knc1
attached the Lua lib tekUI for GUI.
It's compiled on kt2 with default options. All its external dependencies are already on the kindle.
There are 2 changes made:
1. fontsizes (variable) in tek/ui/class/display.lua have all values doubled.
2. src/display_x11/display_x11_api.c (attached) only add 1 line: else { XStoreName(..) }
As the installed path is different from the paths in your esys.lua , I update the esys.lua to add the new paths. (attached)
|
Thanks for the work and the contribution.
The esys thing is a collapsed version of the Linux FHS -
but it will not hurt having a couple more paths in the search list.
It is explained in the old BitBucket repo. but not in the new GitHub repo. - - my bad for not getting that done.
I don't do GUI stuff myself, but if you have something that would serve as an example . . . .
Thanks again.
= = = =
PS: Should I add your work into the github repo? Or do you already have it in a repo somewhere?