mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
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
This commit is contained in:
parent
b14f604a32
commit
6204b90a51
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue