Bugzilla – Bug 1222396
Impossible to copy files to or create directories with Dolphin in root:users owned directory
Last modified: 2024-04-11 09:43:27 UTC
Since upgrading to Plasma 6 it is impossible to copy or move files to directories owned by root. Creating directories is also impossible. The directory is owned by root:users, i.e. the group is the primary group of all standard users. Permissions of the directory are 775, i.e. members of users should be allows to manipulate files and directories. It works on a CLI such as Konsole as expected. Maybe an upstream bug.
What's the output of QT_LOGGING_RULES=*.debug kioclient copy ./somefile ./folder/owned/by/rootusers
mada@ryzen7:~> QT_LOGGING_RULES=*.debug kioclient copy ./asdfqwer /home/Photos/ kf.kio.workers.file: copy() QUrl("file:///home/mada/asdfqwer") to QUrl("file:///home/Photos/asdfqwer") mode= 420 The file is properly copied.
Already fixed in KIO 6.1: https://bugs.kde.org/show_bug.cgi?id=477526