mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-21 00:21:37 +01:00
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
|