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

Sébastien Ducoulombier <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected]
            Summary|UI: all windows remain      |UI: all windows remain
                   |empty after changing        |empty after changing
                   |selection font using the    |selection font using the
                   |mouse pointer               |mouse pointer when corrupt
                   |                            |font files are installed
     Ever confirmed|0                           |1

--- Comment #2 from Sébastien Ducoulombier <[email protected]> ---
Corrupt font files cause this bug.

To fix the issue, I typed this command to list the corrupt font files and I
deleted them.

find -type f /usr/local/share/fonts |while read f; do fc-validate "$f"
>/dev/null; done

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to