diff --git a/src/keyboard/keyboard.cpp b/src/keyboard/keyboard.cpp index ffd1dcb7..2a52be1f 100644 --- a/src/keyboard/keyboard.cpp +++ b/src/keyboard/keyboard.cpp @@ -30,7 +30,7 @@ int main(int argc, char **argv) { setenv("QT_IM_MODULE", "none", true); - setenv("QT_WAYLAND_SHELL_INTEGRATION", "inputpanel-shell", true); + setenv("QT_WAYLAND_SHELL_INTEGRATION", "layer-shell", true); QGuiApplication app(argc, argv); @@ -38,4 +38,4 @@ int main(int argc, char **argv) { Maliit::StandaloneInputMethod inputMethod(&plugin); return app.exec(); -} \ No newline at end of file +}