Run shell script from winebrowser.exe? #367
Unanswered
emendelson
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I believe what your looking for is How do I launch a native application from a windows application? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This question didn't get a usable answer at winehq, so I hope it's OK to ask it here.
My wrapped apps use winebrowser.exe to run AppleScript apps, and they work perfectly, with the syntax:
winebrowser.exe file://path/to/myapp.app
I can't find a way to run a shell script in the same way. I read at winehq that winebrowser.exe is registered in the wine registry to run
.app
applications, but I can't find that registry entry, and so can't find a way to register the..sh
scripts. Am I missing something obvious? I've spent a lot of time trying to solve this one, so I hope it's OK to ask for help.Beta Was this translation helpful? Give feedback.
All reactions