From 82ad88bad462f09f4db8c6f1c5f4db5acbc6021f Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Tue, 4 Jun 2024 23:24:16 -0700
Subject: [PATCH] Sync FAQ docs re: FontCache slowness
---
docs/CHANGES.txt | 2 +-
docs/en/FAQ.txt | 25 ++++++++++++++++++++++++-
docs/en/html/FAQ.html | 19 ++++++++++++++++++-
docs/es_ES.UTF-8/FAQ.txt | 25 ++++++++++++++++++++++++-
docs/es_ES.UTF-8/html/FAQ.html | 19 ++++++++++++++++++-
docs/fr_FR.UTF-8/FAQ.txt | 25 ++++++++++++++++++++++++-
docs/fr_FR.UTF-8/html/FAQ.html | 19 ++++++++++++++++++-
docs/gl_ES.UTF-8/FAQ.txt | 25 ++++++++++++++++++++++++-
docs/gl_ES.UTF-8/html/FAQ.html | 19 ++++++++++++++++++-
docs/is_IS.UTF-8/FAQ.txt | 25 ++++++++++++++++++++++++-
docs/is_IS.UTF-8/html/FAQ.html | 19 ++++++++++++++++++-
docs/ja_JP.UTF-8/FAQ.txt | 25 ++++++++++++++++++++++++-
docs/ja_JP.UTF-8/html/FAQ.html | 19 ++++++++++++++++++-
docs/sq_AL.UTF-8/FAQ.txt | 25 ++++++++++++++++++++++++-
docs/sq_AL.UTF-8/html/FAQ.html | 19 ++++++++++++++++++-
15 files changed, 295 insertions(+), 15 deletions(-)
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index eaec55501..a16ae855e 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -6,7 +6,7 @@ Copyright (c) 2002-2024
Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
-2024.June.2 (0.9.33)
+2024.June.4 (0.9.33)
* New Magic Tools:
----------------
* Dither & Dither (Keep Color): Replaces all or part of a drawing
diff --git a/docs/en/FAQ.txt b/docs/en/FAQ.txt
index ac3c13423..4c69a5346 100644
--- a/docs/en/FAQ.txt
+++ b/docs/en/FAQ.txt
@@ -5,7 +5,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
- May 14, 2024
+ June 4, 2024
+------------------------------+
| Table of Contents |
@@ -504,6 +504,29 @@ Tux Paint won't run
+Tux Paint launches very slowly
+
+ The first time Tux Paint is launched (for a particular user), it may take a
+ minute or more to respond. The font system used by Tux Paint (FontConfig,
+ via Pango) is creating a 'cache' of information about the fonts on your
+ system. Subsequent launches of Tux Paint should be fast.
+
+ While the font cache is generated behind the scenes, Tux Paint should
+ remain interactive (showing an animated 'please wait' animation) as this
+ process runs.
+
+ If this delay persists or reoccurs, it could be that the cache is being
+ deleted — for example, in an environment (such as a school computer lab)
+ where a system is returned into a default state when a user finishes using
+ the program. Some versions of Tux Paint ship with a file, "fonts.conf" (
+ documented at freedesktop.org), which can be modified to have FontConfig
+ store the file elsewhere, e.g.:
+
+ C:\Documents and Settings\All Users\Application Data\
+ fontconfig\cache
+
+
+
I can't quit Tux Paint
The "no quit" option is set. This disables the "Quit" button in Tux Paint's
diff --git a/docs/en/html/FAQ.html b/docs/en/html/FAQ.html
index 649ce104e..1ed6d8afb 100644
--- a/docs/en/html/FAQ.html
+++ b/docs/en/html/FAQ.html
@@ -96,7 +96,7 @@
- May 14, 2024
+ June 4, 2024
--nolockfile" argument to Tux Paint's command-line, or "nolockfile=yes" to the configuration file.
+
+ Tux Paint launches very slowly
+
+
+
+ The first time Tux Paint is launched (for a particular user), it may take a minute or more to respond. The font system used by Tux Paint (FontConfig, via Pango) is creating a 'cache' of information about the fonts on your system. Subsequent launches of Tux Paint should be fast.
+
+
+ While the font cache is generated behind the scenes, Tux Paint should remain interactive (showing an animated 'please wait' animation) as this process runs.
+
+
+ If this delay persists or reoccurs, it could be that the cache is being deleted — for example, in an environment (such as a school computer lab) where a system is returned into a default state when a user finishes using the program. Some versions of Tux Paint ship with a file, "fonts.conf" (documented at freedesktop.org), which can be modified to have FontConfig store the file elsewhere, e.g.:
+ <cachedir>C:\Documents and Settings\All Users\Application Data\fontconfig\cache</cachedir>
+
+
+
+
I can't quit Tux Paint
diff --git a/docs/es_ES.UTF-8/FAQ.txt b/docs/es_ES.UTF-8/FAQ.txt
index fd1e425ab..436f7cc09 100644
--- a/docs/es_ES.UTF-8/FAQ.txt
+++ b/docs/es_ES.UTF-8/FAQ.txt
@@ -5,7 +5,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
- mayo 14, 2024
+ junio 4, 2024
+------------------------------+
| Table of Contents |
@@ -504,6 +504,29 @@ Tux Paint won't run
+Tux Paint launches very slowly
+
+ The first time Tux Paint is launched (for a particular user), it may take a
+ minute or more to respond. The font system used by Tux Paint (FontConfig,
+ via Pango) is creating a 'cache' of information about the fonts on your
+ system. Subsequent launches of Tux Paint should be fast.
+
+ While the font cache is generated behind the scenes, Tux Paint should
+ remain interactive (showing an animated 'please wait' animation) as this
+ process runs.
+
+ If this delay persists or reoccurs, it could be that the cache is being
+ deleted — for example, in an environment (such as a school computer lab)
+ where a system is returned into a default state when a user finishes using
+ the program. Some versions of Tux Paint ship with a file, "fonts.conf" (
+ documented at freedesktop.org), which can be modified to have FontConfig
+ store the file elsewhere, e.g.:
+
+ C:\Documents and Settings\All Users\Application Data\
+ fontconfig\cache
+
+
+
I can't quit Tux Paint
The "no quit" option is set. This disables the "Quit" button in Tux Paint's
diff --git a/docs/es_ES.UTF-8/html/FAQ.html b/docs/es_ES.UTF-8/html/FAQ.html
index 26104cc47..8a23cf9df 100644
--- a/docs/es_ES.UTF-8/html/FAQ.html
+++ b/docs/es_ES.UTF-8/html/FAQ.html
@@ -96,7 +96,7 @@
- mayo 14, 2024
+ junio 4, 2024
--nolockfile" argument to Tux Paint's command-line, or "nolockfile=yes" to the configuration file.
+
+ Tux Paint launches very slowly
+
+
+
+ The first time Tux Paint is launched (for a particular user), it may take a minute or more to respond. The font system used by Tux Paint (FontConfig, via Pango) is creating a 'cache' of information about the fonts on your system. Subsequent launches of Tux Paint should be fast.
+
+
+ While the font cache is generated behind the scenes, Tux Paint should remain interactive (showing an animated 'please wait' animation) as this process runs.
+
+
+ If this delay persists or reoccurs, it could be that the cache is being deleted — for example, in an environment (such as a school computer lab) where a system is returned into a default state when a user finishes using the program. Some versions of Tux Paint ship with a file, "fonts.conf" (documented at freedesktop.org), which can be modified to have FontConfig store the file elsewhere, e.g.:
+ <cachedir>C:\Documents and Settings\All Users\Application Data\fontconfig\cache</cachedir>
+
+
+
+
I can't quit Tux Paint
diff --git a/docs/fr_FR.UTF-8/FAQ.txt b/docs/fr_FR.UTF-8/FAQ.txt
index 331250571..9ef8f8b14 100644
--- a/docs/fr_FR.UTF-8/FAQ.txt
+++ b/docs/fr_FR.UTF-8/FAQ.txt
@@ -5,7 +5,7 @@
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/
- mai 14, 2024
+ juin 4, 2024
+-----------------------------------+
| Table des matières |
@@ -546,6 +546,29 @@ Tux Paint ne veut pas fonctionner
+Tux Paint launches very slowly
+
+ The first time Tux Paint is launched (for a particular user), it may take a
+ minute or more to respond. The font system used by Tux Paint (FontConfig,
+ via Pango) is creating a 'cache' of information about the fonts on your
+ system. Subsequent launches of Tux Paint should be fast.
+
+ While the font cache is generated behind the scenes, Tux Paint should
+ remain interactive (showing an animated 'please wait' animation) as this
+ process runs.
+
+ If this delay persists or reoccurs, it could be that the cache is being
+ deleted — for example, in an environment (such as a school computer lab)
+ where a system is returned into a default state when a user finishes using
+ the program. Some versions of Tux Paint ship with a file, "fonts.conf" (
+ documented at freedesktop.org), which can be modified to have FontConfig
+ store the file elsewhere, e.g.:
+
+ C:\Documents and Settings\All Users\Application Data\
+ fontconfig\cache
+
+
+
Je ne peux pas quitter Tux Paint
L'option "noquit" est activée. Cela désactive le bouton "Quitter" dans la
diff --git a/docs/fr_FR.UTF-8/html/FAQ.html b/docs/fr_FR.UTF-8/html/FAQ.html
index 1f88fca83..6ff805bf2 100644
--- a/docs/fr_FR.UTF-8/html/FAQ.html
+++ b/docs/fr_FR.UTF-8/html/FAQ.html
@@ -96,7 +96,7 @@
- mai 14, 2024
+ juin 4, 2024
make nosound") Assu
Pour désactiver le fichier de verrouillage, ajoutez l'argument "--nolockfile" à la ligne de commande de Tux Paint, ou "nolockfile=yes" au fichier de configuration.
+
+ Tux Paint launches very slowly
+
+
+
+ The first time Tux Paint is launched (for a particular user), it may take a minute or more to respond. The font system used by Tux Paint (FontConfig, via Pango) is creating a 'cache' of information about the fonts on your system. Subsequent launches of Tux Paint should be fast.
+
+
+ While the font cache is generated behind the scenes, Tux Paint should remain interactive (showing an animated 'please wait' animation) as this process runs.
+
+
+ If this delay persists or reoccurs, it could be that the cache is being deleted — for example, in an environment (such as a school computer lab) where a system is returned into a default state when a user finishes using the program. Some versions of Tux Paint ship with a file, "fonts.conf" (documented at freedesktop.org), which can be modified to have FontConfig store the file elsewhere, e.g.:
+ <cachedir>C:\Documents and Settings\All Users\Application Data\fontconfig\cache</cachedir>
+
+
+
+
Je ne peux pas quitter Tux Paint
diff --git a/docs/gl_ES.UTF-8/FAQ.txt b/docs/gl_ES.UTF-8/FAQ.txt
index a07930c4f..e315f1fe5 100644
--- a/docs/gl_ES.UTF-8/FAQ.txt
+++ b/docs/gl_ES.UTF-8/FAQ.txt
@@ -5,7 +5,7 @@
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/
- 14 de Maio de 2024
+ 4 de Xuño de 2024
+--------------------------------------------+
| Índice |
@@ -526,6 +526,29 @@ Tux Paint non funciona
+Tux Paint launches very slowly
+
+ The first time Tux Paint is launched (for a particular user), it may take a
+ minute or more to respond. The font system used by Tux Paint (FontConfig,
+ via Pango) is creating a 'cache' of information about the fonts on your
+ system. Subsequent launches of Tux Paint should be fast.
+
+ While the font cache is generated behind the scenes, Tux Paint should
+ remain interactive (showing an animated 'please wait' animation) as this
+ process runs.
+
+ If this delay persists or reoccurs, it could be that the cache is being
+ deleted — for example, in an environment (such as a school computer lab)
+ where a system is returned into a default state when a user finishes using
+ the program. Some versions of Tux Paint ship with a file, "fonts.conf" (
+ documented at freedesktop.org), which can be modified to have FontConfig
+ store the file elsewhere, e.g.:
+
+ C:\Documents and Settings\All Users\Application Data\
+ fontconfig\cache
+
+
+
Non podo saír de Tux Paint
Está estabelecida a opción «non saír». Isto desactiva o botón «Saír» na
diff --git a/docs/gl_ES.UTF-8/html/FAQ.html b/docs/gl_ES.UTF-8/html/FAQ.html
index 0fce14975..8f31f2a5c 100644
--- a/docs/gl_ES.UTF-8/html/FAQ.html
+++ b/docs/gl_ES.UTF-8/html/FAQ.html
@@ -96,7 +96,7 @@
- 14 de Maio de 2024
+ 4 de Xuño de 2024
--nolockfile» á liña de ordes de Tux Paint ou «nolockfile=yes» ao ficheiro de configuración.
+
+ Tux Paint launches very slowly
+
+
+
+ The first time Tux Paint is launched (for a particular user), it may take a minute or more to respond. The font system used by Tux Paint (FontConfig, via Pango) is creating a 'cache' of information about the fonts on your system. Subsequent launches of Tux Paint should be fast.
+
+
+ While the font cache is generated behind the scenes, Tux Paint should remain interactive (showing an animated 'please wait' animation) as this process runs.
+
+
+ If this delay persists or reoccurs, it could be that the cache is being deleted — for example, in an environment (such as a school computer lab) where a system is returned into a default state when a user finishes using the program. Some versions of Tux Paint ship with a file, "fonts.conf" (documented at freedesktop.org), which can be modified to have FontConfig store the file elsewhere, e.g.:
+ <cachedir>C:\Documents and Settings\All Users\Application Data\fontconfig\cache</cachedir>
+
+
+
+
Non podo saír de Tux Paint
diff --git a/docs/is_IS.UTF-8/FAQ.txt b/docs/is_IS.UTF-8/FAQ.txt
index a560774b5..1235c61e0 100644
--- a/docs/is_IS.UTF-8/FAQ.txt
+++ b/docs/is_IS.UTF-8/FAQ.txt
@@ -5,7 +5,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
- maí 14, 2024
+ júní 4, 2024
+------------------------------+
| Table of Contents |
@@ -504,6 +504,29 @@ Tux Paint won't run
+Tux Paint launches very slowly
+
+ The first time Tux Paint is launched (for a particular user), it may take a
+ minute or more to respond. The font system used by Tux Paint (FontConfig,
+ via Pango) is creating a 'cache' of information about the fonts on your
+ system. Subsequent launches of Tux Paint should be fast.
+
+ While the font cache is generated behind the scenes, Tux Paint should
+ remain interactive (showing an animated 'please wait' animation) as this
+ process runs.
+
+ If this delay persists or reoccurs, it could be that the cache is being
+ deleted — for example, in an environment (such as a school computer lab)
+ where a system is returned into a default state when a user finishes using
+ the program. Some versions of Tux Paint ship with a file, "fonts.conf" (
+ documented at freedesktop.org), which can be modified to have FontConfig
+ store the file elsewhere, e.g.:
+
+ C:\Documents and Settings\All Users\Application Data\
+ fontconfig\cache
+
+
+
I can't quit Tux Paint
The "no quit" option is set. This disables the "Quit" button in Tux Paint's
diff --git a/docs/is_IS.UTF-8/html/FAQ.html b/docs/is_IS.UTF-8/html/FAQ.html
index c5092f698..d458ab6d8 100644
--- a/docs/is_IS.UTF-8/html/FAQ.html
+++ b/docs/is_IS.UTF-8/html/FAQ.html
@@ -96,7 +96,7 @@
- maí 14, 2024
+ júní 4, 2024
--nolockfile" argument to Tux Paint's command-line, or "nolockfile=yes" to the configuration file.
+
+ Tux Paint launches very slowly
+
+
+
+ The first time Tux Paint is launched (for a particular user), it may take a minute or more to respond. The font system used by Tux Paint (FontConfig, via Pango) is creating a 'cache' of information about the fonts on your system. Subsequent launches of Tux Paint should be fast.
+
+
+ While the font cache is generated behind the scenes, Tux Paint should remain interactive (showing an animated 'please wait' animation) as this process runs.
+
+
+ If this delay persists or reoccurs, it could be that the cache is being deleted — for example, in an environment (such as a school computer lab) where a system is returned into a default state when a user finishes using the program. Some versions of Tux Paint ship with a file, "fonts.conf" (documented at freedesktop.org), which can be modified to have FontConfig store the file elsewhere, e.g.:
+ <cachedir>C:\Documents and Settings\All Users\Application Data\fontconfig\cache</cachedir>
+
+
+
+
I can't quit Tux Paint
diff --git a/docs/ja_JP.UTF-8/FAQ.txt b/docs/ja_JP.UTF-8/FAQ.txt
index d53ea8904..e63ff37fb 100644
--- a/docs/ja_JP.UTF-8/FAQ.txt
+++ b/docs/ja_JP.UTF-8/FAQ.txt
@@ -5,7 +5,7 @@
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
- 2024年5月14日
+ 2024年6月 4日
+------------------------------+
| 目次 |
@@ -504,6 +504,29 @@ Tux Paint won't run
+Tux Paint launches very slowly
+
+ The first time Tux Paint is launched (for a particular user), it may take a
+ minute or more to respond. The font system used by Tux Paint (FontConfig,
+ via Pango) is creating a 'cache' of information about the fonts on your
+ system. Subsequent launches of Tux Paint should be fast.
+
+ While the font cache is generated behind the scenes, Tux Paint should
+ remain interactive (showing an animated 'please wait' animation) as this
+ process runs.
+
+ If this delay persists or reoccurs, it could be that the cache is being
+ deleted — for example, in an environment (such as a school computer lab)
+ where a system is returned into a default state when a user finishes using
+ the program. Some versions of Tux Paint ship with a file, "fonts.conf" (
+ documented at freedesktop.org), which can be modified to have FontConfig
+ store the file elsewhere, e.g.:
+
+ C:\Documents and Settings\All Users\Application Data\
+ fontconfig\cache
+
+
+
I can't quit Tux Paint
The "no quit" option is set. This disables the "Quit" button in Tux Paint's
diff --git a/docs/ja_JP.UTF-8/html/FAQ.html b/docs/ja_JP.UTF-8/html/FAQ.html
index 7aa6eca09..9a7c084a0 100644
--- a/docs/ja_JP.UTF-8/html/FAQ.html
+++ b/docs/ja_JP.UTF-8/html/FAQ.html
@@ -96,7 +96,7 @@
- 2024年5月14日
+ 2024年6月 4日
--nolockfile" argument to Tux Paint's command-line, or "nolockfile=yes" to the configuration file.
+
+ Tux Paint launches very slowly
+
+
+
+ The first time Tux Paint is launched (for a particular user), it may take a minute or more to respond. The font system used by Tux Paint (FontConfig, via Pango) is creating a 'cache' of information about the fonts on your system. Subsequent launches of Tux Paint should be fast.
+
+
+ While the font cache is generated behind the scenes, Tux Paint should remain interactive (showing an animated 'please wait' animation) as this process runs.
+
+
+ If this delay persists or reoccurs, it could be that the cache is being deleted — for example, in an environment (such as a school computer lab) where a system is returned into a default state when a user finishes using the program. Some versions of Tux Paint ship with a file, "fonts.conf" (documented at freedesktop.org), which can be modified to have FontConfig store the file elsewhere, e.g.:
+ <cachedir>C:\Documents and Settings\All Users\Application Data\fontconfig\cache</cachedir>
+
+
+
+
I can't quit Tux Paint
diff --git a/docs/sq_AL.UTF-8/FAQ.txt b/docs/sq_AL.UTF-8/FAQ.txt
index f6807bde3..f21a0374d 100644
--- a/docs/sq_AL.UTF-8/FAQ.txt
+++ b/docs/sq_AL.UTF-8/FAQ.txt
@@ -5,7 +5,7 @@
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/
- 14 maj 2024
+ 4 qershor 2024
+-------------------------------------------+
| Pasqyrë e Lëndës |
@@ -525,6 +525,29 @@ Tux Paint-i nuk xhiron
+Tux Paint launches very slowly
+
+ The first time Tux Paint is launched (for a particular user), it may take a
+ minute or more to respond. The font system used by Tux Paint (FontConfig,
+ via Pango) is creating a 'cache' of information about the fonts on your
+ system. Subsequent launches of Tux Paint should be fast.
+
+ While the font cache is generated behind the scenes, Tux Paint should
+ remain interactive (showing an animated 'please wait' animation) as this
+ process runs.
+
+ If this delay persists or reoccurs, it could be that the cache is being
+ deleted — for example, in an environment (such as a school computer lab)
+ where a system is returned into a default state when a user finishes using
+ the program. Some versions of Tux Paint ship with a file, "fonts.conf" (
+ documented at freedesktop.org), which can be modified to have FontConfig
+ store the file elsewhere, e.g.:
+
+ C:\Documents and Settings\All Users\Application Data\
+ fontconfig\cache
+
+
+
S’mbyll dot Tux Paint-in
The "no quit" option is set. This disables the "Quit" button in Tux Paint's
diff --git a/docs/sq_AL.UTF-8/html/FAQ.html b/docs/sq_AL.UTF-8/html/FAQ.html
index f4e3b6a4c..d2dbee432 100644
--- a/docs/sq_AL.UTF-8/html/FAQ.html
+++ b/docs/sq_AL.UTF-8/html/FAQ.html
@@ -96,7 +96,7 @@
- 14 maj 2024
+ 4 qershor 2024
--nolockfile" argument to Tux Paint's command-line, or "nolockfile=yes" to the configuration file.
+
+ Tux Paint launches very slowly
+
+
+
+ The first time Tux Paint is launched (for a particular user), it may take a minute or more to respond. The font system used by Tux Paint (FontConfig, via Pango) is creating a 'cache' of information about the fonts on your system. Subsequent launches of Tux Paint should be fast.
+
+
+ While the font cache is generated behind the scenes, Tux Paint should remain interactive (showing an animated 'please wait' animation) as this process runs.
+
+
+ If this delay persists or reoccurs, it could be that the cache is being deleted — for example, in an environment (such as a school computer lab) where a system is returned into a default state when a user finishes using the program. Some versions of Tux Paint ship with a file, "fonts.conf" (documented at freedesktop.org), which can be modified to have FontConfig store the file elsewhere, e.g.:
+ <cachedir>C:\Documents and Settings\All Users\Application Data\fontconfig\cache</cachedir>
+
+
+
+
S’mbyll dot Tux Paint-in