darktrojan / openwith

Open With add-on for Firefox
https://addons.mozilla.org/addon/open-with/
412 stars 71 forks source link

External App #186

Open martinsam opened 6 years ago

martinsam commented 6 years ago

I add SublimeText 3 like external App.

In MacOs I use this command : "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl"

it's work, Sublime Text opens with "http" title.. but "path" seems to be ignore.

I would like to give "href" args to Sublime Text .. Do you have a solution ?

Croccydile commented 6 years ago

I am wholly lost on a similar issue trying to launch an external python script (or launch external app)

I keep getting this in the browser console when trying to execute

stderr output from native app open_with: OSError: [WinError 193] %1 is not a valid Win32 application

I will have to revert to 56.0.2 and the older addon for the time being until I can figure this out.