diff --git a/python3.desktop b/python3.desktop new file mode 100644 index 0000000..18c715a --- /dev/null +++ b/python3.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Python3 +Comment=Python3 Interpreter +Exec=env PYTHONPATH=/home/dirk/pylibs /usr/bin/python3 +Icon=/usr/share/pixmaps/python3.xpm +Terminal=true +Type=Application +Categories=Development; +StartupNotify=true