I want to launch a Qt application in Wayland ivi-shell.
I tried
QT_WAYLAND_SHELL_INTEGRATION=ivi-shell ./hello-qt-quick2 -platform wayland
Expect the Qt application could launch in Wayland ivi-shell.
But failed with the following message
Failed to load shell integration ivi-shell
Anybody knows what to do with it? Thanks so much!
I got some worked thing on Raspberry Pi 3 like this:
Set environment variable
export XDG_RUNTIME_DIR=$HOME/.xdg
Run Qt5WaylandCompositor
$ QT_WAYLAND_CLIENT_BUFFER_INTEGRATION=brcm ./ivi-compositor &
Run Qt5 client application
$ QT_WAYLAND_SHELL_INTEGRATION=ivi-shell ./untitled2 -platform wayland