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 575927 - Launchers pointing to URLs with a '?' all fail
Launchers pointing to URLs with a '?' all fail
Status: RESOLVED DUPLICATE of bug 518481
Product: nautilus
Classification: Core
Component: File and Folder Operations
0.x.x [obsolete]
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-19 10:41 UTC by David Liang
Modified: 2009-03-19 15:17 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
proposer patch (674 bytes, patch)
2009-03-19 10:42 UTC, David Liang
none Details | Review

Description David Liang 2009-03-19 10:41:20 UTC
Please describe the problem:
Create Launcher that points to a URL that has a query section. 
Notice that the URL is truncated at the '?' every
time when actually opened in a browser.  


Steps to reproduce:
1. create launcher on the desktop
2. set the launcher type to 'location', input the full location like "https://bugzilla.novell.com/show_bug.cgi?id=476059"
3. click the launcher


Actual results:
web browser will open the location, but with the url of "https://bugzilla.novell.com/show_bug.cgi"

Expected results:
web browser will open the location with the url of "https://bugzilla.novell.com/show_bug.cgi?id=476059"

Does this happen every time?
Yes

Other information:
The bug is from "https://bugzilla.novell.com/show_bug.cgi?id=476059".
Comment 1 David Liang 2009-03-19 10:42:41 UTC
Created attachment 130952 [details] [review]
proposer patch

Replace 'g_file_get_basename' with 'g_path_get_basename'
so we can make the complete urls with query or tags.
Comment 2 Cosimo Cecchi 2009-03-19 15:17:29 UTC
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 518481 ***