GNOME Bugzilla – Bug 575927
Launchers pointing to URLs with a '?' all fail
Last modified: 2009-03-19 15:17:29 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".
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.
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 ***