| Summary: | 'idle' from tkinter fails to load icons | ||
|---|---|---|---|
| Product: | [ROSA-based products] ROSA Fresh | Reporter: | Denis Silakov <denis.silakov> |
| Component: | Packages from Main | Assignee: | ROSA Linux Bugs <bugs> |
| Status: | RESOLVED FIXED | QA Contact: | ROSA Linux Bugs <bugs> |
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | Fresh | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Platform: | --- | ROSA Vulnerability identifier: | |
| RPM Package: | ISO-related: | ||
| Bad POT generating: | Upstream: | ||
Fixed with latest tcl/tk updates. |
[nik@nik-desktop ~]$ idle Traceback (most recent call last): File "/usr/bin/idle", line 5, in <module> main() File "/usr/lib64/python2.7/idlelib/PyShell.py", line 1556, in main icons = [PhotoImage(file=iconfile) for iconfile in iconfiles] File "/usr/lib64/python2.7/lib-tk/Tkinter.py", line 3362, in __init__ Image.__init__(self, 'photo', name, cnf, master, **kw) File "/usr/lib64/python2.7/lib-tk/Tkinter.py", line 3316, in __init__ self.tk.call(('image', 'create', imgtype, name,) + options) _tkinter.TclError: unfinalized data stream in PNG data workaround: # cd /usr/lib64/python2.7/idlelib/Icons # rm -f idle_32.png idle_48.png # convert idle_32.gif idle_32.png # convert idle_48.gif idle_48.png Details: http://forum.rosalab.ru/viewtopic.php?f=53&t=5759&p=46590#p46590