After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 790664 - "gio open" handles mailto: links wrong, putting /// at the start of the email address
"gio open" handles mailto: links wrong, putting /// at the start of the email...
Status: RESOLVED DUPLICATE of bug 779182
Product: glib
Classification: Platform
Component: gio
2.54.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2017-11-21 13:44 UTC by Jonathan Kamens
Modified: 2017-11-21 14:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jonathan Kamens 2017-11-21 13:44:48 UTC
"gio open mailto:user@host" results in gio executing "thunderbird mailto:///user@host", which is wrong and causes the address that shows up in the thunderbird composition window to start with three slashes when it shouldn't.

Proof, from "strace gio open mailto:user@host" output:

16976 execve("/usr/bin/gio", ["gio", "open", "mailto:user@host"], [/* 76 vars */]) = 0
16980 execve("/usr/bin/thunderbird", ["thunderbird", "mailto:///user@host"], [/* 78 vars */] <unfinished ...>
Comment 1 Sebastien Bacher 2017-11-21 14:04:09 UTC

*** This bug has been marked as a duplicate of bug 779182 ***