View Single Post
Old 04-09-2013, 12:26 AM   #691
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
okay. I found a weird bug...

When I click the thing 1st named thing in my kterm folder "KTERM RUNNER" it runs the wrong thing go.sh (the second action in the lists action) EDIT: (and now the third thing so I don't think its an index problem...)

and when I click the "WAKE UP" it runs nothing...

Investigating. All I can notice is they both have a priority of 1 (which is stupid I know)

will dig.

Code:
{
	"items": [
		{"name": "FOO RUNNER", "priority": 1, "action": "/mnt/us/extensions/kterm/bin/runit.sh"},
		{"name": "KTERM RUNNER", "priority": 1, "action": "/mnt/us/extensions/kterm/bin/runit.sh"},
		{"name": "WAKE UP", "priority": 2, "action": "/mnt/us/extensions/kterm/bin/go.sh"}
	]
}
try it for yourself stepk... could there be an index off by one somewhere?

But adding FOO RUNNER still did not fix it... so can't be an index? weird.


EDIT:

Actually hunting around I may be seeing this in other extensions too...

Trying to pin down what is happening.

Last edited by twobob; 04-09-2013 at 12:45 AM.
twobob is offline   Reply With Quote