From owner-freebsd-questions@FreeBSD.ORG Tue Aug 31 18:03:59 2004 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 7A0C316A4CF for ; Tue, 31 Aug 2004 18:03:59 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E35B43D4C for ; Tue, 31 Aug 2004 18:03:59 +0000 (GMT) (envelope-from fdiprete@comcast.net) Received: from thurston.houselan.com (h00608c0009cb.ne.client2.attbi.com[24.128.129.105]) by comcast.net (rwcrmhc13) with ESMTP id <2004083118035601500mhk8le> (Authid: ); Tue, 31 Aug 2004 18:03:57 +0000 Date: Tue, 31 Aug 2004 14:03:30 -0400 From: Frank DiPrete To: "questions@FreeBSD.org" Message-ID: <20040831180330.GA1539@thurston.houselan.com> Mime-Version: 1.0 Content-Type: text/plain; Format=Flowed; DelSp=Yes; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer: Balsa 2.0.15 Lines: 51 Subject: nppd.so acrobat plugin hangs epiphany 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: Tue, 31 Aug 2004 18:03:59 -0000 Hello I am using nppd.so ad aplugin for PDF files in Epiphany. Plugin installed from ports (pluginwrapper) Epiphany 1.06 FreeBSD 5.2.1 Flash plugin works great, Acrobat reader works great by itself. When I attempt to view a PDF file in epiphany from a URL, nppd.so attempts to launch acrobat reader and hangs at the splash screen. (Force quit to get out of it) Anybody solve this one before? TIA for thoughts. More info: the file nppd.so is a link: in /usr/X11R6/lib/browser_plugins lrwxr-xr-x 1 root wheel 48 Aug 16 12:02 nppdf.so -> /usr/local/ Acrobat5/Browsers/intellinux/nppdf.so in /etc/libmap.conf # Acrobat with Opera [/usr/X11R6/lib/browser_plugins/nppdf.so] libc.so.6 pluginwrapper/acrobat.so # Acrobat with Konqueror # KDE on FreeBSD requires plugins to be placed in /opt/mozilla/ plugins/. # (unlike many other www browsers on X11, it does not support # /usr/X11R6/lib/browser_plugins/ for a plugin directory) # So please copy nppdf.so to /opt/mozilla/plugins/ like following lines. # mkdir -p /opt/mozilla/plugins # cd /usr/local/Acrobat5/Browsers/intellinux # cp nppdf.so /opt/mozilla/plugins/ [/opt/mozilla/plugins/nppdf.so] libc.so.6 pluginwrapper/acrobat.so # Acrobat with Mozilla/Firebird/Galeon/Epiphany [/usr/local/Acrobat5/Browsers/intellinux/nppdf.so] libc.so.6 pluginwrapper/acrobat.so