mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 04:52:56 +01:00
The main window must be visible before avplay or a framebuffer filter requests the framebuffer session which goes to Nitpicker, because the parent view of the new Nitpicker view is part of the QNitpickerPlatformWindow object, which is created when the main window becomes visible. If this object does not exist yet, a page fault occurs. Fixes #2187