[New-bugs-announce] [issue22133] IDLE: Set correct WM_CLASS on X11

Saimadhav Heblikar report at bugs.python.org
Mon Aug 4 16:30:22 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue22133>
_______________________________________


More information about the New-bugs-announce mailing list