From 0998bcfa27ee24ae4b587e3a3e55c1690cce4716 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Tue, 18 Aug 2020 02:10:15 +0200 Subject: [PATCH] Specify the maliit-keyboard as the input method to use I wonder why we were specifying maliit-server now, definitely was unused. Using maliit-keyboard we'll get to leverage the input-method-v1 support we have now in kwin, allowing to move the keyboard into a separate process and making the development of the virtual keyboard increasinly modular. --- bin/kwinwrapper.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kwinwrapper.in b/bin/kwinwrapper.in index 0fd70509..bc0dd4e8 100755 --- a/bin/kwinwrapper.in +++ b/bin/kwinwrapper.in @@ -23,4 +23,4 @@ if [ -d @KDE_INSTALL_FULL_LIBDIR@/libhybris-egl ]; then fi touch /tmp/simplelogin_starting -startplasma-wayland --xwayland --libinput --inputmethod maliit-server --exit-with-session=@KDE_INSTALL_FULL_LIBEXECDIR@/startplasma-waylandsession +startplasma-wayland --xwayland --libinput --inputmethod maliit-keyboard --exit-with-session=@KDE_INSTALL_FULL_LIBEXECDIR@/startplasma-waylandsession