Summary: | Folder View widget's title feature is missing in Plasma 6 | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Emmett Culley <lst_manage> |
Component: | Desktop icons & Folder View widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hein, nate, notmart |
Priority: | NOR | Keywords: | regression |
Version: | 6.1.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/522ab0b91c5776c6cde72d2e0cb8df455496358a | Version Fixed In: | 6.1.4 |
Sentry Crash Report: | |||
Attachments: |
folderview dialog location panel
Foldereview location panel Fedora 40 old and new folder views |
Description
Emmett Culley
2024-07-22 21:45:11 UTC
How exactly were you able to name a Folder View widget in the past? I'm not recalling that we ever hard this feature. At least, not to my knowledge in the past 7 years. Created attachment 172037 [details]
folderview dialog location panel
This is a screenshot from a Fedora 31 KVM inage, which I keep to allow me to test docker images with docker.
Note that there is a title field. In that dropdown is "Custom title". Selecting that allows you to enter text. That text then appears centered at the top of the folder view.
Created attachment 172038 [details]
Foldereview location panel Fedora 40
Note that there is no Title: dropdown.
What is interesting is that if I don't edit a folder view, the title I entered in an earlier version of Fedora, I assume with KDE 5, is still displayed in the folder view.
I suppose I could edit a new folder views .desktop file and duplicate what I see in an older flder view, but I consider it a bug that I am not able to name a folderview.
I have multiple folder views on my desktop as I have dolphin kio instances that open a file manager on remote systems and the title tells me the colocation or customer name.
Created attachment 172039 [details]
old and new folder views
You can see in the third screen shot the difference. I am virtually never insterested in the path to the folder view.
I did find that I can set the title text in a folderview. labelMode=3 labelText=AISO In the file ~/.config/plasma-org.kde.plasma.desktop-appletsrc, adding the above lines to the folderview item, then logging out then in, the flder view now has the expected title. OK, so this is a work around for a badly, in my opinion, needed feature that is missing in KDE 6. Aha! Can confirm the issue. The feature exists, but has gotten hidden due to a conditional in the code inappropriately evaluating to false. Specifically, this line: https://invent.kde.org/plasma/plasma-desktop/-/blob/master/containments/desktop/package/contents/ui/ConfigLocation.qml?ref_type=heads#L22 I assume `plasmoid` needs to be changed to something else, but what? I tried capital P Plasmoid but that didn't work as expected. I wish I could help :-) Marco Knew! Fixed by him with https://invent.kde.org/plasma/plasma-desktop/-/commit/522ab0b91c5776c6cde72d2e0cb8df455496358a in Plasma 6.1.4. |