Re: Adding fonts

2012-09-10 Thread jonetsu
Le Dimanche, 09 Sep 2012 18:32:57 +0200, François Patte a écrit : > If you want to have any chances to make the difference between what > comes from the distribution and what you have added, you should create > your local font directories in /usr/local/share/fonts and be shure > that you have a f

Re: Adding fonts

2012-09-09 Thread François Patte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 09/09/2012 06:39, Peter Gueckel a écrit : > jonetsu wrote: > >> I'd like to know... > > Do something like this to make the font available to all users on the > system: > > sudo mkdir /usr/share/fonts/ttf If you want to have any chances to make t

Re: Adding fonts

2012-09-09 Thread nomnex
> On Sat, 8 Sep 2012 20:48:53 -0400 > jonetsu wrote: > > > I'd like to know now to add fonts so that LibreOffice and Gimp can If your DE is LXDE, XFCE or Gnome, # yum install font-manager It will manager your font collection. http://code.google.com/p/font-manager/ -- nomnex Freenode: nom

Re: Adding fonts

2012-09-08 Thread Peter Gueckel
Peter Gueckel wrote: > sudo ln -s /usr/share/X11/fonts/ttf /usr/share/fonts/ttf This line is wrong. It should be: sudo ln -s /usr/share/fonts/ttf /etc/X11/fontpath.d/ttf -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproj

Re: Adding fonts

2012-09-08 Thread Peter Gueckel
jonetsu wrote: > I'd like to know... Do something like this to make the font available to all users on the system: sudo mkdir /usr/share/fonts/ttf sudo cp -i HGRSKP.TTF /usr/share/fonts/ttf/hgrskp.ttf sudo chown root.root /usr/share/fonts/ttf/hgrskp.ttf sudo chmod 644 /usr/share/fonts/ttf/hgrs

Adding fonts

2012-09-08 Thread jonetsu
Hello, I'd like to know now to add fonts so that LibreOffice and Gimp can use them. For instance, I have downloaded a HGRSKP.TTF file which is a Japanese font. What is the procedure to make available that font in the system ? Also, some fonts are .exe files. Are these also installable in Fed