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.