Bug 486299 - Moving to trash pretends to succeed if there's not enough space
Summary: Moving to trash pretends to succeed if there's not enough space
Status: REPORTED
Alias: None
Product: krusader
Classification: Applications
Component: general (show other bugs)
Version: 2.8.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-29 14:23 UTC by Pedro V
Modified: 2024-04-29 14:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro V 2024-04-29 14:23:12 UTC
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0

1. Exceed 0.01% of storage capacity in the trash
2. Set trash limit to 0.01%
3. Attempt to trash a file
4. Observe fake success without the file disappearing

As described in Bug #475235 , Dolphin seems to report the issue all right.
Interrogating Krusader with `QT_LOGGING_RULES="*kio*=true" krusader -d` reveals:
kf.kio.widgets unknown@0 # CommandRecorder::slotResult: "The trash is full. Empty it or remove items manually."  - no undo command will be added

Error propagation up to the UI would be great for better user experience.