[issue22133] IDLE: Set correct WM_CLASS on X11

Serhiy Storchaka report at bugs.python.org
Tue Aug 5 11:28:39 CEST 2014


Serhiy Storchaka added the comment:

> And for turtledemo and other gui demos too.

No, this is not needed because they are not installed as separate applications and have not specific .desctop file.

As said on https://wiki.gnome.org/Projects/GnomeShell/ApplicationBased:

"""
To ensure the GNOME 3 Shell will track your application, you can also set the WM_CLASS X window property to be the same as your application's .desktop file name, without the .desktop extension (the desktop file should be lower-case).
"""
Is "class_='IDLE'" works when only IDLE for Python 3 (not for Python 2) is installed? Shouldn't it be 'IDLE3'?

----------

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


More information about the Python-bugs-list mailing list