View Single Post
Old 10-03-2016, 11:45 AM   #229
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Thanks for that testing, for the #3 case, try this:

Current (json):
Code:
{
	"items": [
		{"name": "kterm", "priority": 1, "action": "bin/kterm.sh"}
	]
}
Try:
Code:
{
	"items": [
		{"name": "kterm", "priority": 1, "action": "exec", "params": "./bin/kterm.sh"}
	]
}
At least on a PW-1, that should give a quicker start-up from KUAL.
(less process over-head to chain to the next executable)

Edit:
Which KUAL is that? The Document or the Booklet?

Notes:
They can both be installed at the same time.
They use the same part of the extension tree and files.
The Booklet will run on all touchscreen devices (K5 and up).
The Booklet **should** have less overhead. For example, the Kindle's main page is a Booklet.

Last edited by knc1; 10-03-2016 at 12:01 PM.
knc1 is offline   Reply With Quote