mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
ff37c611b5
- Correct pkg-message (noticed by ale@) PR: ports/98591
21 lines
625 B
Plaintext
21 lines
625 B
Plaintext
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/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/apps/konsole/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.
|