[Fedora-i18n-bugs] [Bug 698867] [abrt] ibus-1.3.99.20110408-2.fc15: icon.py:38:__init__:GError: Icon 'gtk-missing-image' not present in theme

bugzilla at redhat.com bugzilla at redhat.com
Mon Apr 25 01:57:07 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=698867

fujiwara <tfujiwar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Flag|                            |needinfo?(drjohnson1 at gmail.
                   |                            |com)

--- Comment #2 from fujiwara <tfujiwar at redhat.com> 2011-04-24 21:57:07 EDT ---
I guess your XFCE doesn't install fedora-icon-theme and/or gnome-themes
Could you run the following script on the XFCE desktop?

% cat a.py 
import gtk

print "theme_name", gtk.settings_get_default().props.gtk_theme_name
print "icon_theme_name", gtk.settings_get_default().props.gtk_icon_theme_name
print "fallback_icon_theme",
gtk.settings_get_default().props.gtk_fallback_icon_theme

% python a.py
theme_name Adwaita
icon_theme_name Fedora
fallback_icon_theme None

% rpm -qf /usr/share/icons/Fedora/32x32/places/start-here.png 
fedora-logos-15.0.0-2.fc15.noarch
# grep Inherits /usr/share/icons/Fedora/index.theme 
Inherits=Mist
# rpm -qf /usr/share/icons/Fedora/index.theme 
fedora-icon-theme-1.0.0-9.fc15.noarch
# grep Inherits /usr/share/icons/Mist/index.theme 
Inherits=gnome
# rpm -qf /usr/share/icons/Mist/index.theme 
gnome-themes-2.32.0-6.fc15.noarch

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list