[scripts/videowall] Reenable the config dialog
Install the .desktop file of the videowall script in the services directory, otherwise the configuration dialog is inaccessible.
This commit is contained in:
parent
89fca06bdb
commit
72cd67cbf6
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ function(add_kwin_script name)
|
||||||
file(COPY ${name} DESTINATION ${CMAKE_BINARY_DIR}/bin/kwin/scripts/)
|
file(COPY ${name} DESTINATION ${CMAKE_BINARY_DIR}/bin/kwin/scripts/)
|
||||||
endfunction()
|
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(videowall)
|
||||||
add_kwin_script(synchronizeskipswitcher)
|
add_kwin_script(synchronizeskipswitcher)
|
||||||
add_kwin_script(desktopchangeosd)
|
add_kwin_script(desktopchangeosd)
|
||||||
|
|
Loading…
Reference in a new issue