View Single Post
Old 03-01-2025, 11:18 AM   #6
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,087
Karma: 148029447
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by byrhias View Post
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
Don't make any RTF. Use a text editor such as Notepad++ (on Windows).
JSWolf is online now   Reply With Quote