This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Saimadhav.Heblikar, jesstess, serhiy.storchaka, terry.reedy
Date 2014-08-05.09:28:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407230919.48.0.822101840991.issue22133@psf.upfronthosting.co.za>
In-reply-to
Content
> 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'?
History
Date User Action Args
2014-08-05 09:28:39serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, jesstess, Saimadhav.Heblikar
2014-08-05 09:28:39serhiy.storchakasetmessageid: <1407230919.48.0.822101840991.issue22133@psf.upfronthosting.co.za>
2014-08-05 09:28:39serhiy.storchakalinkissue22133 messages
2014-08-05 09:28:39serhiy.storchakacreate