From cc99e25121321ede676e3e50a96ef9cf681b52d6 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Mon, 17 Jul 2023 14:57:26 +0300 Subject: [PATCH] Remove --lockscreen argument from the launch script The lockscreen is already initiated through kscreenlockerrc, no need to do it twice --- bin/startplasmamobile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/startplasmamobile.in b/bin/startplasmamobile.in index 814fba4b..805183b8 100755 --- a/bin/startplasmamobile.in +++ b/bin/startplasmamobile.in @@ -25,4 +25,4 @@ fi # 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 --lockscreen --inputmethod maliit-keyboard +startplasma-wayland --xwayland --inputmethod maliit-keyboard