Re-enable systemd managed kwin

This was blocked on environment variables issues which are now resolved
master
David Edmundson 3 years ago
parent b3f5f9764f
commit f4b870977b

@ -455,8 +455,5 @@ configure_package_config_file(KWinDBusInterfaceConfig.cmake.in
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/KWinDBusInterfaceConfig.cmake install(FILES ${CMAKE_CURRENT_BINARY_DIR}/KWinDBusInterfaceConfig.cmake
DESTINATION ${CMAKECONFIG_INSTALL_DIR}) 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}) DESTINATION ${SYSTEMD_USER_UNIT_INSTALL_DIR})

@ -3,6 +3,6 @@ Description=KDE Window Manager
PartOf=graphical-session.target PartOf=graphical-session.target
[Service] [Service]
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/kwin_wayland ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/kwin_wayland_wrapper --xwayland
BusName=org.kde.KWin BusName=org.kde.KWinWrapper
Slice=session.slice Slice=session.slice

Loading…
Cancel
Save