View Single Post
Old 10-08-2012, 02:10 PM   #31
caslavak
Junior Member
caslavak began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2012
Device: Kindle Touch
I'm still unable to run it from launcher.
I copied content of skype folder into extension's folder. After clicking on "Start" it goes to homescreen and then nothing happens...

My code of menu for launcher:
Code:
{"items": [
	{
		"name": "Skype",
		"priority": 6,
		"items": [
			{"name": "Start", "priority": 0, "action": "bin/run_voice.sh"},
			{"name": "Stop", "priority": 1, "action": "bin/skype-kill.sh"},
		]
	}
	]
}
EDIT> I'm able to run skype via xterm.

Last edited by caslavak; 10-08-2012 at 02:12 PM. Reason: New info
caslavak is offline