[scripts/videowall] Reenable the config dialog

Install the .desktop file of the videowall script in the services
directory, otherwise the configuration dialog is inaccessible.
master
Konstantinos Smanis 2020-07-09 09:47:08 +00:00 committed by David Edmundson
parent 89fca06bdb
commit 72cd67cbf6
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ 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 ${SERVICES_INSTALL_DIR} RENAME kwin-script-videowall.desktop)
add_kwin_script(videowall)
add_kwin_script(synchronizeskipswitcher)
add_kwin_script(desktopchangeosd)