[Fedora-i18n-bugs] [Bug 700967] system-config-language fails to run from the menu on the KDE spin

bugzilla at redhat.com bugzilla at redhat.com
Mon May 2 13:18:21 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=700967

Kevin Kofler <kevin at tigcc.ticalc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |EasyFix

--- Comment #6 from Kevin Kofler <kevin at tigcc.ticalc.org> 2011-05-02 09:18:21 EDT ---
The code:
https://fedorahosted.org/system-config-language/browser/trunk/src/language_gui.py
has these lines:
97        try:
98            p =
gtk.gdk.pixbuf_new_from_file("/usr/share/icons/gnome/32x32/apps/preferences-desktop-locale.png")
99        except:
100            try:
101                p =
gtk.gdk.pixbuf_new_from_file("/usr/share/icons/gnome/32x32/apps/preferences-desktop-locale.png")
102            except:
103                pass
This is trying to load the same file twice. If I change line 101 to:
                p =
gtk.gdk.pixbuf_new_from_file("/usr/share/icons/oxygen/32x32/apps/preferences-desktop-locale.png")
it works fine.

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