2021-12-23 16:02:41 +00:00
<!--
- SPDX-FileCopyrightText: None
- SPDX-License-Identifier: CC0-1.0
-->
2021-05-30 23:57:16 +00:00
# plasma-phone-components
2014-08-06 08:03:54 +00:00
2021-05-30 23:57:16 +00:00
UI components for Plasma Mobile.
2014-11-13 20:29:24 +00:00
2021-12-23 00:35:46 +00:00
Locations:
* [applets ](applets ) - plasmoids
* [components/mobileshell ](components/mobileshell ) - shell component library
* [containments ](containments ) - shell panels (homescreen, status bar, task panel)
* [look-and-feel ](look-and-feel/contents ) - Plasma look-and-feel packages (ex. lockscreen, logout, etc.)
* [quicksettings ](quicksettings ) - quick settings packages for the action drawer
2021-05-30 23:57:16 +00:00
## Links
* Project page: https://invent.kde.org/plasma/plasma-phone-components
2022-01-05 04:19:12 +00:00
* Issues relating to the shell: https://invent.kde.org/plasma/plasma-phone-components/-/issues
2021-05-30 23:57:16 +00:00
* General Plasma Mobile issues: https://invent.kde.org/teams/plasma-mobile/issues/-/issues
* Development channel: https://matrix.to/#/#plasmamobile:matrix.org
## Test on a development machine
2014-11-13 20:29:24 +00:00
2021-12-23 00:35:46 +00:00
It is recommended to use `kdesrc-build` to build this from source. See [this page ](https://community.kde.org/Get_Involved/development ) in order to set it up.
2014-11-13 20:29:24 +00:00
Dependencies:
* KDE Frameworks 5 setup (plasma-framework and its dependencies)
2021-12-23 00:35:46 +00:00
* Plasma Nano
2015-04-20 12:15:15 +00:00
2019-03-06 15:31:55 +00:00
To start the phone homescreen in a window, run:
2019-01-11 10:58:48 +00:00
```
2021-02-24 12:35:46 +00:00
QT_QPA_PLATFORM=wayland dbus-run-session kwin_wayland --xwayland "plasmashell -p org.kde.plasma.phoneshell"
2019-01-11 10:58:48 +00:00
```