Version: 2.0.96 (using KDE 4.2.85) OS: Linux Installed from: SuSE RPMs When dragging a file containing a square bracket in its name to Dolphin (or Konqueror, or Krusader) the name remains url-encoded. The file manager Steps to reproduce: 1. Find a folder in the music collection with a name containing brackets or create a new one (e.g. 'Unknown Artist - Unknown Album [2009]') and add some media files to it 2. Add this folder to the playlist 3. Open Dolphin or Konqueror, navigate to some temporary folder 4. Try dragging any of the newly added tracks to the file manager window It will complain that the file named '/path/to/Unknown Artist - Unknown Album %5B2009%5D/01. Untitled Track.mp3' does not exist. Expected behavior: %5B and %5D are expected to be decoded to [ and ].
related to this: https://bugs.kde.org/show_bug.cgi?id=189527
Konstantin, 2.0.96 is outdated, you should upgrade to either 2.1 or 2.1.1
Amarok 2.1.1 (KDE 4.2.95) - same sympthoms.
*** Bug 196255 has been marked as a duplicate of this bug. ***
Can somebody confirm this?
Confirmed with current 2.2-git
*** Bug 203638 has been marked as a duplicate of this bug. ***
Just my five pence - this bug is observed on 2.1.1... Really annoying
(In reply to comment #8) > Just my five pence - this bug is observed on 2.1.1... Really annoying And it is still there in 2.2-GIT I wonder if it is really a problem of Amarok or if it is a problem with the file manager...
Fixed by commit 3b90916e0ed1eaa00addabd48321f46fb7cdf393 Author: Edward Hades <edward.hades@gmail.com> Date: Fri Aug 14 12:23:27 2009 +0400 Fixed the dolphin drag and drop problem. Looks like converting a URL back and forth between QString and QUrl enabled an excess layer of urlencoding. Should not break something, but may, of course. BUG: 193878 ChangeLog | 2 ++ src/AmarokMimeData.cpp | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-)