Bug 1222396

Summary: Impossible to copy files to or create directories with Dolphin in root:users owned directory
Product: [openSUSE] openSUSE Tumbleweed Reporter: Daniel Mader <danielstefanmader>
Component: KDE ApplicationsAssignee: E-Mail List <opensuse-kde-bugs>
Status: RESOLVED UPSTREAM QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: danielstefanmader, fabian, fvogt
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Daniel Mader 2024-04-06 17:00:40 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.
Comment 1 Fabian Vogt 2024-04-07 11:19:41 UTC
What's the output of

QT_LOGGING_RULES=*.debug kioclient copy ./somefile ./folder/owned/by/rootusers
Comment 2 Daniel Mader 2024-04-07 18:37:13 UTC
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.
Comment 3 Fabian Vogt 2024-04-11 09:43:27 UTC
Already fixed in KIO 6.1: https://bugs.kde.org/show_bug.cgi?id=477526