mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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.
This commit is contained in:
parent
54bb4a3946
commit
0998bcfa27
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue