https://bugs.documentfoundation.org/show_bug.cgi?id=165249
--- Comment #3 from Hossein <[email protected]> --- @Heiko: You may see the problem easier with minweld example: $ SAL_USE_VCLPLUGIN=gen ./bin/run minweld The above command lead to hang, but with other UI plugins like gtk3, qt5, win, etc., it works just fine: $ SAL_USE_VCLPLUGIN=gtk3 ./bin/run minweld The issue comes from the fact that the "imPreview" GtkDrawingArea is not handled in this example which uses cui/ui/tipofthedaydialog.ui. The underlying gen UI VCL implementation keeps window blocked until this widget is initialized properly. This translates to a few seconds of UI hang before that element gets initialized. -- You are receiving this mail because: You are the assignee for the bug.
