diff options
author | feld <feld@FreeBSD.org> | 2015-04-07 03:57:50 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-04-07 03:57:50 +0800 |
commit | 0275c058834558397ab20218814e46aeda5198f2 (patch) | |
tree | 3aa1fd218d6e4a82cfee0a6148833623f909dbdd | |
parent | 98915a6f12ac19d0ec44724956b2db7e30225177 (diff) | |
download | freebsd-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-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |