The first step, found here suggested adding this entry to ~/.wine/user.reg:
[Software\\Wine\\WineBrowser] 1178036531The number "1178036531" will not be the same for each installation. The first seven digits are uniform throughout a wine installation, and I duplicated the three trailing numbers of the entry from [Software\\Wine\\MSHTML].
"Browsers"="firefox,konqueror,mozilla,netscape,galeon,opera,dillo"
The second step, discovered here, notes that a symbol must be added to each line with winebrowser.exe in ~/.wine/system.reg:
@="C:\\windows\\system32\\winebrowser.exe -nohome"would be changed to
@="C:\\windows\\system32\\winebrowser.exe -nohome %1"Following these two tweaks, Firefox opened without error when called from Wine applications.
No comments:
Post a Comment