From owner-freebsd-ports@FreeBSD.ORG Sat Oct 21 05:37:15 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE0D116A403 for ; Sat, 21 Oct 2006 05:37:14 +0000 (UTC) (envelope-from rcbdyndns@bellsouth.net) Received: from imf21aec.mail.bellsouth.net (imf21aec.mail.bellsouth.net [205.152.59.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76C7043D4C for ; Sat, 21 Oct 2006 05:37:09 +0000 (GMT) (envelope-from rcbdyndns@bellsouth.net) Received: from ibm63aec.bellsouth.net ([74.226.120.165]) by imf21aec.mail.bellsouth.net with ESMTP id <20061021053708.BEUC21303.imf21aec.mail.bellsouth.net@ibm63aec.bellsouth.net> for ; Sat, 21 Oct 2006 01:37:08 -0400 Received: from [192.168.0.102] (really [74.226.120.165]) by ibm63aec.bellsouth.net with ESMTP id <20061021053707.IBKC26176.ibm63aec.bellsouth.net@[192.168.0.102]> for ; Sat, 21 Oct 2006 01:37:07 -0400 Message-ID: <4539B203.9070108@bellsouth.net> Date: Sat, 21 Oct 2006 00:37:07 -0500 From: B Briggs User-Agent: Thunderbird 1.5.0.7 (X11/20061016) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: GTK theme not applied in Firefox/Thunderbird 1.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Oct 2006 05:37:15 -0000 Indigo 23 wrote: > I checked my gtkrc-2.0 file, and here are its contents: > > --------------------BEGIN ~/.gtkrc-2.0---------------------------- > # -- Appended by GNOME Configurator > include ".gtkrc-2.0-scrollbar_cog" > style "panel" > { > fg[NORMAL] = "#ffffff" > fg[ACTIVE] = "#0f0f0f" > bg[ACTIVE] = "#C0C0C0" > } > widget "PanelWidget" style "panel" > widget "PanelApplet" style "panel" > class "Panel" style "panel" > widget_class "Mail" style "panel" > class "notif" style "panel" > class "Notif" style "panel" > class "Tray" style "panel" > class "tray" style "panel" > --------------------END ~/.gtkrc-2.0---------------------------- > > I don't see any paths to change here. Any other suggestions? Also, > do you know why this problem is occuring? > > Thanks. > > Indigo 23 wrote: >>> I am just wondering if anyone knows how to fix this problem....Ever >>> since I upgraded to Gnome 2.16, the GTK themes that I've tried don't >>> apply in Firefox/Thunderbird 1.5 like they used to when I was using >>> Gnome 2.14....Is this a known issue? Are there any workarounds? I >>> really dislike the default GTK look. >>> >>> Thanks. > > B Briggs wrote: >> I had to edit my ~/.gtkrc-2.0 file and change references to /usr/X11R6 >> to /usr/local. (Assuming you're using the default theme under >> tools/themes in Firefox/Thunderbird). > Since I don't use gnome for my desktop (I use fluxbox), I probably can't help much. But here are some things you might want to check. After you upgraded, firefox and thunderbird were moved to /usr/local/bin, correct? In firefox, under Tools/Themes, are you using the firefox default theme? (This should use the current gtk theme). If you have any other themes installed, what happens if you switch, then switch back to the default theme? In your firefox prefs.js file, is there any reference to X11R6? Do you have any other .gtkrc* files in ~ ? Take a look at the contents there. Are you using the emulation linux firefox/thunderbird? If so, take a look at: http://www.metasyntax.net/index.php?section=unix&page=gtkqt What happens if you put the path to the theme in .gtkrc-2.0 and restart firefox? Take a look at the url above and the reference to include "/usr/X11R6/share/themes/Clearlooks/gtk-2.0/gtkrc" (of course you'll want to change X11R6 to local and Clearlooks to whatever your theme is) And do you still have anything left in /usr/X11R6/share/themes after your upgrade? I do, just stuff I installed there myself. If you do, consider copying or moving them to /usr/local... What is in ".gtkrc-2.0-scrollbar_cog"? Any reference to X11R6? I did have the same problem you did after upgrading. But ALL of my gtk apps had the same default appearance, and as I said, I just had to change .gtkrc-2.0 from /usr/X11R6... to /usr/local... -- B Briggs