wok diff python/stuff/applications/idle.desktop @ rev 16462

Add a desktop file for Python IDLE (we miss TK in ARM to have it)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 21 11:24:38 2014 +0200 (2014-04-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python/stuff/applications/idle.desktop	Mon Apr 21 11:24:38 2014 +0200
     1.3 @@ -0,0 +1,8 @@
     1.4 +[Desktop Entry]
     1.5 +Encoding=UTF-8
     1.6 +Name=Python IDLE
     1.7 +Terminal=false
     1.8 +Exec=idle
     1.9 +Icon=python
    1.10 +Type=Application
    1.11 +Categories=Development;