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

gitlab.com/Remmina/remmina-wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2020-11-24 10:40:58 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-11-24 10:40:58 +0300
commit52fbad37b18fcfe2e3abf3ce5a4bbff90250b5dc (patch)
tree8c3eeadface74ce0007832ba4058a9e95da7ae08
parentbd31dba914054db4d0bef08e059093db466f7d0a (diff)
Create Problems and tweaks/Squares instead of text
-rw-r--r--Problems-and-tweaks/Squares-instead-of-text.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/Problems-and-tweaks/Squares-instead-of-text.md b/Problems-and-tweaks/Squares-instead-of-text.md
new file mode 100644
index 0000000..a7e762f
--- /dev/null
+++ b/Problems-and-tweaks/Squares-instead-of-text.md
@@ -0,0 +1,17 @@
+Sometimes, when you start Remmina, it shows squares instead of each character in all Remmina' GUI elements.
+
+![image](uploads/05b5a44815444cabe7912831010f0c48/image.png)
+
+This is cause by a broken fon 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 disappered.