Bug 91336

Summary: fails on kde and spaces in url
Product: Portland Reporter: bewam github <bewam>
Component: xdg-utilsAssignee: 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:

Description bewam github 2015-07-14 18:36:52 UTC
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"
Comment 1 Rex Dieter 2015-07-14 19:20:23 UTC
This doesn't look like a xdg-utils bug, but one in kde-open (or your default browser configured with kde-open).
Comment 2 Rex Dieter 2015-07-14 19:24:16 UTC
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
Comment 3 bewam github 2015-07-14 19:49:11 UTC
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.