# HG changeset patch # User Christophe Lincoln # Date 1235583951 -3600 # Node ID e0584b04753f5a1d5d6d033379a6f724352830db # Parent c8cf74f5d24392e62ea3d56871271dfc37d50417 python: add icon and desktop file for interpreter diff -r c8cf74f5d243 -r e0584b04753f python/stuff/python.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python/stuff/python.desktop Wed Feb 25 18:45:51 2009 +0100 @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Python interpreter +Terminal=true +Exec=xterm -e python +Icon=python.png +Type=Application +Categories=Development; diff -r c8cf74f5d243 -r e0584b04753f python/stuff/python.png Binary file python/stuff/python.png has changed