Summary: | fails on kde and spaces in url | ||
---|---|---|---|
Product: | Portland | Reporter: | bewam github <bewam> |
Component: | xdg-utils | Assignee: | Portland Bugs <portland-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | minor | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
This doesn't look like a xdg-utils bug, but one in kde-open (or your default browser configured with kde-open). Fwiw, I'm using plasma5 (on fedora) with chrome as my default browser, and cannot reproduce it here: $ touch "file space.html" $ kde-open "file space.html" $ kde-open5 "file space.html" both open in chrome with url: /home/.../file%20space.html I still use kde4 due to the lack of translation in my disto. The bug surely comes from kde4. |
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.
Hello, I don't find actual sources to compare with the one distributed. I need to modify 'kde-open' to 'kde-open5' to have my file opened correctly. $ kde-open "/tmp/a test file.html" FAILS, opening 3 tabs in firefox. $ kde-open5 "/tmp/a test file.html" opens firefox nicely. 477,478c477,478 < if kde-open5 -v 2>/dev/null 1>&2; then < kde-open5 "$1" --- > if kde-open -v 2>/dev/null 1>&2; then > kde-open "$1"