(Linux: ubuntu) How to open another application from tauri #8850
Unanswered
devhimanshuhc
asked this question in
Q&A
Replies: 3 comments
-
same issue here |
Beta Was this translation helpful? Give feedback.
0 replies
-
you can use std::process::Command for example: more info: https://doc.rust-lang.org/std/process/struct.Command.html |
Beta Was this translation helpful? Give feedback.
0 replies
-
same issue here, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, i have an application built with reactJS, and i want to have a button, and when click on that button i want to trigger vs code to open. tried the following code for but it threw me an error on clicking the button.
but it threw error to me:
I ckecked the path of vs code using
whereis code
andwhich code
and its/snap/bin/code
. can anyone help me out with it?Beta Was this translation helpful? Give feedback.
All reactions