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!
That output is usually what you get when you try to run on a compositor that doesn't support the
ivi_applicationextension.If you run the application with
WAYLAND_DEBUG=1set in the environment, there should be a line similar to this:and one that binds to that interface:
If it's not there, then your compositor doesn't support the
ivi-shellshell integration.