Quote:
Originally Posted by remlap
Ever thought the rtf maybe the problem?
|
I've tried making multiple new rtf files. I always remove the .rtf before ejecting the drive. I must have plugged and unplugged my Kobo about 50x trying to test this out. Nothing works.
I've tried streamlining the code and the same error still shows.
Code:
# Home/Main Screen
#
menu_item :main :Kernel Version :cmd_output :500:uname -a
menu_item :main** * :Send to Kobo*** * :nickel_browser :modal :https://send.djazz.se
menu_item :main**** :Screensaver toggle :cmd_output :500 :quiet :test -e /mnt/onboard/.kobo/screensaver_old
**** chain_failure* :skip :3
**** chain_success* :cmd_spawn :quiet :mv /mnt/onboard/.kobo/screensaver_old /mnt/onboard/.kobo/screensaver
**** chain_success* :dbg_toast :Wallpaper Mode
**** chain_always** :skip :-1
**** chain_failure* :cmd_spawn :quiet :mv /mnt/onboard/.kobo/screensaver /mnt/onboard/.kobo/screensaver_old
**** chain_success* :dbg_toast :Cover Art Mode
menu_item :main :Sketch Pad :nickel_extras :sketch_pad
menu_item :main*****:Solitaire******** *:nickel_extras :solitaire
menu_item :main*****:Sudoku*********** *:nickel_extras :sudoku
menu_item :main*****:Dark Mode**********:nickel_setting :toggle :dark_mode
menu_item :main**** :USB Connection**** :nickel_misc :force_usb_connection*
menu_item :main**** :Sleep************* :power :sleep
menu_item :main**** :Shutdown********** :power :shutdown
menu_item :main**** :Reboot************ :power :reboot
This is the latest one. Again, ignore the asterisks, they are all spaces in the rtf itself. Still with the same config error. Someone please help
