[issue22133] IDLE: Set correct WM_CLASS on X11

Terry J. Reedy report at bugs.python.org
Tue Aug 5 01:41:43 CEST 2014


Terry J. Reedy added the comment:

Serhiy, do you know if the trivial addition of "class_='IDLE'" can have any ill effect on non-gnome systems? It looks sensible to me, and I see no effect on Windows.
-    self.top = top = WindowList.ListedToplevel(root, menu=self.menubar)
+    self.top = top = WindowList.ListedToplevel(root, class_='IDLE',
+                                               menu=self.menubar)

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list