From 178e7e22e4475554f02e0f0740afbf72436cd4e6 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 10 Mar 2021 01:24:44 +0100 Subject: [PATCH] wayland: Do not force qtvirtualkeyboard Remnant from the past, it made it work weird on some systems, should have been removed when we removed elsewhere in KWin. --- src/main_wayland.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main_wayland.cpp b/src/main_wayland.cpp index 897815e1ec..e31108e048 100644 --- a/src/main_wayland.cpp +++ b/src/main_wayland.cpp @@ -493,7 +493,6 @@ int main(int argc, char * argv[]) setenv("QT_QPA_PLATFORM", "wayland-org.kde.kwin.qpa", true); qunsetenv("QT_DEVICE_PIXEL_RATIO"); - qputenv("QT_IM_MODULE", "qtvirtualkeyboard"); qputenv("QSG_RENDER_LOOP", "basic"); QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); KWin::ApplicationWayland a(argc, argv);