diff options
author | Stefan Eichenberger <stefan.eichenberger@toradex.com> | 2022-11-16 17:42:02 +0100 |
---|---|---|
committer | Stefan Eichenberger <eichest@gmail.com> | 2022-11-18 10:28:11 +0100 |
commit | 2ca50c7c93e69cd02028ec5a204b84632d996703 (patch) | |
tree | 3049f3977f3a4fc30a4199fd53a3b26d4e6858c9 /recipes-sato/matchbox-keyboard | |
parent | 52d406296e885719b0d8e0209b454da74957a67e (diff) |
qt5: examples: cinematicexperience: Fix a crash with no screen
When there is no screen attached the Qt application fails to start.
The message when the application crashes is:
xdg_wm_base@17: error 4: xdg_surface geometry (500 x 500) is larger than the configured fullscreen state (0 x 0)
The Wayland connection experienced a fatal error: Protocol error
This leads to a kernel messages each time the application tries to
start. With BSP5 the application just tries to restart every time the
applications exits but doesn't spam the kernel log. The reason
why this changed is this new feature:
https://code.qt.io/cgit/qt/qtwayland.git/commit/?h=5.15&id=d58008c4310f99d0faebcfb2fd9aa9296b813ecf
The change of this commit fixes the application so that it properly
works with no screen attached and doesn't crash at all.
Related-to: ELB-4884
Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
Diffstat (limited to 'recipes-sato/matchbox-keyboard')
0 files changed, 0 insertions, 0 deletions