[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
Fri Dec 2 08:57:54 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 #4 from fujiwara <tfujiwar at redhat.com> 2011-12-02 03:57:53 EST ---
(In reply to comment #3)
> Cant run the script, as i dont know how.
> Tried to run it just like bash, which didnt work.
> 
> % cat a.py
> import gtk

I mean to create the text file whose name is a.py and the context is:

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


After you saved it, you could run the script with python command:

% python a.py

And I'd like to know the result after you executed 'python a.py'.

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