Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

How to set "Helper Applications" for opening attachements in Thunderbird 115 Supernova

  • 2 odgovora
  • 2 imata to težavo
  • 11 ogledov
  • Zadnji odgovor od kim32

more options

For some reason Thunderbird 115 Supernova has lost the ability to open attached files. The menu that comes up when I ask to open attached files no longer has the appropriate application available, see attached screenshots, how do I fix this?

I am using Ubuntu 22.04 with a Plasma desktop.

For some reason Thunderbird 115 Supernova has lost the ability to open attached files. The menu that comes up when I ask to open attached files no longer has the appropriate application available, see attached screenshots, how do I fix this? I am using Ubuntu 22.04 with a Plasma desktop.
Priloženi posnetki zaslona

Vsi odgovori (2)

more options

Is the document correctly identified in the message body for a handler to be determined. The file name appears to indicate that the attachment may be a word document. However unless the media type is correctly set in the email, there is no definitive file type to recommend an appropriate helper application.

If it is a word document, then the media type according to Mozilla should be application/vnd.openxmlformats-officedocument.wordprocessingml.document

The source can be accessed by using the Ctrl+U shortcut. You are looking for a block that defines the media. It looks like the following which is a PDF attachment description I extracted from a mail in my inbox.

Content-Type: application/pdf; name="Slip.pdf"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="Slip.pdf"

I have seen a lot of script generated emails where the software authors simply failed to grasp even what the media type is (read Windows/ Microsoft only developers) They tend to use a generic binary media type for the attachment so the only option offered is to save the file and can not comprehend that the file extension is irrelevant outside of Windows.

more options

The document is correctly identified in the message body for a handler, so that can be eliminated as a issue.

The problem appears to be that the handlers are missing and I don't know how to get them back. See screenshot in original post, there are no options other than Thunderbird, where there should be a list of applications.