https://bugs.kde.org/show_bug.cgi?id=446537
Bug ID: 446537 Summary: Permissions issue with trash files Product: frameworks-kio Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Trash Assignee: fa...@kde.org Reporter: herzensch...@gmail.com CC: kdelibs-b...@kde.org Target Milestone: --- SUMMARY I've been encountering this bug for a long time already I think. This seems to only occur with folders containing git repositories where I have built stuff. Pressing Empty Trash results in "Could not delete file /home/blumen/.local/share/Trash/files/gitstuff/Kooha/_build/target/.rustc_info.json.", for instance. If I try to manually delete individual files inside such folders, same sort of message. Using the Delete key shows the same message. If I open the embedded Dolphin terminal, pwd reveals a different path, /run/user/1000/kio-fuse-VNSXQP/trash, which seems to originate from kio-fuse? If I then do rm -rf 0-gitstuff, I get operation not permitted for every file. If I do the same thing with sudo, I simply get operation not permitted for the entire folder. But those files are owned by my user and by the group users! If I cd to /home/blumen/.local/share/Trash/files/ and try to rm -rf, Permission denied. Chown, same. One thing I noticed: the permissions in the /run/user/1000/kio-fuse-VNSXQP/trash folder are dr-xr-xr-x 1 blumen users 4096 Nov 8 23:21 0-gitstuff, yet the permissions in ~/.local/share/Trash/files are drwxr-xr-x 26 blumen users 4096 Nov 8 23:21 gitstuff. -- You are receiving this mail because: You are watching all bug changes.