Bug 1222396 - Impossible to copy files to or create directories with Dolphin in root:users owned directory
Summary: Impossible to copy files to or create directories with Dolphin in root:users ...
Status: RESOLVED UPSTREAM
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: KDE Applications (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-Mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-06 17:00 UTC by Daniel Mader
Modified: 2024-04-11 09:43 UTC (History)
3 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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