2019-10-14 13:45:45 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
[ -f /etc/profile ] && . /etc/profile
|
|
|
|
|
|
|
|
|
|
export QT_QPA_PLATFORM=wayland
|
|
|
|
|
export QT_QPA_PLATFORMTHEME=KDE
|
|
|
|
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
|
|
|
|
export EGL_PLATFORM=wayland
|
|
|
|
|
|
2020-12-04 16:40:41 +00:00
|
|
|
export QT_QUICK_CONTROLS_STYLE=org.kde.breeze
|
2019-10-14 13:45:45 +00:00
|
|
|
export QT_ENABLE_GLYPH_CACHE_WORKAROUND=1
|
|
|
|
|
export QT_QUICK_CONTROLS_MOBILE=true
|
2020-09-18 14:27:32 +00:00
|
|
|
export PLASMA_INTEGRATION_USE_PORTAL=1
|
2019-12-04 19:37:59 +00:00
|
|
|
export PLASMA_PLATFORM=phone:handset
|
2019-10-14 13:45:45 +00:00
|
|
|
|
2021-09-02 13:35:09 +00:00
|
|
|
lookandfeeltool --apply org.kde.plasma.phoneshell
|
2020-09-17 07:07:44 +00:00
|
|
|
startplasma-wayland --xwayland --libinput --lockscreen --inputmethod maliit-keyboard --exit-with-session=@KDE_INSTALL_FULL_LIBEXECDIR@/startplasma-waylandsession
|