https://bugs.documentfoundation.org/show_bug.cgi?id=157083
--- Comment #8 from Patrick Luby <[email protected]> --- (In reply to Xisco FaulĂ from comment #7) > Can you use SAL_USE_VCLPLUGIN=gen on mac ? The "gen" plugin does not get built on macOS so I get the following message after setting SAL_USE_VCLPLUGIN=gen and running from the Terminal: warn:vcl.plugadapt:29239:36030516:vcl/source/app/salplug.cxx:158: could not load shared object libvclplug_genlo.dylib The closest to "gen" on macOS is to disable Skia which will do all drawing using native macOS Quartz 2D drawing functions. Since the bug does not occur with those functions, I think we can assume that the remaining bug is limited to only the non-Skia, X11 drawing code. Can anyone test if this bug still occurs on Windows with Skia disabled? Windows has its own non-Skia, native drawing code like macOS. -- You are receiving this mail because: You are the assignee for the bug.
