Roger Serwy added the comment:
It looks like this code will set the title properly in the latest GNOME shell
(3.4):
from Tkinter import *
app = Tk(className='App Name')
app.title('App Title')
app.mainloop()
The documentation should be updated to explain the arguments to Tk().
----------
title: Tkinter doesn't set proper application name -> Tkinter doesn't set
proper application name in Gnome Shell
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue13553>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com