[Digikam-devel] [digikam] [Bug 360528] New: Digikam looks for digikamimageplugins in different directory than they were installed to
Simon via KDE Bugzilla
bugzilla_noreply at kde.org
Mon Mar 14 17:47:04 GMT 2016
https://bugs.kde.org/show_bug.cgi?id=360528
Bug ID: 360528
Summary: Digikam looks for digikamimageplugins in different
directory than they were installed to
Product: digikam
Version: 5.0.0
Platform: Debian testing
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: setup
Assignee: digikam-devel at kde.org
Reporter: freisim93 at gmail.com
I compiled digikam5 from git commit 1b9a889. Digikam shows errors on startup
indicating that it did not find the digikamimageplugins
(digikamimageplugin_transform, ...). These files are installed into
lib/x86_64-linux-gnu/plugins/ while digikam searches for these files per
default (no QT_PLUGIN_PATH set) in lib/x86_64-linux-gnu/qt5/plugins/. Adding
the first path to the env variable QT_PLUGIN_PATH fixes this. Digikam should
install these files into lib/x86_64-linux-gnu/qt5/plugins/.
Reproducible: Always
Steps to Reproduce:
1. compile and install digikam (debug)
2. run digikam, look at stdout/stderr
Actual Results:
Imageplugins are not found:
Error loading plugin "digikamimageplugin_color" "The shared library was not
found."
Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
digikam.general: ImagePluginLoader: createInstance returned 0 for
"ImagePlugin_Colour" ( "digikamimageplugin_color" ) with error: "The shared
library was not found."
Error loading plugin "digikamimageplugin_decorate" "The shared library was not
found."
Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
digikam.general: ImagePluginLoader: createInstance returned 0 for
"ImagePlugin_Decorate" ( "digikamimageplugin_decorate" ) with error: "The
shared library was not found."
Error loading plugin "digikamimageplugin_enhance" "The shared library was not
found."
Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
digikam.general: ImagePluginLoader: createInstance returned 0 for
"ImagePlugin_Enhance" ( "digikamimageplugin_enhance" ) with error: "The
shared library was not found."
Error loading plugin "digikamimageplugin_fxfilters" "The shared library was not
found."
Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
digikam.general: ImagePluginLoader: createInstance returned 0 for
"ImagePlugin_FxFilters" ( "digikamimageplugin_fxfilters" ) with error: "The
shared library was not found."
Error loading plugin "digikamimageplugin_transform" "The shared library was not
found."
Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
digikam.general: ImagePluginLoader: createInstance returned 0 for
"ImagePlugin_Transform" ( "digikamimageplugin_transform" ) with error: "The
shared library was not found."
Expected Results:
Imageplugins found and loaded.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list