diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index 2aa7cbea..b0e91b98 100644 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -2,8 +2,8 @@ # SPDX-FileCopyrightText: 2020 Jonah BrĂ¼chert # SPDX-License-Identifier: GPL-2.0-or-later -configure_file(kwinwrapper.in ${CMAKE_CURRENT_BINARY_DIR}/kwinwrapper) -install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/kwinwrapper DESTINATION ${KDE_INSTALL_BINDIR}) +configure_file(startplasmamobile.in ${CMAKE_CURRENT_BINARY_DIR}/startplasmamobile) +install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/startplasmamobile DESTINATION ${KDE_INSTALL_BINDIR}) configure_file(plasma-mobile.desktop.cmake ${CMAKE_CURRENT_BINARY_DIR}/plasma-mobile.desktop) install(FILES diff --git a/bin/plasma-mobile.desktop.cmake b/bin/plasma-mobile.desktop.cmake index 1274298e..a4499582 100644 --- a/bin/plasma-mobile.desktop.cmake +++ b/bin/plasma-mobile.desktop.cmake @@ -2,8 +2,8 @@ # SPDX-License-Identifier: GPL-2.0-or-later [Desktop Entry] -Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/plasma-dbus-run-session-if-needed ${CMAKE_INSTALL_FULL_BINDIR}/kwinwrapper -TryExec=${CMAKE_INSTALL_FULL_BINDIR}/kwinwrapper +Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/plasma-dbus-run-session-if-needed ${CMAKE_INSTALL_FULL_BINDIR}/startplasmamobile +TryExec=${CMAKE_INSTALL_FULL_BINDIR}/startplasmamobile DesktopNames=KDE Name=Plasma Mobile Name[ast]=Plasma Mobile diff --git a/bin/kwinwrapper.in b/bin/startplasmamobile.in similarity index 100% rename from bin/kwinwrapper.in rename to bin/startplasmamobile.in