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 Saimadhav.Heblikar
Recipients Saimadhav.Heblikar, jesstess, serhiy.storchaka, terry.reedy
Date 2014-08-05.16:30:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407256235.42.0.925182808411.issue22133@psf.upfronthosting.co.za>
In-reply-to
Content
"Saimadhav, please try class_="Idle" (title case). I suppose that IDLE's activity bar entry will be named "IDLE" (upper case), because Gnome Shell will get the name from IDLE's desktop file (/usr/share/applications/idle.desktop)."

No. It stays "Idle". Also there was no file for me in /usr/share/applications/idle.desktop. An idle.desktop file was found in /usr/share/app-install/desktop/idle.desktop, whose content is
[Desktop Entry]
X-AppInstall-Package=idle
X-AppInstall-Popcon=132
X-AppInstall-Section=main

Name=IDLE
Comment=Integrated Development Environment for Python
Exec=/usr/bin/idle
Icon=/usr/share/pixmaps/idle.xpm
Terminal=false
MultipleArgs=false
Type=Application
Categories=Application;Development;
StartupNotify=true

I don't have any icon file at /usr/share/pixmaps/idle.xpm

After copying the above idle.desktop to /usr/share/applications/, the activity bar becomes "IDLE". There is NO icon.
If I set class_='Idle3', it works as expected with icon and text.

With 2.7, 'Idle2', displays same behavior with proper icon and text.
With 2.7, 'Idle' it displays "IDLE" and no icon.
History
Date User Action Args
2014-08-05 16:30:35Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy, jesstess, serhiy.storchaka
2014-08-05 16:30:35Saimadhav.Heblikarsetmessageid: <1407256235.42.0.925182808411.issue22133@psf.upfronthosting.co.za>
2014-08-05 16:30:35Saimadhav.Heblikarlinkissue22133 messages
2014-08-05 16:30:35Saimadhav.Heblikarcreate