FS#40411 - [kf5] compile with -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins
Attached to Project:
Arch Linux
Opened by Antonio Rojas (arojas) - Saturday, 17 May 2014, 18:13 GMT
Last edited by Andrea Scarpino (BaSh) - Sunday, 18 May 2014, 19:21 GMT
Opened by Antonio Rojas (arojas) - Saturday, 17 May 2014, 18:13 GMT
Last edited by Andrea Scarpino (BaSh) - Sunday, 18 May 2014, 19:21 GMT
|
Details
Description:
Currently kf5 packages install Qt plugins to /usr/lib/plugins. The problem is that plasma looks for plugins in `qtpaths-qt5 --plugin-dir`, which returns /usr/lib/qt/plugins. So plugins should be installed there, or the plugin search path will have to be adjusted manually (while plasma is in /opt it has be adjusted anyway, but this is just temporary) This affects the following packages: frameworkintegration, kactivities-frameworks, kauth, kdelibs4support, kdesignerplugin, kemoticons, khtml, ki18n, kio, ktexteditor, plasma-framework, sonnet |
This task depends upon
Comment by Andrea Scarpino (BaSh) -
Sunday, 18 May 2014, 19:21 GMT
Thank you very much. Everything fixed.