https://bugs.documentfoundation.org/show_bug.cgi?id=87673

--- Comment #12 from Michael Meeks <michael.me...@collabora.com> ---
Wrt. focusing on the initial issue here; I believe we need to catch badness,
particularly crashes during rendering operations and present a native-dialog
on-start / recovery to allow the option of disabling GL. Luckily VCL provides a
native dialog API to allow by-passing the necessity of using VCL, and (I hope)
we could detect this rather early in the startup cf.

vcl/inc/salsys.hxx:

    virtual int ShowNativeMessageBox( const OUString& rTitle,
                                      const OUString& rMessage,
                                      int nButtonCombination,
                                      int nDefaultButton,
                                      bool bUseResources ) = 0;

Which was previously used to explain accessibility problems rather early in the
startup, but seems like a great match for this use-case too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to