Bug 333553 - Tags and comment does not displayed in Dolphin
Summary: Tags and comment does not displayed in Dolphin
Status: RESOLVED FIXED
Alias: None
Product: Baloo
Classification: Unmaintained
Component: General (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Vishesh Handa
URL: http://i.imgur.com/oJURTam.png
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-17 20:02 UTC by miflab
Modified: 2014-08-17 18:42 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description miflab 2014-04-17 20:02:40 UTC
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
Comment 1 Hrvoje Senjan 2014-04-18 16:41:03 UTC
i have the same results; note that balooshow has it correctly:

494456 /home/hrvoje/background.png
        Tags: Next
but no tag in dolphin
Comment 2 Hrvoje Senjan 2014-04-18 16:55:20 UTC
strangely enough, the files are listed under specific tag, with tags KIO slave
Comment 3 Paul Worrall 2014-04-20 08:24:57 UTC
I can confirm this with Kubuntu 14.04 (KDE 4.13).  Probably the same as bug 333293.
Comment 4 Vishesh Handa 2014-04-25 16:17:25 UTC
Can you run `getfattr -d filename' and see if the tags are visible over there?
Comment 5 miflab 2014-04-25 18:04:03 UTC
Yes, tags/comment are visible.
Comment 6 simunic 2014-04-28 00:50:54 UTC
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.
Comment 7 miflab 2014-04-28 07:01:38 UTC
(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.
Comment 8 Vishesh Handa 2014-07-29 16:30:33 UTC
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?
Comment 9 Christoph Feck 2014-08-16 12:37:37 UTC
If you can provide the information requested in comment #8, please add it.
Comment 10 miflab 2014-08-16 12:53:43 UTC
On latest version of KDE (Baloo and Dolphin) I no have this issue.
All working great.