Skip to content

Dictionary issues (missing library) #11

@dae1804

Description

@dae1804

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions