[Fedora-i18n-bugs] [Bug 758525] [abrt] ibus-1.4.0-10.fc16: icon.py:38:__init__:GError: Icon 'gtk-missing-image' not present in theme

bugzilla at redhat.com bugzilla at redhat.com
Wed Nov 30 05:55:55 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=758525

fujiwara <tfujiwar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Flag|                            |needinfo?(arjuna.erat at web.d
                   |                            |e)

--- Comment #2 from fujiwara <tfujiwar at redhat.com> 2011-11-30 00:55:54 EST ---
Which desktop do you use?
ibus rpm has the dependency of gnome-icon-theme-legacy which has
'gtk-missing-image' icon.

Are you able to run the following script?

% cat a.py
import gtk

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

% python a.py
theme_name: Adwaita
icon_theme_name: gnome
fallback_icon_theme: gnome

-- 
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