[Bug 16206] New: winebrowser adds preceding slashes to 'mailto:' URLs
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(a)winehq.org ReportedBy: mitch074(a)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(a)thing.com" or winebrowser mailto:test(a)thing.com both open a Kmail/Thunderbird/whatever 'New message' window, with target address being '/test(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16206 --- Comment #1 from Hans Leidekker <hans(a)meelstraat.net> 2008-11-25 11:01:33 --- Works correctly here. Try a clean wine prefix. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16206 ricardo filipe <ricardo_barbano(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ricardo_barbano(a)hotmail.com, | |jwhite(a)codeweavers.com --- Comment #2 from ricardo filipe <ricardo_barbano(a)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(a)asd.com" in the terminal the address shown is "///asd(a)asd.com". if i do "evolution mailto:asd(a)asd.com" it shows correctly "asd(a)asd.com". i think jwhite can be interested in this since he created xdg-email. but it's an invalid wine bug :) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16206 Mitch 74 <mitch074(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #3 from Mitch 74 <mitch074(a)gmail.com> 2008-11-26 02:45:14 --- I concur. It's an xdg-email bug - sorry for the noise. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16206 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Component|urlmon |-unknown --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-11-26 02:52:29 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org