Created attachment 109644 [details] Screenshot of missing tags I use semantic tags in Dolphin to mark episodes of television shows which I watch. Tags are only visible in the Info pane, but are not present in the Tag column of the detailed list view. In the attached screenshot, many of the files should be tagged "watched", but no tags appear.
I can only reproduce that the Tags column doesn't update when I change the tags but when I enter the folder or hit F5 tags are shown.
Same here tags update after <F5> In rare occasions it is necessary to $ balooctl clear *.avi $ balooctl index *.avi but only if you see no tags in the info panel
Pressing F5 does nothing for me, nor does leaving and re-entering the folder. The column never shows anything. They do show up in the info pane, however.
I cannot reproduce this behavior with Dolphin 19.04. All tags show up correctly, even without refreshing the view. Do you still experience this problem with a newer version of Dolphin? SYSTEM INFO Operating System: KDE neon Testing Edition KDE Plasma Version: 5.15.80 KDE Frameworks Version: 5.58.0 Qt Version: 5.12.0 Kernel Version: 4.18.0-18-generic
On neon unstable, a newly added tag only appears in the Tag column after I press F5.
Thanks. I can confirm, BTW.
Huh, now the issue is also present for me. Maybe I did something wrong when triaging this for the first time.
Created attachment 119705 [details] tags_bug.png Yes I still have the issues in 19.04 On Sun, Apr 28, 2019 at 12:52 PM Julian Schraner <bugzilla_noreply@kde.org> wrote: > > https://bugs.kde.org/show_bug.cgi?id=388481 > > Julian Schraner <mail@xyquadrat.ch> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Version|17.12.0 |19.04.0 > Platform|Other |Neon Packages > > --- Comment #7 from Julian Schraner <mail@xyquadrat.ch> --- > Huh, now the issue is also present for me. Maybe I did something wrong when > triaging this for the first time. > > -- > You are receiving this mail because: > You reported the bug.
*** Bug 420025 has been marked as a duplicate of this bug. ***
Hello, FWIW I have just tested this in the following system and the bug is still there: Operating System: Kubuntu 22.04 KDE Plasma Version: 5.24.4 KDE Frameworks Version: 5.92.0 Qt Version: 5.15.3 Kernel Version: 5.15.0-43-generic (64-bit) Graphics Platform: X11 Please note that I have also tested this in an older system where everything worked fine. This makes me think that at some point this bug was (inadvertently?) fixed but obviously something triggered it again between these two releases. Here are the specs of the system where everything worked ok: Operating System: Kubuntu 20.04 KDE Plasma Version: 5.18.8 KDE Frameworks Version: 5.68.0 Qt Version: 5.12.8 Kernel Version: 5.4.0-62-generic Graphics Platform: X11
Sorry, I forgot to mention the relevant Dolphin versions: The bug exists in Dolphin v21.12.3 (new system) The bug is fixed in Dolphin v19.12.3 (old system)
After some extra digging, I found a potential solution to this bug in this related bugreport: https://bugs.kde.org/show_bug.cgi?id=434565 In here, user tagwerk19@innerjoin.org reported: "Dolphin decides whether to populate tags, ratings and comments columns depending on the "Indexing-Enabled" value in .config/baloofilerc The information is taken from the filesystem extended attributes, not from the baloo index." And sure enough, after I: 1) checked the "Enable File Search" checkbox under the "File Search" settings and 2) after I restarted Dolphin the Tags and Comment columns in Details view mode populated properly! I set my "/home/user" directory to "Not Indexed" because I don't want indexing draining my PC's resources but it still worked! I think that it would be very useful if this solution was communicated properly to the users. This might lead to less bug reports.