Hi all, I have a question about KDE install dirs. In my application, I have made a thumbnailer for use with Dolphin.
In the CMakeLists.txt file, i install the thumbnailer like this: install(TARGETS mltpreview DESTINATION ${PLUGIN_INSTALL_DIR}) ${PLUGIN_INSTALL_DIR} seems to be the standard install dir for plugins, kio- extras thumbnailers use the same install dir. However, when I install the plugin goes in: -- Installing: /usr/lib/x86_64-linux-gnu/plugins/ But thumbnailers in this location are not working. To make it work, I have to move it here: /usr/lib/x86_64-linux-gnu/qt5/plugins/ Is this a distro specific issue (I am on Kubuntu) ? Are packagers supposed to manually move the file ? Any help appreciated... regards Jean-Baptiste Mardelle >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<