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_GNOME.desktop 308B

123456789
  1. [Desktop Entry]
  2. Name=Python3
  3. Comment=Python3 Interpreter (venv with ptpython)
  4. Exec=gnome-terminal --hide-menubar --profile Python -e /usr/data/dirk/local/bin/ptpython/venv/bin/ptpython
  5. Icon=/usr/data/dirk/local/bin/ptpython/icon.xpm
  6. #Terminal=true
  7. Type=Application
  8. Categories=Development;
  9. StartupNotify=true