Bug 477695 - Feedback on actions, especially deletion
Summary: Feedback on actions, especially deletion
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-29 00:11 UTC by manuelchaves
Modified: 2024-02-17 16:21 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.