http://bugs.winehq.org/show_bug.cgi?id=26673
Summary: wine start foo.url does not open the url Product: Wine Version: 1.3.17 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, testcase Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
An application I installed provides a nice little .url file: ----------- [InternetShortcut] URL=http://www.winehq.org/
-----------
on windows, double clicking that opens up my default browser and gives me the webpage. Running 'cygstart foo.url' in windows does the same (wrapper around windows start.exe).
On wine, however, I get: fixme:exec:SHELL_execute flags ignored: 0x00000100 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: Success
and I don't get a nice wine gecko window :(.
perhaps it only needs to be added to tools/wine.inf?