# HG changeset patch # User Christophe Lincoln # Date 1398072278 -7200 # Node ID f17e3674e1c0212e1f36940c50813438eb18a65f # Parent eee8fbf2a2e78e3a48040e147d1ba67ec9aa8fc9 Add a desktop file for Python IDLE (we miss TK in ARM to have it) diff -r eee8fbf2a2e7 -r f17e3674e1c0 python/stuff/applications/idle.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python/stuff/applications/idle.desktop Mon Apr 21 11:24:38 2014 +0200 @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Python IDLE +Terminal=false +Exec=idle +Icon=python +Type=Application +Categories=Development; diff -r eee8fbf2a2e7 -r f17e3674e1c0 python/stuff/applications/python.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python/stuff/applications/python.desktop Mon Apr 21 11:24:38 2014 +0200 @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Python interpreter +Name[pt]=Interpretador Python +Name[pt_BR]=Interpretador Python +Terminal=false +Exec=terminal -e python +Icon=python +Type=Application +Categories=Development; diff -r eee8fbf2a2e7 -r f17e3674e1c0 python/stuff/python.desktop --- a/python/stuff/python.desktop Mon Apr 21 08:54:59 2014 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Python interpreter -Name[pt]=Interpretador Python -Name[pt_BR]=Interpretador Python -Terminal=false -Exec=xterm -e python -Icon=python -Type=Application -Categories=Development;