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-05-30 23:57:16 +00:00
|
|
|
Contains components such as:
|
2021-05-31 00:04:53 +00:00
|
|
|
* Shell panels ([task panel](containments/taskpanel), and [top panel](containments/panel))
|
|
|
|
|
* [Homescreen](containments/homescreen)
|
|
|
|
|
* [Logout menu](look-and-feel/contents/logout)
|
|
|
|
|
* [Lockscreen theme](look-and-feel/contents/lockscreen)
|
|
|
|
|
* [Search applet](applets/krunner)
|
2021-05-30 23:57:16 +00:00
|
|
|
|
|
|
|
|
## Links
|
|
|
|
|
* Project page: https://invent.kde.org/plasma/plasma-phone-components
|
|
|
|
|
* Issues relating to the shell: https://invent.kde.org/plasma-mobile/plasma-phone-components/-/issues
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
Dependencies:
|
|
|
|
|
* KDE Frameworks 5 setup (plasma-framework and its dependencies)
|
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
|
|
|
```
|