View Single Post
Old 08-10-2023, 10:38 AM   #33
neil_swann80
0000000000101010
neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.
 
neil_swann80's Avatar
 
Posts: 5,895
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
Got it!

Add this to the start of the file mnt/ext1/system/config/desktop/view.json:

Code:
{
    "version": "5",
    "applications": {
		"U_Koreader": {
			"path": "/mnt/ext1/applications/koreader.app",
			"title": "KOReader",
			"icon": "/mnt/ext1/applications/icons/koreader.bmp",
			"focused_icon": "/mnt/ext1/applications/icons/koreader_f.bmp"
		},
        "_comment": [
...
Then add: "U_Koreader",
to whichever group list you want the icon to appear in further down the file.

If it's the last entry in the section no comma at the end: "U_Koreader"
All apps listed before it MUST have a comma however.

Last edited by neil_swann80; 01-16-2024 at 11:22 AM.
neil_swann80 is offline   Reply With Quote