Don't force KSCREEN_BACKEND to be QScreen

This was added as workaround for the hwcomposer, I am not sure if this
is actually needed now for hwcomposer backend with proper xdg_output
support, but even if is needed, this script seems wrong place to enforce
this.
This commit is contained in:
Bhushan Shah 2019-02-21 20:41:19 +05:30
parent 3e5923b783
commit 3b4dd4c15f

View file

@ -19,7 +19,6 @@ export QT_QPA_PLATFORM=wayland
export QT_QPA_PLATFORMTHEME=KDE export QT_QPA_PLATFORMTHEME=KDE
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export XDG_CURRENT_DESKTOP=KDE export XDG_CURRENT_DESKTOP=KDE
export KSCREEN_BACKEND=QScreen
export KDE_FULL_SESSION=1 export KDE_FULL_SESSION=1
export KDE_SESSION_VERSION=5 export KDE_SESSION_VERSION=5