FS#5646 - fontconfig 2.4.1-2: symlinks needed to work

Attached to Project: Arch Linux
Opened by Christoph Siegenthaler (Sigi) - Sunday, 22 October 2006, 17:23 GMT
Task Type Bug Report
Category System
Status Closed
Assigned To No-one
Architecture not specified
Severity High
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

A fresh install of ArchLinux messes up the fonts (at least in openbox and gtk-apps).
A walkaround has been found and discussed: http://bbs.archlinux.org/viewtopic.php?p=203064#203064

walkaround:
cd /etc/fonts/conf.d
for i in ../conf.avail/* ; do ln -s $i . ; done
This task depends upon

Closed by  Jan de Groot (JGC)
Sunday, 22 October 2006, 20:22 GMT
Reason for closing:  Fixed
Additional comments about closing:  -3 makes the symlinks on post_install also now. -4 fixes the issue where config files are created on every update and adds the ability to detect missing configuration files.

Loading...