[issue15869] IDLE: Include .desktop file and icon

2014-01-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: Older issue has more patches and more discussion. -- nosy: +terry.reedy resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> python.desktop ___ Python tracker

[issue15869] IDLE: Include .desktop file and icon

2013-09-26 Thread Hendrik Knackstedt
Hendrik Knackstedt added the comment: For the correct icon to appear you have to copy the provided .xpm file to the given location: /usr/share/pixmaps/python.xpm This is still an issue for the current version of python 3.3. This is really easy to fix. Simply include the files already provided.

[issue15869] IDLE: Include .desktop file and icon

2013-06-15 Thread Rene Hahne
Rene Hahne added the comment: I have the same issue with arch linux and gnome 3.8. Solution was adding "Type=Application" to idle.desktop file -- nosy: +Rene.Hahne ___ Python tracker __

[issue15869] IDLE: Include .desktop file and icon

2012-10-29 Thread Dale E. Moore
Dale E. Moore added the comment: On Ubuntu 12.10 with Unity the task icon is a question mark. And when locked to launcher the button does not start idle. -- nosy: +DaleEMoore ___ Python tracker ___

[issue15869] IDLE: Include .desktop file and icon

2012-10-20 Thread Todd Rovito
Changes by Todd Rovito : -- nosy: +Todd.Rovito ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue15869] IDLE: Include .desktop file and icon

2012-09-24 Thread Roger Serwy
Roger Serwy added the comment: I tried the provided .desktop files and they work with Gnome 3.4. -- keywords: +easy nosy: +serwy title: Include .desktop file and icon -> IDLE: Include .desktop file and icon ___ Python tracker