Project: integrate a (minimal)launcher based on inotify (like fmon) and koreader in KoboRoot.tgz
Goals: provide an alternative for new users, or users that don't like to install a full blown launcher, like KSM.
launcher is coded in c, it just wait for IN_OPEN events on /mnt/onboard/koreader.png
when our target is opened a helper script is launched. The helper script finds a match for file:///mnt/onboard/koreader.png in nickel's db and runs koreader just in that case.
I submit a dirty way of doing this, as an example:
kmon-sample.zip
What is your opinion?
Project: integrate a (minimal)launcher based on inotify (like fmon) and koreader in KoboRoot.tgz
Goals: provide an alternative for new users, or users that don't like to install a full blown launcher, like KSM.
launcher is coded in c, it just wait for IN_OPEN events on /mnt/onboard/koreader.png
when our target is opened a helper script is launched. The helper script finds a match for file:///mnt/onboard/koreader.png in nickel's db and runs koreader just in that case.
I submit a dirty way of doing this, as an example:
kmon-sample.zip
What is your opinion?