New submission from Saimadhav Heblikar:

I found this bug on gnome where IDLE's activity bar entry is named "Toplevel" 
instead of "IDLE". After digging through the X11 and gnome docs, the WM_CLASS 
was wrongly being set as "Toplevel". This patch has been verified using xprop, 
that the correct WM_CLASS value is getting set.

(Does this have any other side effect on KDE, LXDE, XFCE et al?)

----------
components: IDLE
files: idle-x11-class.diff
keywords: patch
messages: 224728
nosy: jesstess, sahutd, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE: Set correct WM_CLASS on X11
versions: Python 2.7, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file36251/idle-x11-class.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22133>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to