aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2015-04-07 03:57:50 +0800
committerfeld <feld@FreeBSD.org>2015-04-07 03:57:50 +0800
commit0275c058834558397ab20218814e46aeda5198f2 (patch)
tree3aa1fd218d6e4a82cfee0a6148833623f909dbdd
parent98915a6f12ac19d0ec44724956b2db7e30225177 (diff)
downloadfreebsd-ports-gnome-0275c058834558397ab20218814e46aeda5198f2.tar.gz
freebsd-ports-gnome-0275c058834558397ab20218814e46aeda5198f2.tar.zst
freebsd-ports-gnome-0275c058834558397ab20218814e46aeda5198f2.zip
Add tip for users experiencing font issues; they may need to force a
font cache update
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index eb6c0c66e0ef..dcfdcb423e90 100644
--- a/UPDATING
+++ b/UPDATING
@@ -82,6 +82,15 @@ you update your ports collection, before attempting any port upgrades.
The Xorg servers now are looking there by default
+ If you experience font related issues, view the output of
+
+ # fc-list
+
+ If the list appears incomplete or has fonts still pointing to
+ /usr/local/lib/X11/fonts you may forcibly update the font cache:
+
+ # fc-cache -fs
+
20150317:
AFFECTS: users of editors/openoffice-4 and editors/openoffice-devel
AUTHOR: truckman@FreeBSD.org