diff --git a/CMakeLists.txt b/CMakeLists.txt index f4aa9ce7..48ef756b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ include(CheckIncludeFiles) ecm_find_qmlmodule(org.kde.pipewire 0.1) plasma_install_package(lookandfeel org.kde.breeze.mobile look-and-feel lookandfeel) -plasma_install_package(shell org.kde.plasma.phoneshell shells) +plasma_install_package(shell org.kde.plasma.mobileshell shells) add_subdirectory(bin) add_subdirectory(containments) diff --git a/README.md b/README.md index 85f38bff..e9ba2096 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Dependencies: To start the phone homescreen in a window, run: ``` -QT_QPA_PLATFORM=wayland dbus-run-session kwin_wayland --xwayland "plasmashell -p org.kde.plasma.phoneshell" +QT_QPA_PLATFORM=wayland dbus-run-session kwin_wayland --xwayland "plasmashell -p org.kde.plasma.mobileshell" ``` --- diff --git a/bin/startplasmamobile.in b/bin/startplasmamobile.in index 805183b8..3c1c79a2 100755 --- a/bin/startplasmamobile.in +++ b/bin/startplasmamobile.in @@ -24,5 +24,5 @@ then fi # TODO port away from PLASMA_DEFAULT_SHELL into QT_QPA_PLATFORM=offscreen plasma-apply-lookandfeel --apply org.kde.plasma.phone -export PLASMA_DEFAULT_SHELL=org.kde.plasma.phoneshell +export PLASMA_DEFAULT_SHELL=org.kde.plasma.mobileshell startplasma-wayland --xwayland --inputmethod maliit-keyboard diff --git a/shell/metadata.json b/shell/metadata.json index 271a25fa..95b20e73 100644 --- a/shell/metadata.json +++ b/shell/metadata.json @@ -68,7 +68,7 @@ "Description[uk]": "Оболонка Плазми для мобільних пристроїв", "Description[x-test]": "xxPlasma shell for mobile devicesxx", "Description[zh_CN]": "针对手机设备设计的 Plasma 外壳程序", - "Id": "org.kde.plasma.phoneshell", + "Id": "org.kde.plasma.mobileshell", "License": "GPLv2+", "Name": "Plasma Mobile", "Name[ar]": "بلازما الجوال",