Archive for February, 2009

HowTo install ttf-font in Ubuntu

Going to font:/// in Nautilus is obsolte.

You can drag your .ttf-file into .fonts in your home-directory to install that font only for this username:

copy myfont.ttf ~/.fonts

or you can drag it to /usr/share/fonts/truetype to install it for all users:

sudo cp myfont.ttf /usr/share/fonts/truetype

Note: If you have Openoffice opened, it may crash after you installed your font the second way.

You may need to run fc-cache to rebuild the font cache:

fc-cache

HowTo: Print pdf in Ubuntu Intrepid Ibex (8.10)

I don’t know why, but cups-pdf does not work for me any more. There is now an easier way than to set up and print with cups-pdf.

You do not need to configure anything 🙂 Just do as you would had installed a Printer (File -> Print) and select Print to file an as output format: pdf. Press Print and you are done 🙂

bildschirmfoto-drucken

Source: http://wiki.ubuntuusers.de/Druckwerkzeuge