Package: idle3 Version: 3.4.2-2 Severity: minor In nautilus I can not open python source code (.py) files with idle3. Presumably the same happens with other file managers.
This can be corrected by improving the .desktop file associated to idle3. Below is some contents for a modified idle3.desktop file which works for me. ------------------------------------------ [Desktop Entry] Name=IDLE 3 Comment=Integrated DeveLopment Environment for Python3 Exec=/usr/bin/idle3 %U TryExec=/usr/bin/idle3 Icon=/usr/share/pixmaps/idle3.xpm Terminal=false Type=Application Categories=Application;Development; StartupNotify=true MimeType=text/x-python;