https://bugs.kde.org/show_bug.cgi?id=389844
--- Comment #6 from Jarosław Staniek <stan...@kde.org> --- You apparently miss runtime configuration for the custom prefix. Custom because it is not /usr. Does the OS use /usr/local prefix for official/globally installed apps and not /usr? Maybe if you built KEXI with cmake's -DCMAKE_INSTALL_PREFIX=/usr option, it would work out of the box. What's the command used to configure KEXI build? It should be the same as you use for any other cmake-based BSys. As said above KEXI is unable to find at least one own plugin. These plugins for 2.1 are files like (your {PREFIX} is /usr/local): {PREFIX}/lib/plugins/kexi/3.1/kexi_*plugin.so Do you have QT_PLUGIN_PATH set for the custom location you use? That is: export QT_PLUGIN_PATH={PREFIX}/lib/plugins:$QT_PLUGIN_PATH Most probably you will also miss XDG_DATA_DIRS and XDG_CONFIG_DIRS settings if your 'share' dir is /usr/local. Sorry for confusion if the OS that I do not know well user /usr/local for officially installed apps that are not 'system' software. -- You are receiving this mail because: You are watching all bug changes.