Still struggling to make it work in my Kobo Sage. Could you please share your full script and nickelmenu entry? Thanks!
Quote:
Originally Posted by had
Thanks for your patches.
I decided to just rip out the broken fbink and udev functionality from the script, as I want to trigger it from nickelmenu anyway. But I found it would always complain about the database being locked, unless I wrapped my script:
Code:
echo usb plug add >> /tmp/nickel-hardware-status ; my-autoshelf.sh ; echo usb plug remove >> /tmp/nickel-hardware-status
Is there someway to unlock the database without resorting to that USB plug simulation?
|