Celeste 6cde296339 community/python3-tkinter: upgrade to 3.11.4
also, add idle.desktop, icons, and use `amove`
2023-08-07 08:41:44 +00:00

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