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.
This commit is contained in:
Aleix Pol 2021-03-10 01:24:44 +01:00 committed by Aleix Pol Gonzalez
parent 83388295c8
commit 178e7e22e4

View file

@ -493,7 +493,6 @@ int main(int argc, char * argv[])
setenv("QT_QPA_PLATFORM", "wayland-org.kde.kwin.qpa", true); setenv("QT_QPA_PLATFORM", "wayland-org.kde.kwin.qpa", true);
qunsetenv("QT_DEVICE_PIXEL_RATIO"); qunsetenv("QT_DEVICE_PIXEL_RATIO");
qputenv("QT_IM_MODULE", "qtvirtualkeyboard");
qputenv("QSG_RENDER_LOOP", "basic"); qputenv("QSG_RENDER_LOOP", "basic");
QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
KWin::ApplicationWayland a(argc, argv); KWin::ApplicationWayland a(argc, argv);