guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fc-cache -f --> fc-cache -fv in the manual


From: Joshua Branson
Subject: fc-cache -f --> fc-cache -fv in the manual
Date: Tue, 10 Sep 2019 12:02:03 -0400

Hey Guix,

This is a tiny documentation fix.  When I was having trouble a few
days ago getting Icecat to display my fonts, I checked the manual and
ran the command "fc-cache -f".  It did successfully run, but I did not
see any indication that it did anything.  So I ran it repeatedly.

Perhaps we should add the verbose option.  This will signal to users
that the command is updating the font cache.  I also went ahead and
changed command in the translated manuals as well.  

Thanks,

Joshua

>From 7ee67dcfec6bda2f66fcb1fbb4445444fb41e2e2 Mon Sep 17 00:00:00 2001
From: Joshua Branson <address@hidden>
Date: Tue, 10 Sep 2019 11:48:41 -0400
Subject: [PATCH] "fc-cache -f" ought to be "fc-cache -fv".  This way users can
 see if they command is actually doing anything.

---
 doc/guix.texi               | 2 +-
 po/doc/guix-manual.de.po    | 4 ++--
 po/doc/guix-manual.es.po    | 4 ++--
 po/doc/guix-manual.fr.po    | 4 ++--
 po/doc/guix-manual.ru.po    | 4 ++--
 po/doc/guix-manual.zh_CN.po | 2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 989b3d03bb..257b0ac2aa 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -1724,7 +1724,7 @@ to make sure your TrueType fonts are listed there.
 After installing fonts you may have to refresh the font cache to use
 them in applications.  The same applies when applications installed via
 Guix do not seem to find fonts.  To force rebuilding of the font cache
-run @code{fc-cache -f}.  The @code{fc-cache} command is provided by the
+run @code{fc-cache -fv}.  The @code{fc-cache} command is provided by the
 @code{fontconfig} package.
 
 @subsection X.509 Certificates
diff --git a/po/doc/guix-manual.de.po b/po/doc/guix-manual.de.po
index 7a598cfc64..152395a7e2 100644
--- a/po/doc/guix-manual.de.po
+++ b/po/doc/guix-manual.de.po
@@ -5210,8 +5210,8 @@ msgstr "Font-Cache"
 
 #. type: Plain text
 #: doc/guix.texi:1714
-msgid "After installing fonts you may have to refresh the font cache to use 
them in applications.  The same applies when applications installed via Guix do 
not seem to find fonts.  To force rebuilding of the font cache run 
@code{fc-cache -f}.  The @code{fc-cache} command is provided by the 
@code{fontconfig} package."
-msgstr "Nach der Installation der Schriftarten müssen Sie unter Umständen den 
Schriftarten-Zwischenspeicher (Font-Cache) erneuern, um diese in Anwendungen 
benutzen zu können. Gleiches gilt, wenn mit Guix installierte Anwendungen 
anscheinend keine Schriftarten finden können. Um das Erneuern des Font-Caches 
zu erzwingen, führen Sie @code{fc-cache -f} aus. Der Befehl @code{fc-cache} 
wird vom Paket @code{fontconfig} angeboten."
+msgid "After installing fonts you may have to refresh the font cache to use 
them in applications.  The same applies when applications installed via Guix do 
not seem to find fonts.  To force rebuilding of the font cache run 
@code{fc-cache -fv}.  The @code{fc-cache} command is provided by the 
@code{fontconfig} package."
+msgstr "Nach der Installation der Schriftarten müssen Sie unter Umständen den 
Schriftarten-Zwischenspeicher (Font-Cache) erneuern, um diese in Anwendungen 
benutzen zu können. Gleiches gilt, wenn mit Guix installierte Anwendungen 
anscheinend keine Schriftarten finden können. Um das Erneuern des Font-Caches 
zu erzwingen, führen Sie @code{fc-cache -fv} aus. Der Befehl @code{fc-cache} 
wird vom Paket @code{fontconfig} angeboten."
 
 #. type: code{#1}
 #: doc/guix.texi:1717 doc/guix.texi:23674
diff --git a/po/doc/guix-manual.es.po b/po/doc/guix-manual.es.po
index fd7efc4d0d..a71dc08099 100644
--- a/po/doc/guix-manual.es.po
+++ b/po/doc/guix-manual.es.po
@@ -5329,8 +5329,8 @@ msgstr "caché de tipografías"
 
 #. type: Plain text
 #: doc/guix.texi:1714
-msgid "After installing fonts you may have to refresh the font cache to use 
them in applications.  The same applies when applications installed via Guix do 
not seem to find fonts.  To force rebuilding of the font cache run 
@code{fc-cache -f}.  The @code{fc-cache} command is provided by the 
@code{fontconfig} package."
-msgstr "Después de instalar tipografías puede tener que refrescar la caché de 
tipografías para usarlas en las aplicaciones. Lo mismo aplica cuando las 
aplicaciones instaladas vía Guix no parecen encontrar tipografías. Para forzar 
la reconstrucción de la caché de tipografías ejecute @code{fc-cache -f}. La 
orden @code{fc-cache} es proporcionada por el paquete @code{fontconfig}."
+msgid "After installing fonts you may have to refresh the font cache to use 
them in applications.  The same applies when applications installed via Guix do 
not seem to find fonts.  To force rebuilding of the font cache run 
@code{fc-cache -fv}.  The @code{fc-cache} command is provided by the 
@code{fontconfig} package."
+msgstr "Después de instalar tipografías puede tener que refrescar la caché de 
tipografías para usarlas en las aplicaciones. Lo mismo aplica cuando las 
aplicaciones instaladas vía Guix no parecen encontrar tipografías. Para forzar 
la reconstrucción de la caché de tipografías ejecute @code{fc-cache -fv}. La 
orden @code{fc-cache} es proporcionada por el paquete @code{fontconfig}."
 
 #. type: code{#1}
 #: doc/guix.texi:1717 doc/guix.texi:23674
diff --git a/po/doc/guix-manual.fr.po b/po/doc/guix-manual.fr.po
index 668c32f0e4..ef8aec0a49 100644
--- a/po/doc/guix-manual.fr.po
+++ b/po/doc/guix-manual.fr.po
@@ -5265,8 +5265,8 @@ msgstr "cache de polices"
 
 #. type: Plain text
 #: doc/guix.texi:1714
-msgid "After installing fonts you may have to refresh the font cache to use 
them in applications.  The same applies when applications installed via Guix do 
not seem to find fonts.  To force rebuilding of the font cache run 
@code{fc-cache -f}.  The @code{fc-cache} command is provided by the 
@code{fontconfig} package."
-msgstr "Après l'installation des polices vous devrez peut-être rafraîchir le 
cache des polices pour pouvoir les utiliser dans les applications.  Ça 
s'applique aussi lorsque les applications installées avec Guix n'ont pas l'air 
de trouver les polices.  Pour forcer la reconstruction du cache de polices 
lancez @code{fc-cache -f}.  La commande @code{fc-cache} est fournie par le 
paquet @code{fontconfig}."
+msgid "After installing fonts you may have to refresh the font cache to use 
them in applications.  The same applies when applications installed via Guix do 
not seem to find fonts.  To force rebuilding of the font cache run 
@code{fc-cache -fv}.  The @code{fc-cache} command is provided by the 
@code{fontconfig} package."
+msgstr "Après l'installation des polices vous devrez peut-être rafraîchir le 
cache des polices pour pouvoir les utiliser dans les applications.  Ça 
s'applique aussi lorsque les applications installées avec Guix n'ont pas l'air 
de trouver les polices.  Pour forcer la reconstruction du cache de polices 
lancez @code{fc-cache -fv}.  La commande @code{fc-cache} est fournie par le 
paquet @code{fontconfig}."
 
 #. type: code{#1}
 #: doc/guix.texi:1717 doc/guix.texi:23674
diff --git a/po/doc/guix-manual.ru.po b/po/doc/guix-manual.ru.po
index 0421ffb0ed..b0a9c0bd16 100644
--- a/po/doc/guix-manual.ru.po
+++ b/po/doc/guix-manual.ru.po
@@ -5222,8 +5222,8 @@ msgstr "кеш шрифтов"
 
 #. type: Plain text
 #: doc/guix.texi:1714
-msgid "After installing fonts you may have to refresh the font cache to use 
them in applications.  The same applies when applications installed via Guix do 
not seem to find fonts.  To force rebuilding of the font cache run 
@code{fc-cache -f}.  The @code{fc-cache} command is provided by the 
@code{fontconfig} package."
-msgstr "После установки шрифтов, возможно вам потребуется обновить кеш 
шрифтов, чтобы использовать их в приложениях. Это необходимо делать, когда 
приложения, установленные с помощью Guix, не находят шрифты. Для того чтобы 
пересобрать кеш шрифтов, запустите @code{fc-cache -f}. Команда @code{fc-cache} 
предоставляется пакетом @code{fontconfig}."
+msgid "After installing fonts you may have to refresh the font cache to use 
them in applications.  The same applies when applications installed via Guix do 
not seem to find fonts.  To force rebuilding of the font cache run 
@code{fc-cache -fv}.  The @code{fc-cache} command is provided by the 
@code{fontconfig} package."
+msgstr "После установки шрифтов, возможно вам потребуется обновить кеш 
шрифтов, чтобы использовать их в приложениях. Это необходимо делать, когда 
приложения, установленные с помощью Guix, не находят шрифты. Для того чтобы 
пересобрать кеш шрифтов, запустите @code{fc-cache -fv}. Команда @code{fc-cache} 
предоставляется пакетом @code{fontconfig}."
 
 #. type: code{#1}
 #: doc/guix.texi:1717 doc/guix.texi:23674
diff --git a/po/doc/guix-manual.zh_CN.po b/po/doc/guix-manual.zh_CN.po
index c24900da31..f21e02f84d 100644
--- a/po/doc/guix-manual.zh_CN.po
+++ b/po/doc/guix-manual.zh_CN.po
@@ -5195,7 +5195,7 @@ msgstr ""
 
 #. type: Plain text
 #: doc/guix.texi:1714
-msgid "After installing fonts you may have to refresh the font cache to use 
them in applications.  The same applies when applications installed via Guix do 
not seem to find fonts.  To force rebuilding of the font cache run 
@code{fc-cache -f}.  The @code{fc-cache} command is provided by the 
@code{fontconfig} package."
+msgid "After installing fonts you may have to refresh the font cache to use 
them in applications.  The same applies when applications installed via Guix do 
not seem to find fonts.  To force rebuilding of the font cache run 
@code{fc-cache -fv}.  The @code{fc-cache} command is provided by the 
@code{fontconfig} package."
 msgstr ""
 
 #. type: code{#1}
-- 
2.23.0


reply via email to

[Prev in Thread] Current Thread [Next in Thread]