[issue20406] Use application icon for IDLE

Serhiy Storchaka report at bugs.python.org
Fri Jan 31 11:09:39 CET 2014


Serhiy Storchaka added the comment:

> Related but separate issue. A TreeWidget used for browsing files uses the
> old python.gif icon for .py files. I think we should switch to the modern
> one that you uploaded as python_16x16.gif. Agree?

Agree.

As for 2.7, we can use

    root.tk.call('wm', 'iconphoto', str(root), "-default", *icons)

In Ubuntu (and perhaps other Linux distributives), just main Python logo (as 
in favicon) is used as IDLE desktop icon. May be we should discuss IDLE icon 
and logo (which can be shown in the About window) on Python-Dev.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20406>
_______________________________________


More information about the Python-bugs-list mailing list