I use wayland weston and qt 5.6.2 in my arm board and start my app with bellow commands
openvt -s -- weston --backend=fbdev-backend.so --idle-time=0
/root/myapp -platform wayland-egl
but before my app starts, it shown weston shell.I need to start my qt app at startup without showing weston shell, is it possible?
You can try the answers on this question and also change the background to black.
However, if you're just going to run one application fullscreen, you could skip Weston altogether and just run the client with the
eglfsbackend. I.e:or perhaps
linuxfbifeglfsis not supported on your system.If you for some reason need to use Wayland, another thing you could do is use one of the example Qt Wayland compositors. I.e: minimal-qml. And then just change the background color to black or whatever you want.