From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Fxshu-0000Og-RX for garchives@archives.gentoo.org; Tue, 04 Jul 2006 21:45:23 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k64LhxdP001539; Tue, 4 Jul 2006 21:43:59 GMT Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k64LbIj4014668 for ; Tue, 4 Jul 2006 21:37:18 GMT Received: by ug-out-1314.google.com with SMTP id j40so1846986ugd for ; Tue, 04 Jul 2006 14:37:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=iQsbaDl/9gVl2t81syNTp4LwJV29d8Z7hN/JNwqMgFoJaWE0EjV8ZEn0+ESTVfOiH6guZwueU/b2DxBG3J+mrJKCi/AnE+AFwFbZbrK8+YU/1f+wqxbjPnrKnaRv6c2tu2atsVg2esE0ZxbbFtkk6kcMpwl/gT6w4zpa9SBMM4o= Received: by 10.78.164.13 with SMTP id m13mr2878698hue; Tue, 04 Jul 2006 14:37:18 -0700 (PDT) Received: by 10.78.20.11 with HTTP; Tue, 4 Jul 2006 14:37:17 -0700 (PDT) Message-ID: <7573e9640607041437o18c62169oe40b496eeea516@mail.gmail.com> Date: Tue, 4 Jul 2006 14:37:17 -0700 From: "Richard Fish" Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Evolution icons missing under KDE but nut under Gnome In-Reply-To: <1150235811.15727.2.camel@txslpc1d36.wkst.vzwnet.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <002701c68c5f$0932be20$0b200a0a@PowerMoneySex.Lan> <7573e9640606101347j420171efge5e2a3285f0c536a@mail.gmail.com> <1149984940.7465.0.camel@hpkastorff> <7573e9640606111944m53ef536exea673310fe7c7e80@mail.gmail.com> <1150235811.15727.2.camel@txslpc1d36.wkst.vzwnet.com> X-Google-Sender-Auth: d24291f792608944 X-Archives-Salt: 5dd3094f-0f4f-40ed-8c9c-6b15753dd05a X-Archives-Hash: 4b0a918097048ee8b9a66254d98e5425 On 6/13/06, Paul Varner wrote: > On Sun, 2006-06-11 at 19:44 -0700, Richard Fish wrote: > > Looks like I'll be masking >=evolution-2.6.0.... > > > > > > http://bugs.gentoo.org/show_bug.cgi?id=133241 > > Masking the following fixed it for me > > =x11-themes/gnome-icon-theme-2.14.2 > > I haven't had the time to investigate further or file a bug report. Ok, I've found a fix for this. It looks like we need to set gtk-fallback-icon-theme = "gnome" in a gtkrc file. Assuming you have KDE setup to export settings to gtk/gnome apps, it will overwrite your ~/.gtkrc-2.0 file, and also add a line to your ~/.bashrc to make sure it is used by gtk. Your ~/.bashrc probably contains: # This line was appended by KDE # Make sure our customised gtkrc file is loaded. export GTK2_RC_FILES=$HOME/.gtkrc-2.0 If you change this line, or the .gtkrc-2.0 file, the KDE control center may overwrite the changes. So my fix is to change ~/.bashrc to contain: ---- # This line was appended by KDE # Make sure our customised gtkrc file is loaded. export GTK2_RC_FILES=$HOME/.gtkrc-2.0 # and also use my personal .gtkrc file... export GTK2_RC_FILES="${GTK2_RC_FILES}:$HOME/.gtkrc-2.0-rjf" ---- Then .gtkrc-2.0-rjf contains only: ---- gtk-fallback-icon-theme = "gnome" ---- This allows all evolution icons to be found. Of course, I had to dig through the source to figure out the fix, but once I knew the solution, finding the relevant web pointers was easy! See: http://bugzilla.gnome.org/show_bug.cgi?id=330061 http://mail.gnome.org/archives/desktop-devel-list/2006-February/msg00425.html -Richard -- gentoo-user@gentoo.org mailing list