Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Squares-instead-of-text.md « Problems-and-tweaks - gitlab.com/Remmina/remmina-wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a54d4cea2b18db942a65fe121e46da5094bc6ce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Sometimes, when you start Remmina, it shows squares instead of each character in all of Remmina' GUI elements.

![image](uploads/05b5a44815444cabe7912831010f0c48/image.png)

This is caused by a broken font cache.

The quick-fix is:

```
pkill remmina
rm -rf ~/.cache/fontconfig
fc-cache -f -v
sudo rm -rf /var/cache/fontconfig/*
sudo fc-cache -f -v
``` 

Start Remmina again and the problem should have disappeared.