2014-08-06 08:03:54 +00:00
|
|
|
plasma-phone-components
|
|
|
|
|
=======================
|
|
|
|
|
|
|
|
|
|
UI components for Plasma Phone
|
2014-11-13 20:29:24 +00:00
|
|
|
|
|
|
|
|
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
|
2019-05-01 10:47:18 +00:00
|
|
|
* 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/
|
2014-11-13 20:29:24 +00:00
|
|
|
|
2019-03-06 15:31:55 +00:00
|
|
|
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
|
|
|
|
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
|
|
|
```
|
2019-03-06 15:31:55 +00:00
|
|
|
QT_QPA_PLATFORM=wayland dbus-run-session kwin_wayland --xwayland "plasmashell -p org.kde.plasma.phone"
|
2019-01-11 10:58:48 +00:00
|
|
|
```
|