1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add tip for users experiencing font issues; they may need to force a

font cache update
This commit is contained in:
Mark Felder 2015-04-06 19:57:50 +00:00
parent 5ec514ec7a
commit ba4d09242d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383474

View File

@ -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