SHIFT is an open source shell built on KDE Plasma Mobile, designed to adapt fluidly to your computing needs across devices
Find a file
Alexey Min 036edc24cb Use loop instead of recursion
This fixes crash when clicking "screenshot" button
in the top panel on postmarketOS. The reason for crash
is that default thread stack size in musl libc is limited,
and recursion in a function with a 4 Kb buffer consumes
it all.
2021-02-01 17:52:33 +03:00
applets SVN_SILENT made messages (.desktop file) - always resolve ours 2020-12-25 06:23:37 +01:00
bin Drop workarounds 2021-01-04 13:09:32 +05:30
components minimize to launcher when the switcher is not visible 2020-07-30 17:20:07 +02:00
containments Use loop instead of recursion 2021-02-01 17:52:33 +03:00
kwinmultitasking SVN_SILENT made messages (.desktop file) - always resolve ours 2020-12-20 06:16:31 +01:00
look-and-feel Add lockscreen notification animations, and delegate recycler 2020-12-23 22:09:54 -05:00
shell Fix logic error in f19f629b4b 2021-01-28 15:35:33 +05:30
touchscreentest Use versionless Qt cmake target 2021-01-30 17:23:02 +01:00
.arcconfig add .arcconfig 2016-08-12 14:56:49 +05:30
.gitignore Add kdev files to gitignore 2019-10-25 17:26:58 +02:00
CMakeLists.txt Update kf5 version requirement to 5.78 2021-01-21 12:31:04 +00:00
COPYING add missing licences 2018-02-21 15:44:01 +00:00
COPYING.LIB add missing licences 2018-02-21 15:44:01 +00:00
plasma_phone_components.notifyrc SVN_SILENT made messages (.desktop file) - always resolve ours 2021-01-17 06:43:41 +01:00
README.md README: Update libqofono repository location 2019-05-01 12:47:18 +02:00

plasma-phone-components

UI components for Plasma Phone

Test on a development machine

Dependencies:

If you want to test some part specific to telephony, set up ofono-phonesim according to https://docs.plasma-mobile.org/Ofono.html

To start the phone homescreen in a window, run:

QT_QPA_PLATFORM=wayland dbus-run-session kwin_wayland --xwayland "plasmashell -p org.kde.plasma.phone"