Bug 429250 - Consistent Messaging When Selecting Files
Summary: Consistent Messaging When Selecting Files
Status: RESOLVED INTENTIONAL
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: 2020-11-17 15:53 UTC by Andres Betts
Modified: 2020-11-17 20:27 UTC (History)
2 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 Andres Betts 2020-11-17 15:53:08 UTC
SUMMARY
In Dolphin, when a user selects 2 or more files, the status bar shows a message that says "2 Files Selected". When 1 files is selected, Dolphin shows a message that is the selected file's name only.

The messages should be more consistent. When 1 file is selected, show a message that says "1 file selected". This will bring the messaging to consistency with the rest of the messages that appear when doing file selections.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2020-11-17 20:27:19 UTC
I suspect that the label shows rudimentary information about the selected file as a sort of poor man's information panel. The Information panel is turned off by default, after all, and this label shows file type and size for the selected item in a very compact way.

So I suspect that this is intentional. If we take your suggestion, we may be improving consistency but we will be reducing functionality. Furthermore, it's not clear that improving consistency is really an improvement here. Showing different information for single selection vs multi-selection is quite common all over the place, because different sets of information are available in these diverging cases.

As such, I'm not sure it makes sense to do, sorry. :)