[New-bugs-announce] [issue13554] Tkinter doesn't use higher resolution app icon

th9 report at bugs.python.org
Thu Dec 8 02:44:26 CET 2011


New submission from th9 <rei4dan at gmail.com>:

48x48 icons in Gnome3 show up blurry, but giving larger resolution (128 or 256) icon to Tkinter doesn't improve its appearance at all in the panel or Alt+Tab menu.

I'm using 'photoimage' to get color icon. Giving two resolution icons in whatever order doesn't change anything - get blurry icon.

Attached example script. It expects two PNG pictures (48x48 and 256x256) in the CWD and uses PIL to load them.

----------
components: Tkinter
files: tk_wm_icon_test.py
messages: 149015
nosy: th9
priority: normal
severity: normal
status: open
title: Tkinter doesn't use higher resolution app icon
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file23877/tk_wm_icon_test.py

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


More information about the New-bugs-announce mailing list