Running okreader on a Kobo Glo, I had issues getting the dictionary viewer to work. After starting koreader in debug mode over SSH, I was able to trace this to a missing library: libglib2.0-0. Fortunately, with WiFi connected, I was able to install this using apt-get:
apt-get install -y libglib2.0-0
...which should also be possible from the built-in terminal emulator. It might be worth either adding this package to the base install, or adding a note to README and/or the wiki.
For anyone else trying to run koreader over SSH, you can set a root password using the built-in emulator:
echo 'root:yourpasswordhere' | chpasswd
reboot
...and then SSH to the device. okreader.sh relaunches koreader in a loop, so ps aux | grep okreader and kill that process, then kill koreader. Then you can
cd /opt/koreader
./reader.lua -d
@lgeek: do you want me to post either or both of these notes on the Wiki?
Running okreader on a Kobo Glo, I had issues getting the dictionary viewer to work. After starting koreader in debug mode over SSH, I was able to trace this to a missing library:
libglib2.0-0. Fortunately, with WiFi connected, I was able to install this using apt-get:...which should also be possible from the built-in terminal emulator. It might be worth either adding this package to the base install, or adding a note to README and/or the wiki.
For anyone else trying to run koreader over SSH, you can set a root password using the built-in emulator:
...and then SSH to the device.
okreader.shrelaunches koreader in a loop, sops aux | grep okreaderand kill that process, then kill koreader. Then you can@lgeek: do you want me to post either or both of these notes on the Wiki?