https://bugs.kde.org/show_bug.cgi?id=449126
Bug ID: 449126 Summary: Dolphin "All Tags" Panel shows incorrect Tag Display names Product: dolphin Version: 21.12.1 Platform: Neon Packages OS: Linux Status: REPORTED Severity: major Priority: NOR Component: panels: folders Assignee: dolphin-bugs-n...@kde.org Reporter: tagwer...@innerjoin.org CC: kfm-de...@kde.org Target Milestone: --- SUMMARY: In Dolphin, if you have tagged files and are using hierarchical tags, Dolphin shows you the wrong names when you open "All Tags" The is a regression... STEPS TO REPRODUCE: Create a test file echo "Hello Penguin" > testfile.txt In Dolphin, assign a hierarchical tag Parent/Child Confirm that baloo has picked it up with: balooshow -x testfile.txt See that the new top level tag appears under "Places": Parent It's possible that you need to refresh... Click on "All Tags" to explore the top level tags ... OBSERVED RESULTS You get Child in the Dolphin panel, under the title of "All Tags". If you click on this "Unexpected Child" to navigate down, you get Child again. If you click on this, you get "testfile.txt" listed The breadcrumbs above the panel are OK, they show: Parent > Child EXPECTED RESULTS You should see "Parent" in the "All Tags" Dolphin panel. SOFTWARE/OS VERSIONS KDE Neon 5.23 Plasma : 5.23.5 Frameworks : 5.90.0 Qt : 5.15.3 Dolphin : 21.12.1 ADDITIONAL INFORMATION This is a regression. I've flagged as major as it breaks navigation in the "tag folders" It seems that the Dolphin panel (when you have hierarchical tags) shows the name of the "leaf" for a tag "Parent/Child", the panel displays "Child", for "Parent/Child/Grandchild", the panel displays "Grandchild". This is recent in Neon, with neon-user-2021-12-30.iso it worked. KDE Neon 5.23 Plasma : 5.23.4 Frameworks : 5.89.0 Qt : 5.15.3 Dolphin : 21.12.0 Whereas neon-user-2022-01-13.iso fails KDE Neon 5.23 Plasma : 5.23.5 Frameworks : 5.90.0 Qt : 5.15.3 Dolphin : 21.12.1 Maybe related to the fix to Bug 416389? There's no problem with the baloo indexing: balooshow -x testfile.txt shows the expected information 8242b0000fc01 64513 533547 testfile.txt [/home/test/testfile.txt] Mtime: 1643066934 2022-01-25T00:28:54 Ctime: 1643066950 2022-01-25T00:29:10 Cached properties: Line Count: 1 Internal Info Terms: Mplain Mtext T5 T8 X20-1 hello penguin File Name Terms: Ftestfile Ftxt XAttr Terms: TAG-Parent/Child TAchild TAparent lineCount: 1 And CLI searches baloosearch tags:Parent baloosearch tags:Child baloosearch tags:Parent/Child return the expected: /home/test/testfile.txt -- You are receiving this mail because: You are watching all bug changes.