http://bugs.winehq.org/show_bug.cgi?id=19132
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #6 from Hans Leidekker hans@meelstraat.net 2009-07-01 10:30:27 --- Error showing url: Error stating file '/home/jsmith/.wine/dosdevices/c:/users/jsmith/Desktop/Server/fpweb/index.htm?dirname=CPA&pagename=add.htm': No such file or directory
Looks like xdg-open is unable to open that url on your system. As the added traces show, the file url handed to xdg-open is well-formed and when I setup a similar test I cannot reproduce that error. What does this command give:
xdg-open file:///home/jsmith/.wine/dosdevices/c:/users/jsmith/Desktop/Server/fpweb/index.htm?dirname=CPA&pagename=add.htm
and this one:
xdg-open file:///home/jsmith/.wine/dosdevices/c:/users/jsmith/Desktop/Server/fpweb/index.htm
and this one:
xdg-open /home/jsmith/Desktop/Server/fpweb/index.htm
?