Here is a heads up on a font installation issue that I have not found a solution for and would be grateful for some help:
http://www.raspberrypi.org/phpBB3/viewt ... 66&t=14781
Code: Select all
sudo cp /home/pi/Desktop/<fontname>.tty /usr/local/share/fonts/<fontname>.ttyThanks very much for your help. .tty did not work so I put .ttf and that workedM.M wrote:Hi raspb,
reading the other topic I think you just want to move a .ttf file from your desktop to the folder /usr/local/share/fonts and you can't because you do not have the permission. Is this right so far?
If yes, you should open a terminal and make use of the "sudo" and "cp" command to copy the font to the folder with root privileges. The following is a syntax example, since I do not know your system. But you might be able adjust it to your needs:RegardsCode: Select all
sudo cp /home/pi/Desktop/<fontname>.tty /usr/local/share/fonts/<fontname>.tty
Code: Select all
sudo cp /home/pi/Desktop/<fontname>.ttf /usr/local/share/fonts/<fontname>.ttfCode: Select all
fc-cache -fv