As fontes do gimp não podem ser distribuidas pela
conectiva, por isso indicamos que obtenha as fontes do gimp no
site:
http://www.gimp.org. No ítem download, selecione o local
de onde deseja copiar, e posteriormente procure dentro do
diretório fontes do gimp, o arquivo freefonts....
Mais informações podem ser obtidas em:/usr/X11/lib/fonts/freefont/README
Copie o freefonts para o /tmp:
### Servidor 4.2 e superiores ###
E descompacte-o com os comandos
[root@localhost ]# mkdir /usr/X11/lib/fonts
[root@localhost ]# cd /usr/X11/lib/fonts
[root@localhost fonts]# tar zxvf /tmp/freefonts*.tar.gz
|
Caso deseje carregar as fontes com o Window Maker, ice,
Blackbox... execute:
[root@localhost ]# mv /etc/X11/xinit/xinitrc /tmp/xinitrc
[root@localhost ]# echo "xset fp+ /usr/X11/lib/fonts/freefont" > /etc/X11/xinit/xinitrc
[root@localhost ]# echo "xset ftp rehash" >> /etc/X11/xinit/xinitrc
[root@localhost ]# cat /tmp/xinitrc >> /etc/X11/xinit/xinitrc
[root@localhost ]# rm -f /tmp/xinitrc
|
E para executar no kde, execute no prompt:
[root@localhost ]# mv /usr/bin/startkde /tmp/startkde
[root@localhost ]# echo "xset +fp /usr/X11/lib/fonts/freefont" > /usr/bin/startkde
[root@localhost ]# echo "xset fp rehash" >> /usr/bin/startkde
[root@localhost ]# cat /tmp/startkde >> /usr/bin/startkde
[root@localhost ]# rm -f /tmp/startkde
[root@localhost ]# chmod +x /usr/bin/startkde
|