mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
shell: Change id to org.kde.plasma.mobileshell
This commit is contained in:
parent
1542764d2c
commit
f3e1738122
4 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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]": "بلازما الجوال",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue