Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In launcher Linux, support for Thonny as a separate app #1023

Merged
merged 3 commits into from
Oct 4, 2022

Conversation

ypiguet-epfl
Copy link
Collaborator

No description provided.

@@ -89,6 +89,8 @@ ListModel {
Utils.launchOsXBundle("Thonny", {"uuid" : device.id,
"endpoint" : device.tcpEndpoint(),
"password" : device.password()})
} else if (Utils.platformIsLinux()) {
return Utils.launch_process("flatpak", ["run", "org.thonny.Thonny"])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is that still needet?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. launch_thonny is never called on Linux and wouldn't work.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so please remove

@mbonani mbonani merged commit 77f1c6e into Mobsya:master Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants