home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / misc / 21682 < prev    next >
Encoding:
Text File  |  1992-11-06  |  1.7 KB  |  51 lines

  1. Newsgroups: comp.sys.next.misc
  2. Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!news
  3. From: spagiola@frinext.stanford.edu (Stefano Pagiola)
  4. Subject: Installing fonts (Summary)
  5. Message-ID: <1992Nov5.220202.13095@leland.Stanford.EDU>
  6. Sender: news@leland.Stanford.EDU (Mr News)
  7. Reply-To: spagiola@frinext.stanford.edu
  8. Organization: DSO, Stanford University
  9. Date: Thu, 5 Nov 92 22:02:02 GMT
  10. Lines: 39
  11.  
  12. [I'm sorry if this is a repeat; NG crashed on me this morning, so I  
  13. doubt my earlier post got out]
  14.  
  15. Thanks to all the people who posted or emailed in response to my post  
  16. on problems installing fonts.
  17.  
  18. This seems to work:
  19.  
  20. As root
  21. 1. place fonts in /LocalLibrary/Fonts
  22. 2. run buildafmdir /LocalLibrary/Fonts
  23. 3. run cacheAFMData /LocalLibrary/Fonts
  24. 4. make sure all the permissions are set so that everybody can read  
  25. both the .font file _and_ the files inside the .font folder; for  
  26. example:
  27.     drwxr-xr-x  2 root        1024 Feb  8  1992 Alison.font/
  28. and
  29.     -rw-r--r--  1 root       48588 Jan  8  1992 Alison
  30.     -rw-r--r--  1 root        6597 Oct  8 00:28 Alison.afm
  31.     -rw-r-----  1 root         979 Jan  8  1992 Alison.readme
  32. The following ensures that the permissions are correct:
  33.     chmod uog+r /LocalApps/Fonts/*.font/*
  34.  
  35. You can also do all this as yourself, if you place the fonts in  
  36. ~/Library/Fonts.
  37.  
  38. The permissions problem in Step 4 in particular seems to have caused  
  39. a lot of grief (it was my problem).
  40.  
  41. In general, I remain of the opinion that a 4-step process involving  
  42. command-line operations simply isn't the NeXTSTEP way of doing  
  43. things.
  44.  
  45. --
  46. -
  47. Stefano Pagiola
  48. Food Research Institute, Stanford University
  49. spagiola@frinext.stanford.edu (NeXTMail encouraged)
  50. spagiola@FRI-nxt-Pagiola.stanford.edu (NeXTMail encouraged)
  51.