https://bugs.documentfoundation.org/show_bug.cgi?id=150622
--- Comment #2 from [email protected] --- Created attachment 182754 --> https://bugs.documentfoundation.org/attachment.cgi?id=182754&action=edit For p.5,6 of the comments. Contains one png screenshot and one webm video. Before describing screenshots, just want to mention another thing I noticed. If I download AppImage, unpack it (I don't want to use AppImage) and use *that* libreoffice, then everything is just OK. Should I download deb file and the bug shows up. The AppImage version I am using now and which works is 'LibreOffice 7.3.1.3 a69ca51ded25f3eefd52d7bf9a5fad8c90b87951' Since you need more info, I'll describe all the steps. I'm reproducing it in real time as I type the comment. 1. Download the still version: Linux (64-bit) (deb). 2. #!/bin/bash tar xf LibreOffice_7.3.6_Linux_x86-64_deb.tar.gz cd LibreOffice_7.3.6.2_Linux_x86-64_deb find DEBS/ -type f | while read -r file; do ar x "$file" rm debian-binary control.tar.gz tar xf data.tar.xz rm data.tar.xz done cd opt/libreoffice7.3/program 3. Launch it: ./soffice; open empty Writer document. 4. First of all, I am unable to select any icon style. Sifr is being enforced on me. If I delete it manually, I become able to choose. 5. Then, as you can see in 'writer_bug_demonstration.png', no icons, broken charts and black selection. 6. Watch 'impress_bug_demonstration.webm' (14 seconds). No icons and very slow response when typing. That's all I noticed. Extensions: I only have TexMath and it doesn't affect. Clean profile yields the exact same results. Version: version of the libreoffice I just reproduced the bug in is 'LibreOffice 7.3.6.2 c28ca90fd6e1a19e189fc16c05f8f8924961e12e' -- You are receiving this mail because: You are the assignee for the bug.
