Bug 485631

Summary: Dolphin won't write to directory owned by root but writable by current group
Product: [Applications] dolphin Reporter: Linus Kardell <linus.kardell>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kfm-devel, p.r.worrall
Priority: NOR    
Version First Reported In: 24.02.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Linus Kardell 2024-04-16 12:22:07 UTC
***
If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY
If a directory is owned by root, Dolphin grays out all modification options for it, even if current group is allowed to write to it.

STEPS TO REPRODUCE
1. `mkdir testdirectory` (should be owned by a group current user is in)
2. `sudo chown root testdirectory`
3. `sudo chmod 775 testdirectory`
4. Open Dolphin
5. Navigate to testdirectory
6. Try to add a file

OBSERVED RESULT
Options to modify directory contents are grayed out

EXPECTED RESULT
Should be possible to modify, as current group is allowed to write to the directory

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20240412
KDE Plasma Version: 6.0.3
KDE Frameworks Version: 6.0.0
Qt Version: 6.7.0
Kernel Version: 6.8.5-1-default (64-bit)
Graphics Platform: X11
Processors: 16 × AMD Ryzen 7 5800X 8-Core Processor
Memory: 62.7 Gibyte of RAM
Graphics Processor: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2
Manufacturer: ASUS
Comment 1 Paul Worrall 2024-04-21 09:18:21 UTC

*** This bug has been marked as a duplicate of bug 482899 ***