http://bugs.winehq.org/show_bug.cgi?id=18465
Summary: url.dll FileProtocolHandler does not open URLs in browser. Product: Wine Version: 1.0.1 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kempe.marcus@gmail.com
The following call:
wine rundll32 url.dll,FileProtocolHandler http://www.winehq.org/
does not open the wine homepage in my default browser, as is done in Windows.
However, if i add the following 2 dlls from windows:
url.dll iertutil.dll
to my wine-installation, the the call works as expected.
This leads me to believe that there might be a bug, or simply an unimplemented feature.