http://bugzilla.opensuse.org/show_bug.cgi?id=1052119 http://bugzilla.opensuse.org/show_bug.cgi?id=1052119#c2 Wolfgang Bauer <wbauer@tmo.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wbauer@tmo.at --- Comment #2 from Wolfgang Bauer <wbauer@tmo.at> --- It's a "bug" in the plasma_install_package cmake macro (KF5PlasmMacros.cmake in plasma-framework), I'd say: macro(plasma_install_package dir component) set(root ${ARGV2}) set(type ${ARGV3}) if(NOT root) set(root plasmoids) endif() if(NOT type) set(type applet) endif() kpackage_install_package(${dir} ${component} ${root} ${PLASMA_RELATIVE_DATA_INSTALL_DIR}) install(FILES ${dir}/metadata.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} RENAME plasma-${type}-${component}.desktop) <=== endmacro() This obviously installs the .desktop file to ${KDE_INSTALL_KSERVICES5DIR}... -- You are receiving this mail because: You are on the CC list for the bug.