kwin scripts: No longer copy videowall metadata file in kservices folder
We load the KCM by path now and don't use KServiceTypeTrader
This commit is contained in:
parent
ab2ac07e2a
commit
1322b52b03
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue