Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 11-21-2020, 01:37 AM   #361
compurandom
Wizard
compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.
 
Posts: 1,011
Karma: 500000
Join Date: Jun 2015
Device: Rocketbook, kobo aura h2o, kobo forma, kobo libra color
The doc file *is* a working sample config file. Just everything is commented out.
Just make a copy of it to a different name, and delete everything you don't want, and uncomment things you do want a few at a time until you understand what works.
compurandom is offline   Reply With Quote
Old 11-22-2020, 12:30 AM   #362
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,804
Karma: 7025947
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by anki View Post
Can somone please upload a working sample config file? I don't really understand what to change in that DOC file. I know that i must save as config in de directory but i get config error on the Kobo.

I see well the icon NickelMenu on the right corner.
You can actually can (and should) name config files whatever you want.

The doc file contains examples of what can go in it and more information for other things you can put in it
geek1011 is offline   Reply With Quote
Advert
Old 11-22-2020, 10:27 PM   #363
RobertJSawyer
Guru
RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.RobertJSawyer ought to be getting tired of karma fortunes by now.
 
RobertJSawyer's Avatar
 
Posts: 737
Karma: 4306712
Join Date: Jun 2006
Location: Toronto
Device: Kobo Libra 2, Clara 2E, and Clara HD; Kindle PaperWhite
@anki, here's mine. I call it config-nickel-menu.txt -- with the .txt extension, you can actually read it (but not edit it) on your Kobo. This makes all my favourite options available at each type of screen; the ">" signs at the front of some entries are just there to group related options together neatly on screen:

https://sfwriter.com/config-nickel-menu.txt

All best wishes!
RobertJSawyer is offline   Reply With Quote
Old 11-24-2020, 05:43 PM   #364
blackwalrus
Member
blackwalrus began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jun 2020
Device: Aura One
@geek1011

Hello

I added lines to NM to disable / enable the screensaver (rename):
Code:
menu_item :reader :Screensaver on         :cmd_spawn :quiet: mv /mnt/onboard/.kobo/screensaver_old /mnt/onboard/.kobo/screensaver
    chain_success              :dbg_toast :<i>Screensaver on</i>
menu_item :reader :Screensaver off        :cmd_spawn :quiet: mv /mnt/onboard/.kobo/screensaver /mnt/onboard/.kobo/screensaver_old
    chain_success              :dbg_toast :<i>Screensaver off</i>
It works.

How do I make the on / off toggle? That is, you press once - on, the second-off. I tried it and it doesn't work.
blackwalrus is offline   Reply With Quote
Old 11-24-2020, 07:08 PM   #365
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,804
Karma: 7025947
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by blackwalrus View Post
@geek1011

Hello

I added lines to NM to disable / enable the screensaver (rename):
Code:
menu_item :reader :Screensaver on         :cmd_spawn :quiet: mv /mnt/onboard/.kobo/screensaver_old /mnt/onboard/.kobo/screensaver
    chain_success              :dbg_toast :<i>Screensaver on</i>
menu_item :reader :Screensaver off        :cmd_spawn :quiet: mv /mnt/onboard/.kobo/screensaver /mnt/onboard/.kobo/screensaver_old
    chain_success              :dbg_toast :<i>Screensaver off</i>
It works.

How do I make the on / off toggle? That is, you press once - on, the second-off. I tried it and it doesn't work.
Untested:

Code:
menu_item :reader :Toggle screensaver :cmd_output :500:quiet:test -e /mnt/onboard/.kobo/screensaver_old
    chain_success :skip :3
        chain_failure :cmd_output :500:quiet:mv /mnt/onboard/.kobo/screensaver_old /mnt/onboard/.kobo/screensaver
        chain_success :dbg_toast :<i>Screensaver on</i>
        chain_always :skip :-1
    chain_success :cmd_output :500:quiet:mv /mnt/onboard/.kobo/screensaver /mnt/onboard/.kobo/screensaver_old
    chain_success :dbg_toast :<i>Screensaver off</i>

Last edited by geek1011; 11-24-2020 at 07:11 PM.
geek1011 is offline   Reply With Quote
Advert
Old 11-24-2020, 07:40 PM   #366
blackwalrus
Member
blackwalrus began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jun 2020
Device: Aura One
Quote:
Originally Posted by geek1011 View Post
Untested:

Code:
menu_item :reader :Toggle screensaver :cmd_output :500:quiet:test -e /mnt/onboard/.kobo/screensaver_old
    chain_success :skip :3
        chain_failure :cmd_output :500:quiet:mv /mnt/onboard/.kobo/screensaver_old /mnt/onboard/.kobo/screensaver
        chain_success :dbg_toast :<i>Screensaver on</i>
        chain_always :skip :-1
    chain_success :cmd_output :500:quiet:mv /mnt/onboard/.kobo/screensaver /mnt/onboard/.kobo/screensaver_old
    chain_success :dbg_toast :<i>Screensaver off</i>
Unfortunately, this doesn't work
blackwalrus is offline   Reply With Quote
Old 11-24-2020, 07:40 PM   #367
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,804
Karma: 7025947
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by blackwalrus View Post
Unfortunately, this doesn't work
What does it say?
geek1011 is offline   Reply With Quote
Old 11-24-2020, 07:43 PM   #368
blackwalrus
Member
blackwalrus began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jun 2020
Device: Aura One
Quote:
Originally Posted by geek1011 View Post
What does it say?
There was no reaction at all and no inscriptions.
blackwalrus is offline   Reply With Quote
Old 11-24-2020, 08:25 PM   #369
blackwalrus
Member
blackwalrus began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jun 2020
Device: Aura One
Still, how do I do it? Would not like to have extra lines in the menu, clutter up.
blackwalrus is offline   Reply With Quote
Old 11-25-2020, 12:54 AM   #370
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,048
Karma: 168961900
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
I suspect toggling the screensaver directory name is likely to need adding an exclusion to keep the screensaver_old directory from being scanned and it's contents imported.

I also got a "could not run process: process exited with status 1 (src/action_cc.cc:849)" error message.
DNSB is offline   Reply With Quote
Old 11-25-2020, 01:44 AM   #371
blackwalrus
Member
blackwalrus began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jun 2020
Device: Aura One
Quote:
Originally Posted by DNSB View Post
I suspect toggling the screensaver directory name is likely to need adding an exclusion to keep the screensaver_old directory from being scanned and it's contents imported.
I added immediately.
Code:
ExcludeSyncFolders=\\.(?!kobo(?!/screensaver_old)|adobe).*?
blackwalrus is offline   Reply With Quote
Old 11-25-2020, 07:08 PM   #372
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,804
Karma: 7025947
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by DNSB View Post
I also got a "could not run process: process exited with status 1 (src/action_cc.cc:849)" error message.
I'll put something together and test it tomorrow.
geek1011 is offline   Reply With Quote
Old 11-25-2020, 07:42 PM   #373
blackwalrus
Member
blackwalrus began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jun 2020
Device: Aura One
Quote:
Originally Posted by DNSB View Post
could not run process: process exited with status 1 (src/action_cc.cc:849)" error message.
I got this error when I tried to replace "-e" with "-d". Which is probably more correct (not sure).

Without changing - there were no errors, but there were no effect.
blackwalrus is offline   Reply With Quote
Old 11-25-2020, 10:17 PM   #374
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,048
Karma: 168961900
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by blackwalrus View Post
I got this error when I tried to replace "-e" with "-d". Which is probably more correct (not sure).

Without changing - there were no errors, but there were no effect.
-d should be file exists and is a directory. However, I got that error message with -e (file exists, don't care if it is a file or directory).

What of things I found interesting is that it seems as if renaming screensaver to screensaver_old works but the rename back to screensaver does not.

Last edited by DNSB; 11-25-2020 at 10:51 PM.
DNSB is offline   Reply With Quote
Old 11-25-2020, 11:26 PM   #375
blackwalrus
Member
blackwalrus began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jun 2020
Device: Aura One
Kobo, it is unclear who and to my great regret, did not add the ability to switch to the menu. So it seemed right to add this feature to Nickel Menu.
Quote:
Originally Posted by DNSB View Post
What of things I found interesting is that it seems as if renaming screensaver to screensaver_old works but the rename back to screensaver does not.
In two lines (on / off) everything works, but it clutters the menu, incorrectly and ugly.
blackwalrus is offline   Reply With Quote
Reply

Tags
kobo, launcher, ldpreload, nickel


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kobo eReaders and Heat PeterT Kobo Reader 13 08-02-2014 04:35 AM
kobo arc launcher not working lana loves books Kobo Tablets 8 03-21-2014 06:40 AM
Orginization on kobo ereaders crochetgeek2010 Kobo Reader 7 09-03-2013 02:13 PM
Kobo Announces eReaders Available for Purchase on Kobo.com in Canada and US markemark News 1 04-02-2013 01:46 PM
Ereaders with Integrated Dictionary poohbear_nc Which one should I buy? 4 04-08-2010 06:42 AM


All times are GMT -4. The time now is 08:02 PM.


MobileRead.com is a privately owned, operated and funded community.