Summary: | Launching AppImage files containing spaces fails silently | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Bernie Innocenti <bernie> |
Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdelibs-bugs |
Priority: | NOR | ||
Version: | 5.71.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/commit/8d6b306f585920230acecd19903325f6f0387b8e | Version Fixed In: | 5.72 |
Sentry Crash Report: |
Description
Bernie Innocenti
2020-06-29 09:21:15 UTC
Git commit 8d6b306f585920230acecd19903325f6f0387b8e by Ahmad Samir, on behalf of David Faure. Committed on 29/06/2020 at 09:58. Pushed by ahmadsamir into branch 'master'. OpenUrlJob: fix support for shell scripts with a space in the filename When executing a shell script or an executable in dolphin in a folder with a blank e.g. "/my test/test.sh" the path was truncated to "/my" and the command was not executed. Document the API trap. Related: bug 423412 FIXED-IN: 5.72 M +2 -0 src/gui/commandlauncherjob.h M +1 -1 src/gui/openurljob.cpp https://invent.kde.org/frameworks/kio/commit/8d6b306f585920230acecd19903325f6f0387b8e Thanks for the fast fix! I'll file a separate bug for this part: Furthermore, Dolphin asks if the file should be executed, but the desktop does not. This inconsistency is a separate bug. |