| Summary: | Misleading message during file delete when size of the "Trash" exceeds limit | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Yevhen Popok <xalt7x.service> |
| Component: | Trash | Assignee: | KIO Bugs <kio-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kdelibs-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 6.13.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=469598 | ||
| Latest Commit: | https://invent.kde.org/frameworks/kio/-/commit/af989a7afde20f180f5c0a61d17e7e974147bf1c | Version Fixed/Implemented In: | 6.16 |
| Sentry Crash Report: | |||
|
Description
Yevhen Popok
2025-05-25 21:32:43 UTC
I found an older bug https://bugs.kde.org/show_bug.cgi?id=469598 (Plasma 5.27.5, Framework 5.105.0). On the related video (https://youtu.be/LXIqVJu61v4) we can see an error message "The trash is full. Empty it or remove items manually." Nowadays, I can't trigger this dialog. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/1903 Git commit af989a7afde20f180f5c0a61d17e7e974147bf1c by Nate Graham. Committed on 06/06/2025 at 17:25. Pushed by ngraham into branch 'master'. Rephrase misleading "full trash" message Right now when the trash is full, it tells you the file you're trying to put into it is too big, even if it's a really tiny file. This feels odd. Instead, report that the trash is too full to accept it. FIXED-IN: 6.16 M +3 -3 src/widgets/widgetsaskuseractionhandler.cpp https://invent.kde.org/frameworks/kio/-/commit/af989a7afde20f180f5c0a61d17e7e974147bf1c |