From owner-freebsd-questions@FreeBSD.ORG Wed Dec 2 14:54:18 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB0461065672 for ; Wed, 2 Dec 2009 14:54:18 +0000 (UTC) (envelope-from faust64@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 539408FC16 for ; Wed, 2 Dec 2009 14:54:18 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e21so282509fga.13 for ; Wed, 02 Dec 2009 06:54:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=M9fhvlxc4idAsLkhrHrbC0aCXZkCvcutozXeJDQhxUI=; b=mml/sDGq2fY9wrWuXjvsJdZ29pYBYtyO8jP8ueZFU39O5M/YTbYP40gkIsUnlMvtEk +LXxykZgATRvasxKxKTN9utNfDzvEwBfy6AVAX1FL+nk5tQVxO8axvwFzqq1PublYzkY glrTLjPaKgBw0AV1azk02XTJ1YFZfGxHX/AmY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=lpuc0Fn2pl/NN+ZgNxmbN6JSTKn6IoypUSbKzRh43wX9OLx5S4mte57IcAAG1OE42d XNWSOggFEWgtiykxf21GRfh2JrNoAYwdv3YiFxy4XLTiFxMCA6s0zoHEvNnZ+mefiFQk 6C4RHsk3y2sPjdagLjGchqOOu9e/jghM/XBh4= MIME-Version: 1.0 Received: by 10.86.203.30 with SMTP id a30mr280312fgg.32.1259765656756; Wed, 02 Dec 2009 06:54:16 -0800 (PST) In-Reply-To: References: <200912021016.20128.tijl@coosemans.org> From: =?ISO-8859-1?Q?Samuel_Mart=EDn_Moro?= Date: Wed, 2 Dec 2009 15:53:56 +0100 Message-ID: To: Kurt Buff Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Tijl Coosemans , freebsd-questions@freebsd.org Subject: Re: 7.2R and Firefox 3.5.3 and Flash/Java - something odd I can't quite figure out... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2009 14:54:19 -0000 I had this problem too. I didn't have browser_plugins/ into /usr/local/lib, so I linked it to /usr/local/lib/firefox3/plugins/ I don't remember exactly, but I think this would work Also, my user is not a member of wheel. But plugins are owned by root:wheel, 755 chmoded, and it works. (other subject, but still about firefox) Ssome windowmanager have problems when searching for firefox I add this to my installation script: for dir in /usr/local/include /usr/local/bin /usr/local/include /usr/local/share/idl /usr/local/share/pixmap do ln $dir/firefox3 $dir/firefox done But maybe this could be managed into firefox3 package? Samuel Mart=EDn Moro CamTrace {EPITECH.} tek4 "Nobody wants to say how this works. Maybe nobody knows ..." Xorg.conf(5) On Wed, Dec 2, 2009 at 3:33 PM, Kurt Buff wrote: > On Wed, Dec 2, 2009 at 01:16, Tijl Coosemans wrote: > > On Sunday 29 November 2009 22:47:56 Kurt Buff wrote: > >> I've gotten Flash and Java going with Firefox, as root, using the > >> directions here: > >> > >> > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browser= s.html > >> > >> However, I can't get it going as a standard user. When I run > >> > >> 'nspluginwrapper -v -a -i' > >> > >> I get the following: > >> > >> Auto-install plugins from /usr/local/lib/browser_plugins > >> Looking for plugins in /usr/local/lib/browser_plugins > >> Auto-install plugins from /usr/local/lib/npapi/linux-flashplugin > >> Looking for plugins in /usr/local/lib/npapi/linux-flashplugin > >> Install plugin > /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so > >> ... already installed system-wide, skipping > >> Auto-install plugins from /home/kurt/.mozilla/plugins > >> Looking for plugins in /home/kurt/.mozilla/plugins > >> > >> and 'about:plugins' only shows libnullplugin.so as enabled for all MIM= E > types. > >> > >> 'nspluginwrapper -l' > >> > >> shows > >> > >> /usr/local/lib/browser_plugins/npwrapper.libflashplayer.so > >> Original plugin: > /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so > >> Wrapper version string: 1.2.2 > > > > Check the permissions on /usr/local/lib/browser_plugins/ > npwrapper.libflashplayer.so > > > It's set to root:wheel - my account is a member of wheel. > > Should it be something else? > > > Kurt > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >