mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
needed by py3-pyo -> maturin -> py3-cryptography -> samba ref: https://gitlab.alpinelinux.org/alpine/aports/-/issues/17216
18 lines
348 B
Desktop File
18 lines
348 B
Desktop File
[Desktop Entry]
|
|
Name=IDLE
|
|
GenericName=Python IDE
|
|
Comment=Python Integrated Development and Learning Environment
|
|
Exec=/usr/bin/idle %F
|
|
TryExec=/usr/bin/idle
|
|
Icon=idle
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Development;IDE
|
|
StartupNotify=false
|
|
MimeType=text/x-python;
|
|
Actions=Edit;
|
|
|
|
[Desktop Action Edit]
|
|
Exec=/usr/bin/idle %F
|
|
Name=Edit with IDLE
|