bukkit
Member
- Joined
- Jun 7, 2010
- Messages
- 223
So I followed a handful of tutorials. I arrived at making a shell script run_vlc.sh, which I put into appdata. Contents:
I checked all paths, checked if executable, the usual stuff. The script can be executed and gives me following output:
I have tried several variations (scripts/vlc.sh, opie-vlc.sh, scripts/opie-vlc.sh), to no avail.
dmesg shows me sth like:
That's all the info I can gather.
In the end, I want to put that script to "open with". That doesn't work for now, I think the reason is already the non-working script above.
Can anyone help me out here? Hint me to a method of analysis? Thanks in advance, b.
Code:
#!/bin/sh
/usr/pandora/scripts/pnd_run.sh -p /media/OS/pandora/menu/osd-Video/vlc.pnd -e "vlc.sh" -b "vlc-vlc-14627" -a "$*"
I checked all paths, checked if executable, the usual stuff. The script can be executed and gives me following output:
Code:
Mount the PND [SUCCESS]
Starting the application (vlc.sh ) [FAILED]
...
I have tried several variations (scripts/vlc.sh, opie-vlc.sh, scripts/opie-vlc.sh), to no avail.
dmesg shows me sth like:
Code:
aufs test_ass:261:mount[12920]: uid/gid/perm /mnt/pnd/vlc-vlc-14627 1000/1000/0755 0/0/0777
That's all the info I can gather.
In the end, I want to put that script to "open with". That doesn't work for now, I think the reason is already the non-working script above.
Can anyone help me out here? Hint me to a method of analysis? Thanks in advance, b.