2015-03-29 20:32:35 +01:00
|
|
|
---
|
|
|
|
created: 2008-08-15 11:14:03 +0200
|
2022-01-23 17:14:59 +00:00
|
|
|
layout: redirect
|
|
|
|
layout_old: default
|
|
|
|
redirect_to: https://blog.mbirth.de/archives/2008/08/15/updating-x11-fontcache.html
|
2015-03-29 20:32:35 +01:00
|
|
|
tags:
|
2022-01-23 17:14:59 +00:00
|
|
|
- know-how
|
|
|
|
- software
|
|
|
|
- linux
|
|
|
|
- fonts
|
|
|
|
title: Updating X11 Fontcache
|
|
|
|
toc: false
|
|
|
|
updated: 2008-08-15 11:14:03 +0200
|
2015-03-29 20:32:35 +01:00
|
|
|
---
|
2022-01-23 17:14:59 +00:00
|
|
|
|
2015-03-29 21:05:46 +01:00
|
|
|
After adding some fonts to the `/usr/share/fonts` directories, you have to re-login to see the added fonts. To update
|
2015-03-29 20:32:35 +01:00
|
|
|
the fontcache without a log-cycle, use the following command:
|
|
|
|
|
2022-01-23 17:14:59 +00:00
|
|
|
sudo fc-cache -fv
|