Commit 67e24e14 authored by eetu's avatar eetu

[Fix] Fix qtvirtualkeyboard to have Nemo theme and change org.nemomobile.xyz to Nemo.XYZ

parent b4513e3b
......@@ -74,6 +74,8 @@ int main(int argc, char **argv)
// Fixes a bug where some applications wouldn't launch, eg. terminal or browser
setenv("EGL_PLATFORM", "wayland", 1);
setenv("QT_QPA_PLATFORM", "wayland", 1);
setenv("QT_WAYLAND_DISABLE_WINDOWDECORATION", "1", 1);
setenv("QT_VIRTUALKEYBOARD_STYLE", "Nemo", 1);
setenv("QT_IM_MODULE", "qtvirtualkeyboard", 1);
app.mainWindowInstance()->showFullScreen();
return app.exec();
......
......@@ -27,7 +27,7 @@ import QtQuick 2.6
import QtQuick.VirtualKeyboard 2.1
import org.nemomobile.lipstick 0.1
import org.nemomobile.configuration 1.0
import Nemo.Configuration 1.0
import QtQuick.Controls.Nemo 1.0
import QtQuick.Controls.Styles.Nemo 1.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment