rmkit-dev / rmkit

| remarkable app framework | https://rmkit.dev
https://build.rmkit.dev
365 stars 32 forks source link

[remux] remux is messing up remarkable with rcu and evidlo remarkable printer #152

Open piforce opened 2 years ago

piforce commented 2 years ago

When remux is enabled and I upload a document with rcu the remarkable tablet behave weird. When opening a file the wrong page is shown when swiping forward and back the good page will appear. I need to restart the device for getting normal functioning again. When remux is disabled the remarkable tablet works normal when with rcu uploaded a document.

When remux is enabled and i print with remarkable printer from evidlo I have to restart the device to see the printed document. When remux is disabled the printed while is shown without restarting. When looking in the log of printer xochtl won't restart after the print command.

raisjn commented 2 years ago

you may need to manually kill xochitl (click the ram usage button next to xochitl in the ui). my guess is that if xochitl is paused (or not managed by systemd, like with remux), evidlo and rcu will not restart it

piforce commented 2 years ago

Tnx for the quick reply. Youre suggestion worked. Any idea how to make to proces automatic without killing xochitl manually?

raisjn commented 2 years ago

the issue is that if you kill and restart xochitl (through SSH or an external mechanism) while another app is in the foreground, then xochitl and the other app will both be active. maybe we can add an API to remux for restarting xochitl (which would only start xochitl again when its foregrounded)