From owner-freebsd-questions@FreeBSD.ORG Sun Mar 7 16:53:50 2010 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 3A8C1106564A for ; Sun, 7 Mar 2010 16:53:50 +0000 (UTC) (envelope-from amsibamsi@gmail.com) Received: from mail-fx0-f223.google.com (mail-fx0-f223.google.com [209.85.220.223]) by mx1.freebsd.org (Postfix) with ESMTP id BB8048FC15 for ; Sun, 7 Mar 2010 16:53:49 +0000 (UTC) Received: by fxm23 with SMTP id 23so4107551fxm.3 for ; Sun, 07 Mar 2010 08:53:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=ra6dF+A/S9oQgyzUbkoWWUPDgUlKKk6FfTe4AkpIbro=; b=OsdflaEQL4v94Kqv4XzTVmAyUYHHSN0pkq1eXGbxhBfiIJIDsvcEutt6DCdYqmFBp4 mCMuXUdO7lOvZaBBXONRFNCsoDX4rlwQDkvFTke1DZzHO29ypr8GzuUyN1Oz7vVvTmrj wC4jn19AbBX6SuF/fzdxFRoCXxQJ023JNSof8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=tYLjqUFg8hLMdnG18/Fv6fxiGi7f6CCfW5zj82C46ZbIvPg9zBUsbnQR6ZkQo6IRrk CYr+KCstVwJtzLEo0FGzrfKljcOOIcNF2EwCYiESTSxhoVNdWAp6RpdRhx3HRzZ6lMF9 KGNaOqX5FQAOZy3BkGzOIUudAi6NG7TDgPOqY= Received: by 10.87.62.31 with SMTP id p31mr709810fgk.21.1267980828586; Sun, 07 Mar 2010 08:53:48 -0800 (PST) Received: from hulk.l.ttyv0.net (80-219-19-168.dclient.hispeed.ch [80.219.19.168]) by mx.google.com with ESMTPS id d8sm5600324fga.4.2010.03.07.08.53.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 07 Mar 2010 08:53:47 -0800 (PST) From: Anselm Strauss To: Josh Paetzel Date: Sun, 7 Mar 2010 17:53:29 +0100 User-Agent: KMail/1.12.4 (FreeBSD/8.0-RELEASE-p2; KDE/4.3.5; amd64; ; ) References: <201003071456.15638.amsibamsi@gmail.com> <201003071613.53869.eliaschr@ath.forthnet.gr> <201003070852.35803.jpaetzel@freebsd.org> In-Reply-To: <201003070852.35803.jpaetzel@freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201003071753.29305.amsibamsi@gmail.com> Cc: Elias Chrysoheris , freebsd-questions@freebsd.org Subject: Re: KDE firefox integration 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, 07 Mar 2010 16:53:50 -0000 On Sunday 07 March 2010 15:52:30 Josh Paetzel wrote: > On Sunday 07 March 2010 08:13:53 Elias Chrysoheris wrote: > > On Sunday 07 of March 2010 15:56:15 Anselm Strauss wrote: > > > Hi, > > > > > > I noticed that in PC-BSD 8 firefox is nicely integrated into KDE. > > > Anybody knows how to achieve this on FreeBSD 8? > > > > > > Anselm > > > _______________________________________________ > > > 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" > > > > I believe you mean that you need KDE to open Firefox whenever you click > > on a link. That's easy. From your KDE menu, open "System Settings" (in > > the first tab, "favorites") > > Then select "Default Applications". Then, in the left list of the > > applications, choose "Web browser", and at the right part of the screen > > choose the radio button "in the following browser" and in the edit box > > enter the "/usr/local/bin/firefox3". Then apply the new settings. > > > > Elias > > Another trick that PC-BSD uses....which might be more of what you are > asking about is the installation of a port called > x11-themes/gtk-qt4-engine This port allows gtk applications to be > displayed using qt, which helps integrate the look of things like FF, > Thunderbird, OOo with KDE. I already installed the gtk-qt4-engine, but it has some serious bugs. Scroll bars are not painted, tab borders are painted at the wrong position, etc. Could this be because I modified some of KDEs appearance options? Are there any other integration tweaks, like icons, keyboard shortcuts, file chooser dialog, ... ? Thanks, Anselm