wok-next diff 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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python/stuff/applications/python.desktop Mon Apr 21 11:24:38 2014 +0200 1.3 @@ -0,0 +1,10 @@ 1.4 +[Desktop Entry] 1.5 +Encoding=UTF-8 1.6 +Name=Python interpreter 1.7 +Name[pt]=Interpretador Python 1.8 +Name[pt_BR]=Interpretador Python 1.9 +Terminal=false 1.10 +Exec=terminal -e python 1.11 +Icon=python 1.12 +Type=Application 1.13 +Categories=Development;