Summary: | Arranging icons by rows/columns can be ambiguous | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Brian <brian.uribe> |
Component: | Desktop icons & Folder View widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | hein, nate, uhhadd |
Priority: | NOR | Keywords: | usability |
Version: | 5.25.1 | ||
Target Milestone: | 1.0 | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/commit/1a0150d726adacddbfa588844171c116c6bffc87 | Version Fixed In: | 5.26 |
Sentry Crash Report: | |||
Attachments: | Screen capture of the selected options, and the icorrectly arranged icons. |
Description
Brian
2022-06-22 03:48:49 UTC
Your screenshot shows a column of icons and the "arrange in columns" option selected. Looks to me like everything is working properly. Can yo clarify what the problem is, exactly? (In reply to Nate Graham from comment #1) > Your screenshot shows a column of icons and the "arrange in columns" option > selected. Looks to me like everything is working properly. Can yo clarify > what the problem is, exactly? The icons in the picture are arranged row-wise. Rows go along the y-axis, columns along the x-axis. My problem is that the labels are backwards. When "arrange in columns" is selected I would expect to see a line of icons going along the x-axis, instead of the y-axis like it is on the screenshot. The screenshot depicts a column of icons, not a row of icons. You're defining "row" and "column" to be their opposites. "Columns" and "rows" are kinda meaningless terms when you have a grid of icons without any visual indication how they're being arranged (especially when other software has contradictory meanings on what exactly that would entail), so we should replace the strings with something clearer. I think that calling a column of icons "arrangement in rows" is odd, but you're right that it could be ambiguous for people with specialized experience with design or development tools. Changing the strings seems fair. Git commit 1a0150d726adacddbfa588844171c116c6bffc87 by Nate Graham, on behalf of Jan Blackquill. Committed on 29/06/2022 at 17:32. Pushed by ngraham into branch 'master'. folderview: make menu entries less ambiguous Without clear expectations, 'Columns' and 'Rows' are kinda meaningless to users, since users from different backgrounds will form different expectations as to what their behaviour will be, e.g. users that have used design software may be used to selecting five items and selecting 'Layout > Columns', which would turn that into five columns of one item each, while users that use different software (or GUI layouts) would expect that would create one column of five items. In short: users have contradictory expectations if we use 'Columns' and 'Rows' as the UI strings here, so let's use something less contradictory. M +6 -2 containments/desktop/package/contents/ui/ConfigIcons.qml M +6 -3 containments/desktop/plugins/folder/viewpropertiesmenu.cpp https://invent.kde.org/plasma/plasma-desktop/commit/1a0150d726adacddbfa588844171c116c6bffc87 |