void-packages/srcpkgs/python/files/idle.desktop
Alessio Sergi dd465c41b3 python: enable tk support
That addresses the following issues:
- Add tkinter ("Tk interface") support. Tkinter is the standard Python
  binding to the Tk GUI toolkit.
- Fix broken IDLE (the Python IDE) built with Tkinter.

Add two new subpkgs: python-tkinter and idle-python.
2014-08-17 14:39:19 +02:00

9 lines
145 B
Desktop File

[Desktop Entry]
Name=IDLE
Comment=IDE for Python2
Exec=idle
Icon=idle
Terminal=false
Type=Application
Categories=Development;
StartupNotify=true