Summary: | Dolphin cannot copy and create files on disks connected via cifs using the mouse context menu and keyboard shortcuts. | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | newchipo |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | kfm-devel, spamless.9v5xj |
Priority: | NOR | Keywords: | qt6 |
Version: | 24.02.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
newchipo
2024-03-14 10:04:43 UTC
Also experiencing this issue; it seems like since KDE6 Dolphin is reading the (fake) file permissions, sees it is 755, and incorrectly thinks it has no write access. Workaround for now is to replace noperm with file_mode=0777 and dir_mode=0777. Add where 1000 my user ID. I added this: uid=1000,gid=1000, where 1000 is my user's id. Now it works correctly. //192.168.1.1/foto /home/user/Pictures cifs uid=0,credentials=/home/user/.smb,iocharset=utf8,vers=3.0,noperm,uid=1000,gid=1000 0 0 |