Summary: | xdg-open replaces "&" with "%U" in URLs | ||
---|---|---|---|
Product: | Portland | Reporter: | Paweł Kosiński <pk1001100011> |
Component: | xdg-utils | Assignee: | Portland Bugs <portland-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | trivial | ||
Priority: | low | CC: | c.nicolas+bugs-freedesktop |
Version: | 1.1.0 rc1 | Keywords: | patch |
Hardware: | Other | ||
OS: | other | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Correction suggested in comment #0 |
Description
Paweł Kosiński
2012-02-13 10:27:18 UTC
Created attachment 57778 [details] [review] Correction suggested in comment #0 Annoying bug actually. The summary is not quite right, it should be xdg-open: open_generic_xdg_mime replaces "&" with %[fFuU] depending on what has been found in the .desktop file The issue is due to sed replacing any '&' character in the replacement expression by the matched expression. This resulting having all the & characters replaced by the %U or %F that has to be replaced in the argument list. I attach a patch for the correction proposed in comment #0, successfully tested on my machine. thanks! |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.