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-de...@kde.org Reporter: freisi...@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 watching all bug changes.