View Single Post
Posts: 80 | Thanked: 4 times | Joined on Jun 2006
#29
Originally Posted by aflegg
Open the menu, and look at Common Preferences > Details > External commands > Web browser.

That'll need to point at a shell script along the lines of: http://maemo.org/pipermail/maemo-dev...ry/002403.html

Obviously at some point that should be all combined into the end-deb, but in the mean time, I don't see why that shouldn't work (although I've not tested it!)

HTH,

Andrew
I tried this script. When i call it from the commandline, everything works,
but if i configure it in sylpheed, it isnt called if i doubleclick an URL in an email.

i put the script in my "home":

/home/user/n770browse.sh
made it executable (chmod 777)

an wrote

/home/user/n770browse.sh '%s'

in sylpheed "Common Preferences > Details > External commands > Web browser"

even sh /home/user/n770browse.sh '%s'

doesnt call the script ;-(