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 323734 - gnome-terminal doesn't select final / in urls
gnome-terminal doesn't select final / in urls
Status: RESOLVED DUPLICATE of bug 170364
Product: gnome-terminal
Classification: Core
Component: general
2.10.x
Other All
: Normal minor
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-10 16:14 UTC by Bas Zoetekouw
Modified: 2005-12-10 16:57 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
proposed patch (1.30 KB, patch)
2005-12-10 16:57 UTC, Bas Zoetekouw
none Details | Review

Description Bas Zoetekouw 2005-12-10 16:14:33 UTC
Please describe the problem:
Gnome-terminal nicely highlights urls and lets you open them by ctrl-clicking. 
However, the final slash of urls isn't included in the selection.  This causses
some urls (like http://www.fanfiction.net/u/884184/ for example) not to open
correctly, as those sites differentiate beteen paths ending with a slash, and
those not ending in a slash.

Steps to reproduce:
1. type the url http://www.fanfiction.net/u/884184/ in a gnome-terminal
2. ctrl-click the url
3. observe in the browser that the website displays an error page.  The url with
a slash added loads fine.


Actual results:


Expected results:


Does this happen every time?
yes

Other information:
Comment 1 Olav Vitters 2005-12-10 16:19:51 UTC
Thanks for your bug. Fixed in a newer gnome-terminal.

*** This bug has been marked as a duplicate of 170364 ***
Comment 2 Bas Zoetekouw 2005-12-10 16:57:55 UTC
Created attachment 55844 [details] [review]
proposed patch

Attached a patch that fixes the problem (tested with gnome-terminal 2.10.0)