From 1322b52b0335a9b6746f1d9114c8e804f0383c20 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Wed, 5 Jan 2022 08:13:06 +0100 Subject: [PATCH] kwin scripts: No longer copy videowall metadata file in kservices folder We load the KCM by path now and don't use KServiceTypeTrader --- src/scripts/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scripts/CMakeLists.txt b/src/scripts/CMakeLists.txt index 5d76a8febd..66b6c3ccd2 100644 --- a/src/scripts/CMakeLists.txt +++ b/src/scripts/CMakeLists.txt @@ -6,8 +6,6 @@ function(add_kwin_script name) file(COPY ${name} DESTINATION ${CMAKE_BINARY_DIR}/bin/kwin/scripts/) endfunction() -# videowall defines a KCModule service that has to be separately installed for the config dialog to be accessible -install(FILES videowall/metadata.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} RENAME kwin-script-videowall.desktop) add_kwin_script(videowall) add_kwin_script(synchronizeskipswitcher) add_kwin_script(desktopchangeosd)