Summary: | Files with large names are truncated and cannot be read | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Rind <kde.milrind> |
Component: | Desktop icons & Folder View widget | Assignee: | Eike Hein <hein> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, nate, php4fan, plasma-bugs |
Priority: | NOR | Keywords: | usability |
Version: | 5.21.0 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/commit/d191d5c535ab0f56a8266084f77196d84ee326d4 | Version Fixed In: | 5.24 |
Sentry Crash Report: |
Description
Rind
2021-02-21 14:25:13 UTC
You can manually increase the amount of space available for labels in the desktop settings window > Icons page. But it's true that when text is elided, there's no way to see more without changing those settings, which is not a super great UX. *** Bug 448279 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/798 Git commit d191d5c535ab0f56a8266084f77196d84ee326d4 by Nate Graham. Committed on 14/01/2022 at 05:14. Pushed by ngraham into branch 'master'. folder view: always show tooltips for items with elided text The "Tooltips" feature is disabled by default, but it can be handy for items whose text has been elided, since otherwise there's no way to see the full text. So let's show the tooltip for such items even when the feature is disabled. FIXED-IN: 5.24 M +3 -1 containments/desktop/package/contents/ui/FolderItemDelegate.qml https://invent.kde.org/plasma/plasma-desktop/commit/d191d5c535ab0f56a8266084f77196d84ee326d4 On Plasma 5.26 beta the tooltip only appears if 'Display informational tooltips on mouse hover' is checked in General Behavior KCM. Is this expected after this fix? I suppose so, because it's a tooltip, so it respects the global "I hate tooltips, never show them" killswitch. That's what that setting effectively is. |