unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Joshua Branson <jbranso@dismail.de>
To: guix-devel@gnu.org
Subject: fc-cache -f --> fc-cache -fv in the manual
Date: Tue, 10 Sep 2019 12:02:03 -0400	[thread overview]
Message-ID: <86woegqgw4.fsf@dismail.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 494 bytes --]

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


[-- Attachment #2: fc-cache -f --> fc-cache -fv --]
[-- Type: text/x-patch, Size: 9702 bytes --]

From 7ee67dcfec6bda2f66fcb1fbb4445444fb41e2e2 Mon Sep 17 00:00:00 2001
From: Joshua Branson <jbranso@dismail.de>
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	other threads:[~2019-09-10 16:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-10 16:02 Joshua Branson [this message]
2019-09-10 17:00 ` fc-cache -f --> fc-cache -fv in the manual Tobias Geerinckx-Rice
2019-09-10 17:32   ` Danny Milosavljevic
2019-09-10 17:47     ` Tobias Geerinckx-Rice
2019-09-10 22:56     ` P via Development of GNU Guix and the GNU System distribution.
2019-09-11 14:37   ` Joshua Branson
2019-09-11 15:59     ` Tobias Geerinckx-Rice
2019-09-11 14:39   ` Joshua Branson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86woegqgw4.fsf@dismail.de \
    --to=jbranso@dismail.de \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).