Summary: | Please allow nepomuk digikam service being installable separately | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Angelo Naselli <anaselli> |
Component: | Database-Baloo | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, veaceslav.munteanu90 |
Priority: | NOR | ||
Version: | 2.8.0 | ||
Target Milestone: | --- | ||
Platform: | Mageia RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.0.0 | |
Sentry Crash Report: |
Description
Angelo Naselli
2012-08-13 12:43:00 UTC
The config tab, if I'm not mistaken, will not have a direct nepomuk dependency, it should only write config files and issue DBUS calls. Keeping it in digikam and not providing it without the nepomuk package seems as an easier solution, but there needs to be a runtime check then, which I wouldnt know how to do without further investigation. 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 258837, bug 264124, bug 276457, bug 282918, bug 283168, bug 304052, bug 279404 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 |