wok annotate python/stuff/applications/python.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 a1eebb8e6935
rev   line source
pankso@16462 1 [Desktop Entry]
pankso@16462 2 Encoding=UTF-8
pankso@16462 3 Name=Python interpreter
pankso@16462 4 Name[pt]=Interpretador Python
pankso@16462 5 Name[pt_BR]=Interpretador Python
pankso@16462 6 Terminal=false
pankso@16462 7 Exec=terminal -e python
pankso@16462 8 Icon=python
pankso@16462 9 Type=Application
pankso@16462 10 Categories=Development;