https://bugs.kde.org/show_bug.cgi?id=402298
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #2 from David Edmundson <k...@davidedmundson.co.uk> --- LANG definitely can make a difference to the way things run. Filesystems don't have a concept of UTF-8 or anything else just a concept of a raw bytestream. We then put that into a QUrl which obviously follows the locale it runs in. Though the worst this should do is (correctly) fail on a file conflict where one didn't previously exist. I think your script is creating a byte array that isn't valid text in any format. I can understand KIO failing to copy that because we don't treat things as a byte stream all the way through. However I /think/ KIO is generating an error correctly. The reason you're not getting the dialog in kioclient is a bug in kioclient fixed with D17652 and D17653. With those changes using Using your test with the seed here I do get an error. -- You are receiving this mail because: You are watching all bug changes.