| Summary: | Option for switching kf.kio.workers.trash to old behavior | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Thomas Baag <bugs.kde.org> |
| Component: | Trash | Assignee: | KIO Bugs <kio-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | kdedev, kdelibs-bugs-null, oliver.schramm97, voidpointertonull+bugskdeorg |
| Priority: | NOR | ||
| Version First Reported In: | 6.22.0 | ||
| Target Milestone: | --- | ||
| Platform: | NixOS | ||
| OS: | Linux | ||
| See Also: |
https://bugs.kde.org/show_bug.cgi?id=518012 https://bugs.kde.org/show_bug.cgi?id=517795 |
||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Thomas Baag
2026-02-05 22:36:18 UTC
I think a "one size fits all" solution would involve some filter by which users can specify manually where trash will go. Maybe some users want their small files delete on NFS go into my "$HOME/.local/share/Trash", even if it would need a copy from remote to local? Not the craziest idea if you ask me. Changing this to wishlist, since it's a feature request rather than a bug. Hey, I agree fully with this! KDE is about choice to me. Trashing is opinionated and the XDG spec is very flawed. So I plan to implement an option for defaulting to fallback. I'm just wondering right now: has the situation improved with KIO 6.23 in March? It should work a lot smoother now and for most users without any workarounds. After the issue was changed to wishlist I just patched "trashimpl.cpp" myself to fall back to "m_trashDirectories[0]". I just tested it without my patch and tried to delete something in my $HOME/Downloads. It still complained about not finding a trash for "/" (which btw. isn't the correct mountpoint for Downloads either) and wants to delete instead of move to trash. I tested KIO 6.23.0. |