Files to generate starters (linux)
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

python3_KDE.desktop 301B

123456789
  1. [Desktop Entry]
  2. Name=Python3
  3. Comment=Python3 Interpreter (venv with ptpython)
  4. Exec=konsole --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