https://bugs.kde.org/show_bug.cgi?id=517392
--- Comment #3 from David Tonhofer <[email protected]> --- Thank you. Yes, using BTRFS, on an internal SSD. But I doubt this matters. The BTRFS is just another filesystem. The request for rename goes to the filesystem, and that should be it. No race conditions involved. This problem feels a lot like a dolphin-special display problem. As if there were a code path that doesn't understand UTF-8 and tries to recover, discarding characters, ending a 5 characters show to the user "pdfdf" At that point, no rename happened yet, you still have to hit ENTER. This can be seen by watching the directory contents on the console with "watch ls -l". The file still has the old name, it is only that dolphin messes up the display. If you now hit ENTER, rename will be performed. In fact, at that point dolphin will ask you where you are sure to perform that rename as this will change the file suffix! -- You are receiving this mail because: You are watching all bug changes.
