shift-shell/README.md

21 lines
702 B
Markdown
Raw Normal View History

2014-08-06 08:03:54 +00:00
plasma-phone-components
=======================
UI components for Plasma Phone
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
```