https://bugs.documentfoundation.org/show_bug.cgi?id=165595
--- Comment #16 from Saburo <[email protected]> --- I've tried 3 different patterns but they're all slow. 1. pwsh -Command { $env:DISABLE_SYSTEM_DEPENDENT_PRIMITIVE_RENDERER=1; C:\'Program Files'\LibreOffice\program\soffice.exe } 2. C:\Windows\System32\cmd.exe /c "set DISABLE_SYSTEM_DEPENDENT_PRIMITIVE_RENDERER=1 && START /D ^"C:\Program Files\LibreOffice\program^" soffice.exe --norestore" 3. "C:\Program Files\LibreOffice\program\soffice.exe" -env:DISABLE_SYSTEM_DEPENDENT_PRIMITIVE_RENDERER=1 -- You are receiving this mail because: You are the assignee for the bug.
