https://bugs.kde.org/show_bug.cgi?id=510567
Akseli Lahtinen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/bcc8406 | |54fa2af68a4942fba6f58b2955e | |80e7ec Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #19 from Akseli Lahtinen <[email protected]> --- Git commit bcc840654fa2af68a4942fba6f58b2955e80e7ec by Akseli Lahtinen. Committed on 15/10/2025 at 09:34. Pushed by akselmo into branch 'master'. CopyJob: Skip permission check if there is no UDS_ACCESS entry Lack of UDS_ACCESS or S_IWUSR flag in it does *not* mean that the item is definitely unwritable. The access can be indefinite until the item is actually worked with. KIO should not assume that items are unwritable, even if we lack the flag. We should just try working with the file and handle the results, not try pre-emptively decide the actions. M +12 -9 src/core/copyjob.cpp https://invent.kde.org/frameworks/kio/-/commit/bcc840654fa2af68a4942fba6f58b2955e80e7ec -- You are receiving this mail because: You are watching all bug changes.
