kwin scripts: No longer copy videowall metadata file in kservices folder

We load the KCM by path now and don't use KServiceTypeTrader
master
Alexander Lohnau 3 years ago
parent ab2ac07e2a
commit 1322b52b03

@ -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)

Loading…
Cancel
Save