Bug 201373

Summary: Wrong Font path for urwfont ind handbook section 6.6 (bug since 20150321)
Product: Documentation Reporter: stig <stig_nielsen>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Some People CC: blackend
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
urwfonts diff none

Description stig 2015-07-06 10:31:25 UTC
Created attachment 158409 [details]
urwfonts diff

In the handbook the path for urwfont is FontPath "/usr/local/lib/X11/fonts/urwfonts/", it should be "/usr/local/share/fonts/urwfonts/". 

Change in ports was made 20150321 (see /usr/ports/UPDATING)
 AFFECTS: Users of x11-servers/xorg-server and other X servers
  AUTHOR: bapt@FreeBSD.org

  All fonts ports have been modified to respect XDG and install in
  share/fonts

  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
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-07-06 11:34:41 UTC
A commit references this bug:

Author: blackend
Date: Mon Jul  6 11:34:31 UTC 2015
New revision: 46930
URL: https://svnweb.freebsd.org/changeset/doc/46930

Log:
  Fix path for Xorg fonts to /usr/local/share/fonts/

  PR:		201373
  Submitted by:	bapt@FreeBSD.org

Changes:
  head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
Comment 2 Marc Fonvieille freebsd_committer freebsd_triage 2015-07-06 11:36:01 UTC
Fixed for all instances in the whole chapter.
Thanks for the report!
Comment 3 Marc Fonvieille freebsd_committer freebsd_triage 2015-07-06 11:38:45 UTC
Err Sorry, the author of the report was stig (stig_nielsen@hotmail.com) and not  bapt@.