summaryrefslogtreecommitdiff
path: root/x11/kde4-workspace/pkg-message
blob: 4c4756fe461793a7177be9a2db0672fb0647bd8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This port has installed fonts into %%PREFIX%%/share/fonts

You'll have to add %%PREFIX%%/share/fonts
to your X font path by either:

$ xset fp+ %%PREFIX%%/share/fonts
$ xset fp rehash

or by adding it to your X-server configuration file (usually
/etc/X11/XF86Config or %%X11BASE%%/lib/X11/XF86Config) and
restarting the X-server.

You also have to make the new path known to fontconfig by
adding a 

<dir>%%PREFIX%%/share/fonts</dir> line to either

%%X11BASE%%/etc/fonts/local.conf or ~/.fonts.conf and running

fc-cache -f (as root if you edited local.conf) afterwards.