Bug 477695

Summary: Feedback on actions, especially deletion
Product: [Applications] dolphin Reporter: manuelchaves
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: CONFIRMED ---    
Severity: wishlist CC: fanzhuyifan, felixernst, kfm-devel
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description manuelchaves 2023-11-29 00:11:32 UTC
Sometimes I intend to delete 1 single file. But I'm never 100% sure if I just deleted 1 file or if I accidentally had 2 or 3 selections active without me knowing. If Dolphin had feedback for this like "1 File Deleted" in some sort of popup, I would have more peace of mind. This can be extended to other actions of course. I think this would be a good idea that goes hand in hand with how careful Dolphin tries to be.
Comment 1 manuelchaves 2023-11-29 00:58:14 UTC
By delete I mean sent to the trash.
Comment 2 Felix Ernst 2024-02-17 16:21:36 UTC
I strongly agree. The feedback we currently have is too subtle. We have some feedback for this in the status bar. However, that information has become buggy and is sometimes shown to shortly or not at all.

I see two approaches to fixing the lack of clear feedback:
- Fix/Improve the status bar: Currently the status bar isn't very smart about which information to show. There might be two important messages coming in at the same time in which case only one of them will be displayed. Instead it should queue those messages and give each of them time to be displayed.
- Have some additional feedback/animation e.g. when files are deleted: Pretty much every user has the trash/wastebin folder visible in the places panel on the left. There are various ways with which we could symbolise when and how many items have been deleted. 1. The trash could pulsate once for every item moved to it. 2. the items could visually fly into the trash in the sidebar. 3. the text of the trash could change for a moment to say "3 items added".

There are most likely even more sensible solutions than that.