From owner-freebsd-questions@FreeBSD.ORG Sat Jun 2 00:05:43 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6D9916A468 for ; Sat, 2 Jun 2007 00:05:43 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-1.eunet.yu (smtpclu-1.eunet.yu [194.247.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 4EEC913C44B for ; Sat, 2 Jun 2007 00:05:43 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-229-172.eunet.yu [213.198.229.172]) by smtpclu-1.eunet.yu (8.13.6/8.13.6) with ESMTP id l5201mKS004494; Sat, 2 Jun 2007 02:01:49 +0200 Message-Id: <200706020001.l5201mKS004494@smtpclu-1.eunet.yu> Date: Sat, 2 Jun 2007 02:01:19 +0200 From: Nikola Lecic To: Ozan Enginoglu In-Reply-To: <1180738844.1116.9.camel@laptop> References: <1180738844.1116.9.camel@laptop> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_20,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.7 Cc: freebsd-questions Subject: Re: Flashplugin problem after xorg 7.2 upgrade 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: Sat, 02 Jun 2007 00:05:43 -0000 Hello, On Sat, 02 Jun 2007 02:00:44 +0300 Ozan Enginoglu wrote: > After i upgrated to xorg 7.2 i had firefox core-dump problem. It used > to crast when i enter a site with a lot of flash plugin. And it uses > a lot of CPU power! >=20 > I removed flash plugin libs from /usr/local/lib/browser_plugins and > plugins directory of firefox. Now i can surf without any core-dump > error. >=20 > when i try to reinstall flashplugin, firefox cant succedd to run them. >=20 > What should i do? Any suggestions? What flashplugin and wrapper do you use? If you use linux-flashplugin-7.0r69 with nspluginwrapper (you probably do, with native Firefox), you might need the following after Xorg upgrade: %ln -s ~/.mozilla/plugins ~/.mozilla/firefox/plugins That works for me. Before that you can of course consider to re-create nspluginwrapper's files, like this: %nspluginwrapper -v -a -r (remove old wrapper files) %nspluginwrapper -v -a -i (install all available plugins) Then check with about:plugins if all of them are recognised by Firefox. Nikola Le=C4=8Di=C4=87