Files to generate starters (linux)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

python3.desktop 223B

123456789
  1. [Desktop Entry]
  2. Name=Python3
  3. Comment=Python3 Interpreter
  4. Exec=env PYTHONPATH=/home/dirk/pylibs /usr/bin/python3
  5. Icon=/usr/share/pixmaps/python3.xpm
  6. Terminal=true
  7. Type=Application
  8. Categories=Development;
  9. StartupNotify=true