trustcrypto / OnlyKey-App

The OnlyKey App is used for the initial setup and configuration of OnlyKey. Supported on Windows, macOS, Linux, and Chromebook (with Chrome App).
https://docs.crp.to/app.html
Other
105 stars 24 forks source link

Dialog boxes with unreadable text display issue #199

Open Ian2020 opened 2 years ago

Ian2020 commented 2 years ago

On snap app v5.3.6 when I bring up any file dialogs (e.g. save backup or select firmware) I see text as boxes:

Screenshot from 2022-05-27 14-53-05

This seems to be a known issue elsewhere (upstream?) https://github.com/electron-userland/electron-builder/issues/5217 - it has been closed by a bot however one person is questioning that. The suggested workaround:

sudo rm /var/cache/fontconfig/*
rm ~/.cache/fontconfig/*
fc-cache -r

...is not working for me either unfortunately.

Ian2020 commented 2 years ago

Ok after digging through the workaround chat at https://forum.snapcraft.io/t/snapped-app-not-loading-fonts-on-fedora-and-arch/12484/48 this worked around it on Fedora 34:

rm ~/.cache/fontconfig/* ~/snap/onlykey-app/common/.cache/fontconfig/*