[issue13553] Tkinter doesn't set proper application name

th9 report at bugs.python.org
Wed Dec 21 11:26:41 CET 2011


th9 <rei4dan at gmail.com> added the comment:

Yes, I'm aware of the 'iconname' docs. In this case 'iconname' probably is not the right property to set, but I don't know which one should be.

For GTK+ applications there is a special function for setting application name which should be shown to user and apparently Gnome 3 is using that. 

http://developer.gnome.org/glib/stable/glib-Miscellaneous-Utility-Functions.html#g-set-application-name

I don't know how to achieve the same for Tkinter.

----------

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


More information about the Python-bugs-list mailing list