View Single Post
Old 08-22-2013, 06:38 AM   #32
wp9omp
Junior Member
wp9omp can extract oil from cheesewp9omp can extract oil from cheesewp9omp can extract oil from cheesewp9omp can extract oil from cheesewp9omp can extract oil from cheesewp9omp can extract oil from cheesewp9omp can extract oil from cheesewp9omp can extract oil from cheese
 
Posts: 1
Karma: 1000
Join Date: Aug 2013
Device: kindle touch
Smile Gnash does not appear in Kual

Hello,

I was unable to use Gnash with Kual on my kindle touch, because the menu.json contained an error. Although Kual reported the error (somewhere...) I just found this issue only after I have deleted all the extensions, and asked Kual, to flush the error log into a document. The problem was the following:

In menu.json in line 9 at column 109 there is a comma:
...lugin.sh", "params": "0"},

This causes Kual to stop parsing the file (expected <item>, but found ']' - or something similar).

I deleted the the comma, and Gnash appeared in Kual.

I use the following menu.json
Spoiler:

Code:
{
	"items": [
		{
			"name": "Gnash",
			"priority": 0,
			"items": [
				{"name": "Player", "priority": 0, "action": "bin/gnash-gtk-launcher"},
				{"name": "Enable browser plugin", "priority": 1, "action": "bin/plugin.sh", "params": "1"},
				{"name": "Disable browser plugin", "priority": 2, "action": "bin/plugin.sh", "params": "0"}
			]
		}
	]
}


Thank you all for creating all these cool softwares/ports
wp9omp is offline   Reply With Quote