Summary: | Trash doesnt show all the delettions in dolphin | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | doctorx <paulecornett> |
Component: | Trash | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | REOPENED --- | ||
Severity: | normal | CC: | hammerhand.17, kdelibs-bugs-null, kfm-devel, markus.hetzenecker, nate |
Priority: | NOR | ||
Version First Reported In: | 6.12.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
doctorx
2025-02-27 18:34:05 UTC
additional info: i watched journal log and this error keeps popping up during a delete to trash. I dont know if it is related or not: 3/3/25 11:39 AM user@1000.service *** Unsupported operation detected on trash directory 3/3/25 11:39 AM user@1000.service dir: /home/doctorx/.local/share/Trash/files, file: 99900, type: 4 just got updated to plasma 6.3.2. Initial testing is the problem may be gone. I will update this ticket after through testing. Apparently fixed with Plasma 6.3.2 update. kio version: 6.11.0-1 I'm on latest Plasma 6.3.2 update & kio 6.11.0-1 and still suffering this bug but only on one of my disks; I had to format it and now it always send files to main disk trash (~/.local/share/Trash) instead of to the own disk trash (created it and gave permissions 700). All of my disks are mounted the same way, through fstab, but in dolphin - properties all of them gives info about filesystem and mount point except for the one whose trash bin doesn't work. (In reply to Hammerhand from comment #4) > I'm on latest Plasma 6.3.2 update & kio 6.11.0-1 and still suffering this > bug but only on one of my disks; I had to format it and now it always send > files to main disk trash (~/.local/share/Trash) instead of to the own disk > trash (created it and gave permissions 700). All of my disks are mounted the > same way, through fstab, but in dolphin - properties all of them gives info > about filesystem and mount point except for the one whose trash bin doesn't > work. If I do: ╰─λ QT_LOGGING_RULES="kf.kio.workers.file.debug=true" dolphin This is the message I receive when I send a file (PROBANDO.mp4) to trash: kf.kio.workers.file: copy() QUrl("file:///run/media/Grandón/Descargas/PROBANDO.mp4") to QUrl("file:///home/manuel/.local/share/Trash/files/PROBANDO.mp4") mode= 484 As you can see, it sends it to the main disk. (In reply to doctorx from comment #3) > Apparently fixed with Plasma 6.3.2 update. kio version: 6.11.0-1 This was premature.... the problem is back. |