mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 22:53:09 +00:00
This will allow to use plasma more similarly to what we are used to on the desktop. I found this needed specifically when I was trying to get plasma to work on another language but the current plasma-phone script never sets LANG or LANGUAGE.
7 lines
290 B
CMake
7 lines
290 B
CMake
install(PROGRAMS kwinwrapper DESTINATION ${BIN_INSTALL_DIR})
|
|
|
|
configure_file(plasma-mobile.desktop.cmake ${CMAKE_CURRENT_BINARY_DIR}/plasma-mobile.desktop)
|
|
install(FILES
|
|
${CMAKE_CURRENT_BINARY_DIR}/plasma-mobile.desktop
|
|
DESTINATION ${KDE_INSTALL_DATADIR}/wayland-sessions
|
|
)
|