Date: Mon, 6 Apr 2015 19:57:51 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383474 - head Message-ID: <201504061957.t36Jvp5p029536@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Mon Apr 6 19:57:50 2015 New Revision: 383474 URL: https://svnweb.freebsd.org/changeset/ports/383474 Log: Add tip for users experiencing font issues; they may need to force a font cache update Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Apr 6 19:04:09 2015 (r383473) +++ head/UPDATING Mon Apr 6 19:57:50 2015 (r383474) @@ -82,6 +82,15 @@ you update your ports collection, before 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504061957.t36Jvp5p029536>