home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / appletal / 4360 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  2.1 KB

  1. Path: sparky!uunet!stanford.edu!apple!ntg!dplatt
  2. From: dplatt@ntg.com (Dave Platt)
  3. Newsgroups: comp.protocols.appletalk
  4. Subject: Re: CAP aufs desktop problem
  5. Message-ID: <1993Jan10.064039.26019@ntg.com>
  6. Date: 10 Jan 93 06:40:39 GMT
  7. References: <1993Jan5.132732.8376@malmo.trab.se>
  8. Organization: New Technologies Group, Inc.  Palo Alto CA
  9. Lines: 39
  10.  
  11. >If the user would like another layout on his/hers CAP-folders than the
  12. >standard ones, the changes are not stored by aufs. Even if the
  13. >ADeskTop and .IDeskTop files are deleted and rebuilt it does not have
  14. >any effect on the layour. 
  15. >
  16. >Does anyone have the solution to this problem?
  17.  
  18. This ought to be in the FAQ list, if it isn't already.
  19.  
  20. The folder layout information is not stored in the .ADesktop/.IDesktop
  21. files - these hold icon information and application-location bindings,
  22. but not visual-display info.  Instead, it is stored in the .finderinfo
  23. directory.
  24.  
  25. Your problem is probably this:  the Finder layout information for the
  26. top-level directory (the "disk window" layout) is being lost, because
  27. CAP cannot find a place to store it.  The information is _not_ stored in
  28. the directory that you are "publishing" on the network - instead, it's
  29. stored in the .finderinfo directory which is located "in parallel" to
  30. this top-level directory.  You probably have not created this
  31. .finderinfo directory or have not set the permissions properly.
  32.  
  33. By way of example:  if you wish to publish /foo/bar/baz as a Macintosh
  34. network disk, you must create _four_ Unix directories:
  35.  
  36.     /foo/bar/baz
  37.     /foo/bar/baz/.resource
  38.     /foo/bar/baz/.finderinfo
  39.     /foo/bar/.finderinfo
  40.  
  41. The last of these is probably the one that you are missing.  You should
  42. create it, and set its ownership and write-permissions to be identical
  43. to those of the other three.  Then, dismount the network volume, mount
  44. it again via the Chooser, and set the "View by" arrangement to whatever
  45. you wish - this time it will "stick" properly.
  46. -- 
  47. Dave Platt                                                VOICE: (415) 813-8917
  48.               Domain: dplatt@ntg.com      UUCP: ...netcomsv!ntg!dplatt
  49.  USNAIL: New Technologies Group Inc. 2470 Embarcardero Way, Palo Alto CA 94303
  50.