Summary: | Digikam sometimes fails to add Metadata to Nepomuk | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | fatgerman |
Component: | Database-Baloo | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, trebor_x |
Priority: | NOR | ||
Version: | 1.6.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/b882df3641e6a3b6b0ff35552d1c9cda434e868e | Version Fixed In: | 3.0.0 |
Sentry Crash Report: | |||
Attachments: |
debug output of tags which will correctly submitted to nepomuk
debug output of tags which will not correctly submitted |
Description
fatgerman
2010-12-04 20:30:53 UTC
Can you check if you have a process digikamnepomukservice running? Does the random dysfunction correlate with a disappearance of this process? I've got no such process running, either when things are working or when they are not. Does this process only start while files are being tagged? I've failed to find it in any case. ps -ae | grep digikam 4589 ? 00:00:04 digikam 4621 ? 00:00:00 kio_digikamdate 4622 ? 00:00:00 kio_digikamalbu Today I was doing some more tagging and I noticed that after a while the tagging process started taking a very long time. I noticed then that the kio_digikamdate process was no longer running, and this seemed to coincide with the tags no longer being correctly added to nepomuk. I have the same problem with person tagging (face recognition). The persons names should be added as tags to nepomuk. But the tags arn't applied to all photos (in nepomuk - tested with dolphin and nepoogle). It are always the same photos which won't be tagged. So this isn't a random behavior. Digikamnepomukservice is running as child process of nepomukservicestub. I enabled all nepomuk and digikam related debug sources in kdebugdialog. For testing I have tagged the two photos with digkam. After that I opened the tag tab and deselected and selected the persons tag a second time. Than I applied. You can find the output after I applied the tag again in the attached txt files. Hope this is helpful. Created attachment 70160 [details]
debug output of tags which will correctly submitted to nepomuk
debug output of tags which will correctly submitted to nepomuk
Created attachment 70161 [details]
debug output of tags which will not correctly submitted
Git commit b882df3641e6a3b6b0ff35552d1c9cda434e868e by Marcel Wiesweg. Committed on 17/10/2012 at 18:36. Pushed by mwiesweg into branch 'master'. Disable the current implementation of a digikam-nepomuk integration. By information from the Nepomuk maintainer, the relevant API have been replaced. Essentially, the current code is at best not functional, at worst polluting your Nepomuk db. A new implementation needs to be written based on current APIs. Related: bug 264124, bug 276457, bug 282918, bug 283168, bug 304052, bug 279404, bug 305079 M +35 -35 CMakeLists.txt M +12 -0 utilities/nepomuk/digikamnepomukservice.cpp M +13 -0 utilities/nepomuk/digikamnepomukservice.h http://commits.kde.org/digikam/b882df3641e6a3b6b0ff35552d1c9cda434e868e |