Summary: | Tags and comment does not displayed in Dolphin | ||
---|---|---|---|
Product: | [Unmaintained] Baloo | Reporter: | miflab |
Component: | General | Assignee: | Vishesh Handa <me> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hrvoje.senjan, p.r.worrall, v1c70rp |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
URL: | http://i.imgur.com/oJURTam.png | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
miflab
2014-04-17 20:02:40 UTC
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. |