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
Hello, The cmake support has been removed from plasmate. More information can be found on da91a06aa94f8aca5c5728a2ae6221134cd56d05.