summaryrefslogtreecommitdiff
path: root/x11/kdebase4-workspace/files/pkg-message.in
blob: dfc3f83e715e0b0170f1f3291d6e828912832233 (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/apps/konsole/fonts

You may want to add %%PREFIX%%/share/apps/konsole/fonts
to your X font path by either:

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

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

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

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

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

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