From: "Richard Fish" <bigfish@asmallpond.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: Evolution icons missing under KDE but nut under Gnome
Date: Tue, 4 Jul 2006 14:37:17 -0700 [thread overview]
Message-ID: <7573e9640607041437o18c62169oe40b496eeea516@mail.gmail.com> (raw)
In-Reply-To: <1150235811.15727.2.camel@txslpc1d36.wkst.vzwnet.com>
On 6/13/06, Paul Varner <fuzzyray@gentoo.org> wrote:
> On Sun, 2006-06-11 at 19:44 -0700, Richard Fish wrote:
> > Looks like I'll be masking >=evolution-2.6.0....
> > </rant>
> >
> > 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
next prev parent reply other threads:[~2006-07-04 21:45 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-10 7:25 [gentoo-user] Evolution icons missing under KDE but nut under Gnome Bob Young
2006-06-10 20:47 ` Richard Fish
2006-06-10 22:58 ` [gentoo-user] " Peter
2006-06-11 0:15 ` Keith Kastorff
2006-06-12 2:44 ` Richard Fish
2006-06-12 10:35 ` [gentoo-user] " Peter
2006-06-13 21:56 ` [gentoo-user] " Paul Varner
2006-07-04 21:37 ` Richard Fish [this message]
2006-07-07 18:01 ` Paul Varner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7573e9640607041437o18c62169oe40b496eeea516@mail.gmail.com \
--to=bigfish@asmallpond.org \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox