After adding tag/comment (for example with use Dolphin/Gwenview) they does not displaying in Dolphin. But if open same file in Gwenview (if it pic) then tags and comments are displayed. See screenshot, right - info in Gwenview, left - info panel in Dolphin. Reproducible: Always Steps to Reproduce: 1. Open Dolphin and select any file (for example picture) 2. Add tag/comment 3. Close Dolphin 4. Open Dolphin again 5. Select same file again 6. See info panel (F11) Actual Results: Tag/comment does not displaying in Dolphin. Expected Results: Tag/comment must displayed in Dolphin. Use KDE and Baloo 4.13 compilled from sources in gentoo
i have the same results; note that balooshow has it correctly: 494456 /home/hrvoje/background.png Tags: Next but no tag in dolphin
strangely enough, the files are listed under specific tag, with tags KIO slave
I can confirm this with Kubuntu 14.04 (KDE 4.13). Probably the same as bug 333293.
Can you run `getfattr -d filename' and see if the tags are visible over there?
Yes, tags/comment are visible.
I'm using KDE and baloo 4.13.0 in Archlinux and I have the same bug. In my case 'balooshow' shows the tags, but 'getfattr -d' only sees them if the file is an image. When I set a tag using dolphin, I can see it with 'balooshow' but not with 'getfattr -d' (except for images like png or jpg). So if I set the tags in a pdf or a txt, 'getfattrs -d' shows nothing. When I use gwenview I can set tags in images and I can see them in 'balooshow' and 'getfattr -d' but not in dolphin.
(In reply to comment #6) > In my case 'balooshow' shows the tags, but 'getfattr -d' only sees them if > the file is an image. When I set a tag using dolphin, I can see it with > 'balooshow' but not with 'getfattr -d' (except for images like png or jpg). > So if I set the tags in a pdf or a txt, 'getfattrs -d' shows nothing. Do not confirm. I set tags/comments in a pdf or a txt using dolphin and balooshow' and 'getfattrs -d' show them.
Ping. I'm not sure what the issue in the bug is. 1. Could you please check that your filesystem supports xattr. This can be done by trying to manually set a tag via - $ setfattr -n "user.baloo.rating" -v "4" someFile 2. If the file system supports tags, then make sure the tags are being set in the xattr via $ getfattr -d fileUrl 3. If the xattr are being set, please see if balooshow shows the tags. 4. Balooshow will also give you a number for the file. Please run the following command - $ cd ~/.local/share/baloo/file $ delve -r <num> -1 . where <num> is the number given by balooshow. 5. Is the tags:/ kioslave showing the files?
If you can provide the information requested in comment #8, please add it.
On latest version of KDE (Baloo and Dolphin) I no have this issue. All working great.