shift-shell/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 lines
1.3 KiB
Markdown
Raw Normal View History

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.
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
Dependencies:
* KDE Frameworks 5 setup (plasma-framework and its dependencies)
* oFono https://git.kernel.org/cgit/network/ofono/ofono.git
* libqofono https://git.merproject.org/mer-core/libqofono
2014-11-28 20:22:46 +00:00
* ofono-phonesim https://git.kernel.org/cgit/network/ofono/phonesim.git/
If you want to test some part specific to telephony, set up ofono-phonesim according to https://docs.plasma-mobile.org/Ofono.html
2015-04-20 12:15:15 +00:00
To start the phone homescreen in a window, run:
2019-01-11 10:58:48 +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
```