shell: Change id to org.kde.plasma.mobileshell

This commit is contained in:
Devin Lin 2023-11-23 00:05:44 -08:00
parent 1542764d2c
commit f3e1738122
4 changed files with 4 additions and 4 deletions

View file

@ -100,7 +100,7 @@ include(CheckIncludeFiles)
ecm_find_qmlmodule(org.kde.pipewire 0.1) ecm_find_qmlmodule(org.kde.pipewire 0.1)
plasma_install_package(lookandfeel org.kde.breeze.mobile look-and-feel lookandfeel) 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(bin)
add_subdirectory(containments) add_subdirectory(containments)

View file

@ -49,7 +49,7 @@ Dependencies:
To start the phone homescreen in a window, run: 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"
``` ```
--- ---

View file

@ -24,5 +24,5 @@ then
fi fi
# TODO port away from PLASMA_DEFAULT_SHELL into QT_QPA_PLATFORM=offscreen plasma-apply-lookandfeel --apply org.kde.plasma.phone # 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 startplasma-wayland --xwayland --inputmethod maliit-keyboard

View file

@ -68,7 +68,7 @@
"Description[uk]": "Оболонка Плазми для мобільних пристроїв", "Description[uk]": "Оболонка Плазми для мобільних пристроїв",
"Description[x-test]": "xxPlasma shell for mobile devicesxx", "Description[x-test]": "xxPlasma shell for mobile devicesxx",
"Description[zh_CN]": "针对手机设备设计的 Plasma 外壳程序", "Description[zh_CN]": "针对手机设备设计的 Plasma 外壳程序",
"Id": "org.kde.plasma.phoneshell", "Id": "org.kde.plasma.mobileshell",
"License": "GPLv2+", "License": "GPLv2+",
"Name": "Plasma Mobile", "Name": "Plasma Mobile",
"Name[ar]": "بلازما الجوال", "Name[ar]": "بلازما الجوال",