NiLuJe / kfmon

Kute File Monitor, an inotify-based Launcher for Kobo devices
http://www.mobileread.com/forums/showthread.php?t=274231
GNU General Public License v3.0
278 stars 15 forks source link

Kobo v5 support #11

Closed NerdyProjects closed 2 months ago

NerdyProjects commented 2 months ago

This adds a change to support Kobo v5 thumbnails, it also adds an init script to start kfmon on boot.

It still misses the tooling to generate an update.tar as there might be some more testing neccessary anyway.

ToDos

This change is Reviewable

NerdyProjects commented 2 months ago

I added a new kobov5 Makefile target to generate the update zip files for install and uninstall. You have to extract them onto the base of the usb storage.

I also replaced pkill by killall - I hope that's not a problem? As I kept the filename of the uninstaller script kfmon-uninstall.sh it got killed during the uninstall :D

NerdyProjects commented 2 months ago

KFMon-.zip KFMon-Uninstaller.zip

Here are my builds of this branch, is anybody wants to try out :-)

NiLuJe commented 2 months ago

I also replaced pkill by killall - I hope that's not a problem? As I kept the filename of the uninstaller script kfmon-uninstall.sh it got killed during the uninstall :D

Oh, good point ;p.

Nah, should be fine, we only really wanted to kill the actual daemon there.

NiLuJe commented 2 months ago

Thanks!

(I may tweak a few things, so I might ping you to double-check I didn't break anything ;)).

NiLuJe commented 2 months ago

There, pushed a few things, hopefully I didn't break anything ^^.

NerdyProjects commented 2 months ago

I updated to your master branch - it's working fine! thanks for tidying up - I lack a bit of practice there...

NiLuJe commented 2 months ago

No worries, thanks for being willing to work on this and test it in the first place ;).