Skip to content

Instantly share code, notes, and snippets.

@ChrisLane
Created May 26, 2020 09:38
Show Gist options
  • Save ChrisLane/3807881c82874f8b12703561cb5faec0 to your computer and use it in GitHub Desktop.
Save ChrisLane/3807881c82874f8b12703561cb5faec0 to your computer and use it in GitHub Desktop.
Wayland KTouch log
chris@chrispc% QT_QPA_PLATFORM=wayland ktouch
(ktouch:13354): Gtk-WARNING **: 10:38:09.547: Unable to locate theme engine in module_path: "murrine",
qCoreApp Application(0x7ffc2ccc5100)
kf5.ki18n: "0 instead of 1 arguments to message {Do you really want t...} supplied before conversion."
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
qrc:/ktouch/qml/keyboard/KeyItem.qml:204: TypeError: Cannot read property 'height' of null
qrc:/ktouch/qml/keyboard/KeyLabel.qml:63: TypeError: Cannot read property 'height' of null
qrc:/ktouch/qml/keyboard/KeyLabel.qml:63: TypeError: Cannot read property 'height' of null
qrc:/ktouch/qml/keyboard/KeyLabel.qml:63: TypeError: Cannot read property 'height' of null
qrc:/ktouch/qml/keyboard/KeyLabel.qml:63: TypeError: Cannot read property 'height' of null
qrc:/ktouch/qml/keyboard/KeyItem.qml:237: TypeError: Cannot read property 'width' of null
qrc:/ktouch/qml/keyboard/KeyItem.qml:235: TypeError: Cannot read property 'width' of null
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
qt.qpa.wayland: Ignoring unexpected wl_surface.enter received for output with id: 14 screen name: "HDMI-A-1" screen model: "DELL E2211H" This is most likely a bug in the compositor.
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
@socrateselton
Copy link

hi, am use wayland and sway, i solved this problema: QT_QPA_PLATFORM=xcb ktouch + work fine...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment