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 nathanel.titane
Recipients nathanel.titane
Date 2014-03-29.18:37:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396118257.64.0.180360168436.issue21096@psf.upfronthosting.co.za>
In-reply-to
Content
The python icon path in each of the respective launchers for the 2.x and 3.x series seem to be hardcoded to an absolute path rather than designating the relative /usr/share/icons/... directory on the 'Icon=' line within the desktop launcher file located within  usr/share/applications/

Arguments:

Trivial bug yet very important to prevent inexperienced user root access and modification of system files

Needed to prevent system-wide icon theme 'breakage' from non standard 'Icon=' path that should normally refer to /usr/share/icons/ when using third party themes (ex: Faenza, Numix, etc.)

---

Before:

Icon=/usr/share/pixmaps/python2.7.xpm

Icon=/usr/share/pixmaps/python3.3.xpm

Icon=/usr/share/pixmaps/python3.4.xpm

After:

Icon=python
History
Date User Action Args
2014-03-29 18:37:37nathanel.titanesetrecipients: + nathanel.titane
2014-03-29 18:37:37nathanel.titanesetmessageid: <1396118257.64.0.180360168436.issue21096@psf.upfronthosting.co.za>
2014-03-29 18:37:37nathanel.titanelinkissue21096 messages
2014-03-29 18:37:36nathanel.titanecreate