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:
parent
83388295c8
commit
178e7e22e4
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue