From b7b963822c19730a1674f97d8bc6db2da62f1ebb Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Sat, 13 Nov 2021 14:26:56 +0530 Subject: [PATCH] Fix plasma mobile session KWin in plasma/kwin@ef72bae42f03a2b38e1c459007b6ef removed the libinput option, if we start kwin with this option, it fails with unknown option libinput and eventually gives up --- bin/kwinwrapper.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kwinwrapper.in b/bin/kwinwrapper.in index ef39a19c..805e4be7 100755 --- a/bin/kwinwrapper.in +++ b/bin/kwinwrapper.in @@ -16,4 +16,4 @@ export PLASMA_PLATFORM=phone:handset # TODO port away from PLASMA_DEFAULT_SHELL into QT_QPA_PLATFORM=offscreen plasma-apply-lookandfeel --apply org.kde.plasma.phone export PLASMA_DEFAULT_SHELL=org.kde.plasma.phoneshell -startplasma-wayland --xwayland --libinput --lockscreen --inputmethod maliit-keyboard --exit-with-session=@KDE_INSTALL_FULL_LIBEXECDIR@/startplasma-waylandsession +startplasma-wayland --xwayland --lockscreen --inputmethod maliit-keyboard --exit-with-session=@KDE_INSTALL_FULL_LIBEXECDIR@/startplasma-waylandsession