openwith icon indicating copy to clipboard operation
openwith copied to clipboard

Not working anymore since Thunderbird 78.4.0 Update

Open Dan88Man opened this issue 5 years ago • 13 comments

Is this add-on still in developement and are you planning to make it work on the latest Thunderbird version?

Thanks.

Dan88Man avatar Oct 28 '20 03:10 Dan88Man

same here, win10 78.4.0 (64-bit)

Open With is incompatible with Thunderbird 78.4.0.

ebal avatar Oct 29 '20 15:10 ebal

can we support you in any way to implement an update for 78.4.0?

McHower avatar Oct 30 '20 09:10 McHower

same here, macOS 10.14.6

same here, win10 78.4.0 (64-bit)

Open With is incompatible with Thunderbird 78.4.0.

greenflute avatar Nov 05 '20 12:11 greenflute

This issue is also in process in #281, please see/add your comment there ;o)

C-Denninger avatar Nov 05 '20 15:11 C-Denninger

Please check out the new VERSION_7.2.3. Now it works in Thunderbird 78+ (tested on TB 78.5.1 on macOS 11).

Hooray and lots of thanks for @darktrojan !!!

robcast avatar Dec 07 '20 14:12 robcast

Great! Thank You!

LinuxOpa avatar Dec 07 '20 14:12 LinuxOpa

Still not working, Thunderbird 78.5.1, MacOSX 10.14.6

  1. No output for "chmod +x open_with_mac.py; ./open_with_mac.py install"
  2. Test install in plugin config panel respond with no success
  3. Find Browser won't work, non of my 5 Browser was found (Chrome, Firefox, Opera, Safari, Edge).

greenflute avatar Dec 07 '20 19:12 greenflute

I also had an issue with the new version 7.2.3 today on a computer with TB 78.5.1 and macOS 10.15.6.

It seems that open_with_mac.py install creates the JSON file in Library/Application\ Support/Thunderbird/NativeMessagingHosts but my Thunderbird on Catalina expects the file in Library/Mozilla/NativeMessagingHosts. So I needed to move the file:

mv Library/Application\ Support/Thunderbird/NativeMessagingHosts Library/Mozilla/

robcast avatar Dec 08 '20 14:12 robcast

I also had an issue with the new version 7.2.3 today on a computer with TB 78.5.1 and macOS 10.15.6.

Same with TB 84.0b3 (64-Bit) on macOS 10.14.6 (18G2022).

It seems that open_with_mac.py install creates the JSON file in Library/Application\ Support/Thunderbird/NativeMessagingHosts but my Thunderbird on Catalina expects the file in Library/Mozilla/NativeMessagingHosts. So I needed to move the file:

mv Library/Application\ Support/Thunderbird/NativeMessagingHosts Library/Mozilla/

It's ~/Library... both instances. But still: thanks for the Tip!

noyannus avatar Dec 08 '20 15:12 noyannus

Looks like i don't have this folder, "~/Library/Application Support/Thunderbird/NativeMessagingHosts". After manuelly created it and reinstalled, Plugin-check was successful and all Browsers except MS Edge were correctly found and added into the Browser list. And then it works just like the old days again.

greenflute avatar Dec 09 '20 08:12 greenflute

With a small tweek the Microsoft Edge works too.

greenflute avatar Dec 09 '20 08:12 greenflute

Win10 78.5.1 (64-bit) - openwith v7.2.3

~~v7.2.3 still does not work on Win10 78.5.1 (64-bit)~~

cd C:\Users\ebal\AppData\Local\Programs\Python\Python39\

python.exe c:\Users\ebal\Downloads\tmp\open_with_windows.py install

image

ebal avatar Dec 09 '20 10:12 ebal

Hello - I got the addon halfway to work in Thunderbird 78.6.1 Portable. Find below my "history" and a question on how to proceed.

After an update of Thunderbird Portable "Open With" did not work any more. TB said that the addon would not work with my TB version. Searching for an update of the addon by means of the ⚙-symbol did not yield any results. I searched here, but the above solutions were not suitable for me. Then I uninstalled the addon and got the latest version from: https://addons.thunderbird.net/de/thunderbird/addon/open-with/ I downloaded it to the dir E:\PortableApps\ThunderbirdPortable\Data\plugins\webextension and installed it manually "from file" via the ⚙-symbol. After the first restart of TB, it had disappeared. I retried, and restarted TB. Then it was still there (YES!), without links to the browsers. I added Opera manually via the addon settings tool of TB. When I rightclick on a link now, Opera is offered by the addon. -- > HALF WAY SUCCESS New Problem: Nothing happens when I click it. Just nothing at all. Then I found the note in the addon options that I need a python installation and the script. So I installed Python from their website: python-3.9.1-embed-amd64. I downloaded the script to my pc. I executed the script together with the install parameter as indicated. I got an error message: >>> E:\PortableApps\ThunderbirdPortable\App\Bin\open_with_windows.py install [NEWLINE] File "<stdin>", line 1 [NEWLINE] SyntaxError: unexpected character after line continuation character I guess this a real bloody beginner's problem?! Does anybody have a clue what the next step on this mission has to be? Thx for your advice! :-)

haukebasse avatar Jan 30 '21 09:01 haukebasse