https://bugs.kde.org/show_bug.cgi?id=309034 Bug ID: 309034 Severity: normal Version: unspecified Priority: NOR CC: terietor@gmail.com Assignee: plasma-devel@kde.org Summary: metadata.desktop for KWin Effects installed to wrong location Classification: Unclassified OS: Linux Reporter: mgraesslin@kde.org Hardware: Other Status: NEW Component: publisher Product: plasmate When installing a KWin Effect from withing Plasmate the service file gets not copied to the right location and is incorrectly named. This results in the effect not being found by KWin. To illustrate the CMakeLists.txt generates: install(FILES metadata.desktop DESTINATION ${SERVICES_INSTALL_DIR} RENAME kwin-effect-Maximize.desktop) but it should be: install(FILES metadata.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kwin RENAME kwin4_effect_maximize.desktop) Reproducible: Always Steps to Reproduce: 1. Create KWin Effect 2. Install It Actual Results: KWin doesn't find the effect Expected Results: KWin finds the effect -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel