|  10-02-2020, 11:45 AM | #316 | 
| Wizard            Posts: 2,808 Karma: 7423683 Join Date: May 2016 Location: Ontario, Canada Device: Kobo Mini, Aura Edition 2 v1, Clara HD, Clara BW, Libra Colour | 
			
			NickelMenu v0.4.0 This release adds an experimental configuration option to change the main menu label and has some more internal refactoring and cleanup. There should not be any noticeable change for users. 
 | 
|   |   | 
|  10-02-2020, 12:36 PM | #317 | 
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | 
			
			Just some feedback ... Everything seems to be working OK for me with v0.4.0 but the pop-up info display from one of my config options is no longer as "neat" as it used to be. I'm using this option to completely delete any existing screenshots from the Kobo followed by disabling the screenshot option Code: menu_item : main : * Screenshots del/off : cmd_output : 500:rm -v /mnt/onboard/screen_*.png chain_success : nickel_misc : rescan_books chain_always : nickel_setting : disable : screenshots  I'm not sure which earlier version had the one-per-line display. | 
|   |   | 
|  10-02-2020, 01:07 PM | #318 | |
| Wizard            Posts: 2,808 Karma: 7423683 Join Date: May 2016 Location: Ontario, Canada Device: Kobo Mini, Aura Edition 2 v1, Clara HD, Clara BW, Libra Colour | Quote: 
 | |
|   |   | 
|  10-02-2020, 02:23 PM | #319 | 
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | 
			
			I'm quite happy to test any suggestion but you'll need to spell it out. What, exactly, did you want me to delete/add? My NickelMenu foo is very basic.
		 | 
|   |   | 
|  10-02-2020, 09:46 PM | #320 | 
| Member  Posts: 18 Karma: 10 Join Date: Apr 2020 Device: Kobo Aura One | 
			
			Can someone please give me a sample code for creating a menu for koreader and plato? Thanks.
		 | 
|   |   | 
|  10-03-2020, 02:08 PM | #321 | 
| Evangelist            Posts: 446 Karma: 1084584 Join Date: Aug 2007 Location: Sisak, Croatia Device: Kobo Aura H2O, Kobo Aura ONE | 
			
			They are in instructions.
		 | 
|   |   | 
|  10-03-2020, 03:23 PM | #322 | 
| Wizard            Posts: 2,808 Karma: 7423683 Join Date: May 2016 Location: Ontario, Canada Device: Kobo Mini, Aura Edition 2 v1, Clara HD, Clara BW, Libra Colour | |
|   |   | 
|  10-03-2020, 03:55 PM | #323 | |
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | Quote: 
 Code: menu_item : main : * PGtest : cmd_output : 500:echo test1; echo test2; echo test3 | |
|   |   | 
|  10-03-2020, 04:52 PM | #324 | |
| Wizard            Posts: 2,808 Karma: 7423683 Join Date: May 2016 Location: Ontario, Canada Device: Kobo Mini, Aura Edition 2 v1, Clara HD, Clara BW, Libra Colour | Quote: 
 P.S. What's up with the grey background on the navigation? Are you working on something with the CSS? | |
|   |   | 
|  10-03-2020, 04:59 PM | #325 | 
| BLAM!            Posts: 13,506 Karma: 26047202 Join Date: Jun 2010 Location: Paris, France Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E | 
			
			I see that our good friend Aaa Zzz has been busy ;p.
		 | 
|   |   | 
|  10-03-2020, 05:40 PM | #326 | ||
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | Quote: 
  I wouldn't have mentioned it were it not for the fact that an earlier release (3.2 maybe???) displayed it neater. Quote: 
  When I'm trying to figure out what the various nickel .qss resource files do, I need to colour in the backgrounds in various shades of grey to see where one widget ends and the next one starts. It's just as well my screenshot was the Home screen rather than the MyBooks list which looks like a patchwork quilt! Anyway, I blame you for all this.  Once you'd provided the resource names for each of what used to be approx. 200 anonymous amorphous blobs of CSS, it became worthwhile (to me, not a sensible person) to go through them systematically trying to piece together the GUI jigsaw. | ||
|   |   | 
|  10-11-2020, 03:39 PM | #327 | 
| Grand Sorcerer            Posts: 6,686 Karma: 12595249 Join Date: Jun 2009 Location: Madrid, Spain Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2 | 
			
			A totally frivolous question: is there any way to group options in the menu, using bolder lines or something like that? It's aesthetical but... if I don't ask....    | 
|   |   | 
|  10-11-2020, 04:59 PM | #328 | 
| Grand Sorcerer            Posts: 13,693 Karma: 79983758 Join Date: Nov 2007 Location: Toronto Device: Libra H2O, Libra Colour | 
			
			Any way to define the same action in multiple locations other than replicating the line but changing the location?
		 | 
|   |   | 
|  10-11-2020, 07:05 PM | #329 | |
| Wizard            Posts: 2,808 Karma: 7423683 Join Date: May 2016 Location: Ontario, Canada Device: Kobo Mini, Aura Edition 2 v1, Clara HD, Clara BW, Libra Colour | 
			
			For anyone who hasn't noticed yet, I made a webpage for NickelMenu a few weeks ago. It's basically the information from the first post plus some screenshots, a documentation popup, a nicer design, and a few other minor improvements. ___ Quote: 
 Not currently. I might consider that for the future, most likely in the form of new "group_item" and "menu_include" config entry types. Last edited by geek1011; 10-11-2020 at 07:09 PM. | |
|   |   | 
|  10-12-2020, 12:24 PM | #330 | |
| Grand Sorcerer            Posts: 6,686 Karma: 12595249 Join Date: Jun 2009 Location: Madrid, Spain Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2 | Quote: 
 | |
|   |   | 
|  | 
| Tags | 
| kobo, launcher, ldpreload, nickel | 
| 
 | 
|  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 |