[Wine] Re: Launch Linux verison of Firefox from Lotus Notes 7? [SOLVED]

C. J. Meidlinger cj at meidlinger.nospam.org
Mon Mar 19 00:54:22 CDT 2007


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


More information about the wine-users mailing list