Summary: | Double space in filename -> unable to add to the playlist when adding multiple files. | ||
---|---|---|---|
Product: | [Unmaintained] kfile | Reporter: | j |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adaptee, grosser.meister.morti, nate, nhn |
Priority: | NOR | ||
Version: | 4.10.1 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
j
2009-11-22 00:21:14 UTC
I guess this is yet another weird bug of the file selection dialog. E.g. try to open a (or several) files that contain two " (double quote). This seems like an escaping bug upstream in KFileDialog If I select one file named "01 Distant Activity-Adam Fielding.ogg" I get the following path from KFileDialog: [MainWindow] file: "file:///home/nhn/media/test%20media/01%20%20Distant%20Activity-Adam%20Fielding.ogg" If however I select this as one of 2 files, I get: [MainWindow] file: "file:///home/nhn/media/test%20media/01%2520%20Distant%20Activity-Adam%20Fielding.ogg" Something in the escaping of this path has obviously gone bad! Is this still valid in Amarok 2.2.2 or current git? Or should I reassign that? Amarok 2.2.2 + KDE 4.3.4 here, it's still broken. Reassigning Works for me in KDE Frameworks 5.45. |