C. J. Meidlinger wrote:
I've set the following:
Location Preferences > Internet Browser >
...Internet Browser = Other (Firefox, Mozilla, etc)
Location Preferences > Internet Browser >
...Internet Browser path = Z:\usr\bin\firefox
<snip>
When I click on a hyperlink in a document, I get the Notes error "Unable
to locate program."
The quick answer is to make the linux app appear more like a windows
app. Creating the following wrapper solved the problem:
----------C:\Program Files\firefox.exe-----------
#!/bin/sh
/usr/bin/firefox "$1"
exit
-------------------------------------------------
CJM
_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users