From owner-freebsd-questions@FreeBSD.ORG Sun Feb 22 22:03:01 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 03F98106566C for ; Sun, 22 Feb 2009 22:03:01 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 857758FC14 for ; Sun, 22 Feb 2009 22:03:00 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by nf-out-0910.google.com with SMTP id e27so315365nfd.33 for ; Sun, 22 Feb 2009 14:02:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=3uZZWiemK6Bonrd6F5AycYRMm6UKQ76rUTUfMWRgcnc=; b=bIYZa2eBoTE/x9CLvHu+mkI/0f9C4W4VrJJmiaVI6oiyVV/xDjFDXAFCLr2A/+B6RG C7NdxTz+Bzwj4L6pz8nzvtTLRiGrouqFuKI+pJfMl1NSYb5BRpXnjT41GbSMGNJlRgCY w0yoIQhkC3frlKhka33XTq0hUNMfvo7R/gdzQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=MoF0ecT5r0E6DqfLYqpXD4NZg8efvBSkDZQKCNl/4qjhKySpCRZSJtXU/jyYTAMFBT BZz0dyYHnu+BGmR6dHvYzOo0fFUZRhcaM/qSTMY8sp9m7lbsR0P26kRjOYt+rKv+qTm4 Nx0ITi5MJ9gG256NnZ2WFGIPlgXYIPZA2gr1c= Received: by 10.210.87.19 with SMTP id k19mr2862040ebb.75.1235340179611; Sun, 22 Feb 2009 14:02:59 -0800 (PST) Received: from atlantis.dyndns.org (athedsl-4556312.home.otenet.gr [94.70.82.32]) by mx.google.com with ESMTPS id 10sm4672266eyz.40.2009.02.22.14.02.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 22 Feb 2009 14:02:59 -0800 (PST) Message-ID: <49A1CB91.9020106@gmail.com> Date: Mon, 23 Feb 2009 00:02:57 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.17 (X11/20081011) MIME-Version: 1.0 To: Gary Kline References: <20090222214720.GA43510@thought.org> In-Reply-To: <20090222214720.GA43510@thought.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: flashplugin9? 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: Sun, 22 Feb 2009 22:03:01 -0000 Gary Kline wrote: > Guys, > > If I stick with FreeBSD as my main desktop, I want firefox and > flashplugin-9. So far, no joy. I have firefox2, and when I try to > pkg_delete, I find gnome2 is just one of the dependicies. > linux-flashplugin-9 is installed as well as the pluginwrapper ports, but > still YouTube won't work. > > Is there an "all-linix" port or set of ports to use? Or is there another > way of getting both audio+video? > > gary > Don't pkg_delete firefox2, just install www/firefox3 alongside it. graphics/gnash-devel works mostly ok for youtube. Just a quick note, firefox3 uses /usr/local/lib/firefox3/plugins as the plugins directory, while firefox2 uses /usr/local/browser_plugins. You will probably have to symlink files from this directory to the new one for the plugins to work.