shift-shell/bin/kwinwrapper
Bhushan Shah cab38bbd97 Don't apply un-needed workaround
(which breaks more things then it fixes)
2019-11-22 14:44:11 +05:30

25 lines
783 B
Bash
Executable file

#!/bin/sh
[ -f /etc/profile ] && . /etc/profile
export $(dbus-launch)
export QT_QPA_PLATFORM=wayland
export QT_QPA_PLATFORMTHEME=KDE
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export XDG_CURRENT_DESKTOP=KDE
export EGL_PLATFORM=wayland
export KDE_FULL_SESSION=1
export KDE_SESSION_VERSION=5
export PLASMA_PLATFORM=phone
export QT_QUICK_CONTROLS_STYLE=Plasma
export QT_ENABLE_GLYPH_CACHE_WORKAROUND=1
export QT_QUICK_CONTROLS_MOBILE=true
# work around to fix : https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1507584
if [ -d /usr/lib/arm-linux-gnueabihf/libhybris-egl ]; then
export LD_LIBRARY_PATH=/usr/lib/arm-linux-gnueabihf/libhybris-egl:$LD_LIBRARY_PATH
fi
touch /tmp/simplelogin_starting
kwin_wayland --xwayland --libinput --inputmethod maliit-server plasma-phone