Fix the systemd wayland boot
Plasma-workspace currently starts kwin_wayland before afterwards continuing to spawn the full session, through whatever mechanism. We ultimately want to just have systemd manage everything all at once, but this was not realised in time for 5.21 due to a problem of propogating environment variables. By removing this file we go to a working state with the option enabled, and can build on it for the next release. BUG: 432189
This commit is contained in:
parent
1f006e2184
commit
ca81be6635
1 changed files with 4 additions and 1 deletions
|
@ -814,5 +814,8 @@ configure_package_config_file(KWinDBusInterfaceConfig.cmake.in
|
|||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/KWinDBusInterfaceConfig.cmake
|
||||
DESTINATION ${CMAKECONFIG_INSTALL_DIR})
|
||||
|
||||
ecm_install_configured_files(INPUT plasma-kwin_x11.service.in plasma-kwin_wayland.service.in @ONLY
|
||||
|
||||
# plasma-kwin_wayland.service.in is currently disabled as plasma-workspace currently launches
|
||||
# kwin-wayland explicitly. Porting this is currently blocked on propogating DISPLAY
|
||||
ecm_install_configured_files(INPUT plasma-kwin_x11.service.in @ONLY
|
||||
DESTINATION ${SYSTEMD_USER_UNIT_INSTALL_DIR})
|
||||
|
|
Loading…
Reference in a new issue