Summary: | Plugins can not be deactivated on non-English locales [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Michael G. Hansen <mike> |
Component: | Setup-Plugins | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | amair.sob, caulier.gilles, kmm |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/libkipi/195bc2f26864cb79852a20cc6d1346ba236cff63 | Version Fixed In: | 4.5.0 |
Sentry Crash Report: | |||
Attachments: | Patch for libkipi from Maik Qualmann |
Description
Michael G. Hansen
2014-10-16 19:07:24 UTC
Created attachment 89165 [details]
Patch for libkipi from Maik Qualmann
Gilles, can you test and apply the patch? Best, Michael Git commit 195bc2f26864cb79852a20cc6d1346ba236cff63 by Gilles Caulier. Committed on 16/10/2014 at 21:27. Pushed by cgilles into branch 'master'. Apply patch #89165 to be able to turn on/off plugin from kipi host when application language is not English Bump ABI/API id as library fingerprint as changed FIXED-IN: 4.5.0 M +14 -14 CMakeLists.txt M +2 -2 libkipi/configwidget.cpp M +1 -1 libkipi/configwidget.h M +1 -1 libkipi/configwidget_p.cpp M +6 -1 libkipi/pluginloader.cpp M +2 -1 libkipi/pluginloader.h http://commits.kde.org/libkipi/195bc2f26864cb79852a20cc6d1346ba236cff63 still doesn't work for me in 4.5. You need to update libkipi through KDE update, not digiKam Gilles Caulier (In reply to Gilles Caulier from comment #5) > You need to update libkipi through KDE update, not digiKam > > Gilles Caulier Hi, I've updated to KDE 4.14.3 and digikam 4.5 now but it still doesn't work. Which KDE version do I need? Best regards, Andreas OK, I'll answer myself: I've taken a look at the sources and Gilles' commit didn't make it into KDE 4.14.3. Let's hope it will be in 4.14.4... Best regards, Andreas It's me again... I've now looked into libkipi's GIT sources and the patch isn't included in KDE/4.14 branch. I don't know if KDE 4.14.4 is planned at all, but in case it is, I'd suggest the patch has to be included in the KDE/4.14 branch. Best regards, Andreas As the patch add a new method and break ABI, this cannot be backport as well. Patch still in git/master. Gilles Caulier |