Bug 163334

Summary: doesn't pass whole URL to the webbrower when right-clicking and selecting "Open Link"
Product: [Fedora] Fedora Reporter: Alex Lancaster <alex>
Component: gnome-terminalAssignee: Behdad Esfahbod <behdad>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: 2.16.0-2.fc6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-01-24 01:09:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alex Lancaster 2005-07-15 10:37:22 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Galeon/1.3.21

Description of problem:
The whole URL is not passed to the webbrower when right-clicking and selecting "Open Link".  E.g. http://www.gnome.org rather than (correct) http://www.gnome.org/.  This causes problems with some rather fussy websites that stick to a strict definition of a URL that should always include the trailing "/".

Version-Release number of selected component (if applicable):
gnome-terminal-2.10.0-2

How reproducible:
Always

Steps to Reproduce:
1. Type "rpm -qi passivetex" in a gnome-terminal
2. Right click on the URL in the rpm output: http://www.tei-c.org.uk/Software/passivetex/
3. Select "Open Link".
4. Wait for the configured webbrowser to open.
  

Actual Results:  The browser opens with the URL "http://www.tei-c.org.uk/Software/passivetex" (with a missing trailing slash "/") and returns a "404" error.

Expected Results:  The entire URL (including the "/" should have been passed). "http://www.tei-c.org.uk/Software/passivetex/".

Additional info:

You can see that the entire URL is not selected when the mouse hovers over the URL and the trailing slash is not underlined like the rest of the URL.  Here is an ASCII "screenshot":

URL         : http://www.tei-c.org.uk/Software/passivetex/
              -------------------------------------------

Comment 1 Alex Lancaster 2005-09-16 07:20:35 UTC
This has been fixed upstream in GNOME bug:
http://bugzilla.gnome.org/show_bug.cgi?id=170364

Fixed in gnome-terminal-2.11.2 upstream, see:

http://cvs.gnome.org/viewcvs/gnome-terminal/ChangeLog?rev=1.455

Any chance of an update?

Comment 2 Christian Iseli 2007-01-20 00:45:26 UTC
This report targets the FC3 or FC4 products, which have now been EOL'd.

Could you please check that it still applies to a current Fedora release, and
either update the target product or close it ?

Thanks.

Comment 3 Alex Lancaster 2007-01-24 01:09:50 UTC
This is fixed on FC-6 in gnome-terminal-2.16.0-2.fc6.  According to
http://bugzilla.gnome.org/show_bug.cgi?id=170364 it was fixed sometime in the
gnome-terminal-2.15.x series.