From owner-freebsd-questions@FreeBSD.ORG Sun Nov 9 19:12:14 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68B7616A4CE for ; Sun, 9 Nov 2003 19:12:14 -0800 (PST) Received: from mta6.adelphia.net (mta6.adelphia.net [68.168.78.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0294843FEA for ; Sun, 9 Nov 2003 19:12:13 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from moo.holy.cow ([69.160.64.204]) by mta6.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031110031216.VZPX3563.mta6.adelphia.net@moo.holy.cow>; Sun, 9 Nov 2003 22:12:16 -0500 Received: by moo.holy.cow (Postfix, from userid 1001) id E8A80A9D6; Sun, 9 Nov 2003 22:15:58 -0500 (EST) Date: Sun, 9 Nov 2003 22:15:58 -0500 From: parv To: Alex de Kruijff Message-ID: <20031110031558.GA4372@moo.holy.cow> Mail-Followup-To: Alex de Kruijff , Gary Kline , FreeBSD Mailing List References: <20031108224501.GA55641@tao.thought.org> <20031110005623.GE553@dds.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031110005623.GE553@dds.nl> cc: Gary Kline cc: FreeBSD Mailing List Subject: Re: ok, i give up; how acroread in mozilla??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2003 03:12:14 -0000 in message <20031110005623.GE553@dds.nl>, wrote Alex de Kruijff thusly... > > On Sat, Nov 08, 2003 at 02:45:01PM -0800, Gary Kline wrote: > > > > People, > > > > Setting up netscape to use realplayer and acroread took > > awhile but I finally got it. I've been using mozilla > > more and more, but still haven't figured out howto get > > it to successfully spawn acroread. > > The online FreeBSD handbook has a chapter about brouwsers. I think it > also contains how to do this. Acroread comes up as desired in mozilla 1.5b & netscape navigator 4.8 when... - in ~/.mailcap i have... application/pdf; acroread %s - in netscape's Navigator->Application Helpers ... MIMEType: application/pdf Suffiexes: pdf Handled By->Application: acroread %s and, similarly for mozilla (Navigator->Helper Applications). I forgot if i had manually set the above settings or mozilla/netscape just read ~/.mailcap & adjusted themselves. - Parv --