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_KDE.desktop 330B

123456789
  1. [Desktop Entry]
  2. Name=Python3
  3. Comment=Python3 Interpreter (venv with ptpython)
  4. Exec=konsole --hide-menubar --profile Python -e /home/dirk/my_repositories/python_apps/ptpython/venv/bin/ptpython
  5. Icon=/home/dirk/my_repositories//linux_env/starter/python3.xpm
  6. #Terminal=true
  7. Type=Application
  8. Categories=Development;
  9. StartupNotify=true