From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23849 Path: news.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Drag and Drop and Authenticate on the Mac OS Tiger Date: Sun, 27 Nov 2005 19:52:13 -0800 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v728) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133150083 24080 80.91.229.2 (28 Nov 2005 03:54:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Nov 2005 03:54:43 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 28 04:54:41 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ega57-0005Ml-P5 for gctc-ntg-context-518@m.gmane.org; Mon, 28 Nov 2005 04:53:34 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E228D128BA; Mon, 28 Nov 2005 04:53:32 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 28772-01; Mon, 28 Nov 2005 04:53:27 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 102901289A; Mon, 28 Nov 2005 04:53:27 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8DFF51289A for ; Mon, 28 Nov 2005 04:53:25 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 28553-07 for ; Mon, 28 Nov 2005 04:53:24 +0100 (CET) Original-Received: from borg.inreach.com (mail.northcoast.com [209.142.2.71]) by ronja.ntg.nl (Postfix) with SMTP id 171F5127EE for ; Mon, 28 Nov 2005 04:53:23 +0100 (CET) Original-Received: (qmail 7605 invoked from network); 28 Nov 2005 03:50:59 -0000 Original-Received: from unknown (HELO ?209.209.15.204?) (209.209.15.204) by mail.northcoast.com with SMTP; 28 Nov 2005 03:50:59 -0000 Original-To: Context Mailing List List X-Mailer: Apple Mail (2.728) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:23849 Archived-At: Gerben et al, I am worried about an ownership problem in my texmf.local tree in GWTeX. I get this iwona font, then drag the folder doc/fonts/iwona from the download to /usr/local/teTeX/share/texmf.local/doc/fonts using drag and drop and finder. I am asked to authenticate and I do so. Opening a terminal window and checking the result, I find: fonts $ ls -l total 0 drwxr-xr-x 8 root wheel 272 Nov 20 19:59 cm-super drwxrwxr-x 14 darnold wheel 476 Nov 27 19:27 iwona See how the result is owned by darnold:wheel? Is that gonna cause a problem? Should it be changed to root:wheel? Would it be OK to change to /usr/local/teTeX/share and then as root: chown -R root:wheel * Or would this be a bad idea? Gerben, I think maybe all these font thingys I've been trying out to go in ~/Library/texmf. What say you? David