wok-6.x rev 2316
python: add icon and desktop file for interpreter
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 25 18:45:51 2009 +0100 (2009-02-25) |
parents | c8cf74f5d243 |
children | cbcb92602e3a |
files | python/stuff/python.desktop python/stuff/python.png |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python/stuff/python.desktop Wed Feb 25 18:45:51 2009 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +[Desktop Entry] 1.5 +Encoding=UTF-8 1.6 +Name=Python interpreter 1.7 +Terminal=true 1.8 +Exec=xterm -e python 1.9 +Icon=python.png 1.10 +Type=Application 1.11 +Categories=Development;
2.1 Binary file python/stuff/python.png has changed