From 6204b90a5106e1a8acb1853efa0c8555d7c3097c Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Mon, 4 Jan 2021 13:09:32 +0530 Subject: [PATCH] Drop workarounds - We no longer support the hwcomposer stuff and that workaround was wrong anyway - Drop touching a random file which was added for debugging earlier --- bin/kwinwrapper.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bin/kwinwrapper.in b/bin/kwinwrapper.in index 7a3a0aff..b4b06e37 100755 --- a/bin/kwinwrapper.in +++ b/bin/kwinwrapper.in @@ -18,10 +18,4 @@ export GRID_UNIT_PX=25 export FORCE_RIL_NUM_MODEMS=1 export PLASMA_DEFAULT_SHELL=org.kde.plasma.phoneshell -# work around to fix : https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1507584 -if [ -d @KDE_INSTALL_FULL_LIBDIR@/libhybris-egl ]; then - export LD_LIBRARY_PATH=@KDE_INSTALL_FULL_LIBDIR@/libhybris-egl:$LD_LIBRARY_PATH -fi - -touch /tmp/simplelogin_starting startplasma-wayland --xwayland --libinput --lockscreen --inputmethod maliit-keyboard --exit-with-session=@KDE_INSTALL_FULL_LIBEXECDIR@/startplasma-waylandsession