https://bugs.documentfoundation.org/show_bug.cgi?id=156855
--- Comment #8 from Christian Lohmaier <[email protected]> --- oups, wasn't done writing the comment – workaround is to use the light application theme or to reset the corresponding settings from the user-profile, then you actually get the default behavior again. A command you could use to reset the relevant settings is (make sure to have it all in a single line): sed -i .bak -e '/COLOR_SCHEME_LIBREOFFICE_AUTOMATIC/d' -e '/ApplicationAppearance/d' "$HOME/Library/Application Support/LibreOffice/4/user/registrymodifications.xcu" the COLOR_SCHEME_LIBREOFFICE_AUTOMATIC values are the cause of having black canvas/are incorrectly applied and not cleared when switching back to follow the system's theme, and the ApplicationAppearance one is the system/light/dark toggle that will be reset to system. Anyhow, that's the other issue. -- You are receiving this mail because: You are the assignee for the bug.
