Kosmos
Member
- Joined
- Apr 10, 2012
- Messages
- 228
First I wanted to fix the default browser problem. I could not setup a PND browser as default.
fine, I realized that I could make a shell script like this
pnd_run /media/BOOT/pandora/menu/midori.pnd
and then set this "default-web.sh" file as the default browser.
so it works, now clicking "Web Browser" in the menu launches midori.
BUT now the problem, If I want to click an HTML file and get it loaded into midori or clivk an AVI and get it into VLC I get nothing but the default app and the file is not handed off.
[default-video.sh]
pnd_run /media/BOOT/pandora/menu/vlc.pnd
Default setting in Thunar on a right-clicked avi has custom launcher set to
/home/USER/bin/default-video.sh
But when clicking an AVI I only get VLC launched without the video passed to it. I even tried adding %1 at the end of the command.
HELP!
fine, I realized that I could make a shell script like this
pnd_run /media/BOOT/pandora/menu/midori.pnd
and then set this "default-web.sh" file as the default browser.
so it works, now clicking "Web Browser" in the menu launches midori.
BUT now the problem, If I want to click an HTML file and get it loaded into midori or clivk an AVI and get it into VLC I get nothing but the default app and the file is not handed off.
[default-video.sh]
pnd_run /media/BOOT/pandora/menu/vlc.pnd
Default setting in Thunar on a right-clicked avi has custom launcher set to
/home/USER/bin/default-video.sh
But when clicking an AVI I only get VLC launched without the video passed to it. I even tried adding %1 at the end of the command.
HELP!
Last edited by a moderator: