Page MenuHomeSolus

Initial inclusion of thonny, resolves T7040
ClosedPublic

Authored by BridouZ on Nov 19 2018, 9:46 AM.
Tags
None
Referenced Files
F11066290: D4396.id10784.diff
Fri, Aug 11, 5:55 PM
F11066289: D4396.id10786.diff
Fri, Aug 11, 5:55 PM
F11066288: D4396.id10828.diff
Fri, Aug 11, 5:55 PM
F11066287: D4396.id10791.diff
Fri, Aug 11, 5:55 PM
F11066286: D4396.id11338.diff
Fri, Aug 11, 5:55 PM
F11066285: D4396.id.diff
Fri, Aug 11, 5:55 PM
F11047101: D4396.diff
Thu, Aug 10, 2:47 PM
F10984894: D4396.id10784.diff
Sun, Jul 23, 7:24 PM

Details

Summary
  • Changelog available here

Depends on D4393 D4394 and D4395

Test Plan
  • Install OK
  • Uses OS python3 version OK
  • Edit, run shell OK

Diff Detail

Repository
R4578 thonny
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kyrios123 added inline comments.
files/thonny.desktop
8

I think it would be cleaner to make a symbolic link to /usr/share/pixmaps/ or /usr/share/icons/hicolor/??x??/apps and set only the icon file name in the desktop file. Especially in this precise case because a future stack upgrade of python to 3.7 would break this and nobody would notice until someone reports the problem.

PS: Undocumented feature %python3_version% will return the version number (like 3.6 or 3.7, ...). You can use this for the symbolic link.

17

perhaps you can nuke the blank line.

Updated changes regarding symbolic links to thonny icons and add %python3_version%

This revision is now accepted and ready to land.Nov 20 2018, 3:16 PM
BridouZ marked 2 inline comments as done.

Add python-mypy_extensions as rundep

This revision was automatically updated to reflect the committed changes.