Bug 91336 - fails on kde and spaces in url
Summary: fails on kde and spaces in url
Status: RESOLVED FIXED
Alias: None
Product: Portland
Classification: Unclassified
Component: xdg-utils (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium minor
Assignee: Portland Bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-14 18:36 UTC by bewam github
Modified: 2015-07-14 19:49 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.