http://bugs.winehq.org/show_bug.cgi?id=16206
Summary: winebrowser adds preceding slashes to 'mailto:' URLs Product: Wine Version: 1.1.4 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: urlmon AssignedTo: wine-bugs@winehq.org ReportedBy: mitch074@gmail.com
Hello,
Stop me if I'm wrong, but winebrowser is in charge of handling calls to the http, https and mailto protocols in Windows applications running inside Wine - including, say, calls in VBA such as 'ActiveWorkbook.FollowHyperlink Address:='
If you pass an http resource there, Wine will defer the call to the system's default browser (say, Firefox). No problem here.
If you pass a mailto resource there, Wine will defer the call to the system's default mail client (say, Kmail). That's where things get ugly: the mail address gets preceded by one or more '/' - and of course, sending the e-mail will fail.
A very simple example would be typing in a terminal:
winebrowser "mailto:test@thing.com"
or
winebrowser mailto:test@thing.com
both open a Kmail/Thunderbird/whatever 'New message' window, with target address being '/test@thing.com' - notice the extra '/'.
My guess: winebrowser is being a bit too enthusiastic in encoding/escaping mailto URLs.
tested under Wine 1.1.4, 1.1.6 and 1.1.9.
http://bugs.winehq.org/show_bug.cgi?id=16206
--- Comment #1 from Hans Leidekker hans@meelstraat.net 2008-11-25 11:01:33 --- Works correctly here. Try a clean wine prefix.
http://bugs.winehq.org/show_bug.cgi?id=16206
ricardo filipe ricardo_barbano@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ricardo_barbano@hotmail.com, | |jwhite@codeweavers.com
--- Comment #2 from ricardo filipe ricardo_barbano@hotmail.com 2008-11-25 12:10:17 --- this is a problem with xdg-email not with winebrowser. if i do "xdg-email mailto:asd@asd.com" in the terminal the address shown is "///asd@asd.com". if i do "evolution mailto:asd@asd.com" it shows correctly "asd@asd.com".
i think jwhite can be interested in this since he created xdg-email. but it's an invalid wine bug :)
http://bugs.winehq.org/show_bug.cgi?id=16206
Mitch 74 mitch074@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #3 from Mitch 74 mitch074@gmail.com 2008-11-26 02:45:14 --- I concur. It's an xdg-email bug - sorry for the noise.
http://bugs.winehq.org/show_bug.cgi?id=16206
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Component|urlmon |-unknown
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2008-11-26 02:52:29 --- Closing.