GNOME Bugzilla – Bug 571441
gnome-open does not handle mailto: URIs correctly.
Last modified: 2009-02-19 12:55:13 UTC
Please describe the problem: "gnome-open mailto:foo@bar.com" will currently spawn a compose window with "To: ///foo@bar.com" in it. This is because the URI is passed through GIO as a GFile, and that object is known not to handle mailto URIs well. Unless anyone knows of a more suitable place to fix this, I propose special-casing mailto, and just passing it directly to the uri launcher. Steps to reproduce: 1. open a shell 2. run: gnome-open mailto:your@address.com 3. witness the compose window have leading slashes on the To address Actual results: Expected results: Does this happen every time? Other information:
Created attachment 128548 [details] [review] Make gnome-open handle mailto specially
Confirming, may somebody please have a look to the patch? Thanks.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 559483 ***