wok-6.x 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 | eee8fbf2a2e7 |
children | 70d83a62ab50 |
files | python/stuff/applications/idle.desktop python/stuff/applications/python.desktop python/stuff/python.desktop |
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;
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/python/stuff/applications/python.desktop Mon Apr 21 11:24:38 2014 +0200 2.3 @@ -0,0 +1,10 @@ 2.4 +[Desktop Entry] 2.5 +Encoding=UTF-8 2.6 +Name=Python interpreter 2.7 +Name[pt]=Interpretador Python 2.8 +Name[pt_BR]=Interpretador Python 2.9 +Terminal=false 2.10 +Exec=terminal -e python 2.11 +Icon=python 2.12 +Type=Application 2.13 +Categories=Development;
3.1 --- a/python/stuff/python.desktop Mon Apr 21 08:54:59 2014 +0100 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,10 +0,0 @@ 3.4 -[Desktop Entry] 3.5 -Encoding=UTF-8 3.6 -Name=Python interpreter 3.7 -Name[pt]=Interpretador Python 3.8 -Name[pt_BR]=Interpretador Python 3.9 -Terminal=false 3.10 -Exec=xterm -e python 3.11 -Icon=python 3.12 -Type=Application 3.13 -Categories=Development;