Skip to content

Latest commit

 

History

History
64 lines (62 loc) · 3.01 KB

COMPATIBILITY.md

File metadata and controls

64 lines (62 loc) · 3.01 KB

Application Compatibility

Application Works with display server Works with tarnish
KOReader ✔️ ✔️ 7
DOOMarkable ✔️ ✔️
recrossable ✔️ ✔️
Plato ✔️ ✔️
Puzzles ✔️ ✔️
Sill ✔️4 ✔️4
TilEm ✔️ ✔️
Calculator ✔️ ✔️
ChessMarkable ✔️ ✔️
harmony ✔️ ✔️
keywriter ✔️ ✔️
nao ✔️ 1 ✔️ 1
rmFm ✔️ 1 ✔️ 1
xochitl 2 2
whiteboard-hypercard 3 3
wikipedia 9 9
yaft ✔️ ✔️
dumbskull ✔️ ✔️
mines ✔️ ✔️
wordlet ✔️ ✔️
rpncalc ✔️ ✔️
netsurf 5 5
reterm 6 6
folly ✔️4 ✔️4
sudoku ✔️ ✔️
fingerterm 8 8
  1. The surface closes between screens and shows the app behind it
  2. Some UI display issues, and drawing will not update the display
  3. Crashes entire display server with bad_alloc
  4. Drawing lags behind very noticeably
  5. Rendering issues, crashes easily, displays images even after pages are no longer open
  6. Application crashes
  7. Requires updating the application registration to the following:
{
  "displayName": "KOReader",
  "description": "An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats",
  "bin": "/opt/koreader/reader.lua",
  "icon": "/opt/etc/draft/icons/koreader.png",
  "type": "foreground",
  "workingDirectory": "/opt/koreader",
  "environment": {
    "KO_DONT_GRAB_INPUT": "1",
    "KO_DONT_SET_DEPTH": "1",
    "TESSDATA_PREFIX": "data",
    "STARDICT_DATA_DIR": "data/dict"
  }
}
  1. Many issues:
  • Will often freeze the display server and crash the application.
  • Unable to open side menu
  • OXIDE_PRELOAD_FORCE_QT=1
    • Side menu will now open
    • will have some of the UI rotate, but not the right direction.
    • The terminal itself will still display as if it's not rotated.
    • Will complain about an unknown special key 16777249 when pressing left ctrl
    • Will fail to start bash properly often will leave you unable to run any commands.
  1. Display renders incorrectly with areas left blank or not updating after you click the first link.