Links within mail do not open the browser

Bug #2067092 reported by Alan Yorinks

This bug report will be marked for expiration in 41 days if no further activity occurs. (find out why)

10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
thunderbird (Ubuntu)
Incomplete
Low
Unassigned

Bug Description

I just upgraded to Ubuntu 24.04. Selecting a link in an email no longer opens the link in Firefox. I ensured that Firefox is my default browser, and I set network.protocol-handler.app.http and network.protocol-handler.app.https to true.

I am using Thunderbird version 115.11.0 (64-bit) from Snap. Version 1

Revision history for this message
Alan Yorinks (ayorinks) wrote :

I have found a solution. I removed ~/snap/thunderbird/common/.thunderbird/8sbugc0d.default/handlers.json and restarted Thunderbird. The links are now working.

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for your bug report. DId you make a copy of that file before removing it? What handler was set in there?

Changed in thunderbird (Ubuntu):
importance: Undecided → Low
status: New → Incomplete
Revision history for this message
Paul Harrison (mythtv-paulh) wrote :

I'm also seeing this problem with links not working and removing the handlers.json also fixed it for me.

This was my handers.json if it's useful.

{
   "defaultHandlersVersion":{

   },
   "mimeTypes":{
      "application/pdf":{
         "action":3,
         "handlers":[
            {
               "name":"Okular",
               "path":"/usr/bin/okular"
            }
         ],
         "extensions":[
            "pdf"
         ]
      },
      "image/tiff":{
         "action":0,
         "ask":true,
         "extensions":[
            "tif",
            "tiff"
         ]
      },
      "text/x-patch":{
         "action":4,
         "ask":true
      },
      "text/plain":{
         "action":4,
         "ask":true,
         "extensions":[
            "txt",
            "text",
            "pot",
            "brf",
            "srt"
         ]
      },
      "application/vnd.nokia.qt.qmakeprofile":{
         "action":4,
         "ask":true
      },
      "text/x-python":{
         "action":4,
         "ask":true,
         "extensions":[
            "py"
         ]
      },
      "application/vnd.openxmlformats-officedocument.wordprocessingml.document":{
         "action":4,
         "ask":true,
         "extensions":[
            "docx"
         ]
      },
      "text/x-log":{
         "action":4,
         "ask":true
      },
      "application/gzip":{
         "action":4,
         "ask":true,
         "extensions":[
            "gz"
         ]
      },
      "application/x-shellscript":{
         "action":4,
         "ask":true
      },
      "image/jpeg":{
         "action":4,
         "ask":true,
         "extensions":[
            "jpg",
            "jpeg",
            "jpe",
            "jfif",
            "pjpeg",
            "pjp"
         ]
      }
   },
   "schemes":{
      "https":{
         "action":2,
         "handlers":[
            {
               "name":"firefox",
               "path":"/snap/bin/firefox"
            },
            {
               "name":"Firefox Web Browser",
               "command":"env %u"
            }
         ]
      },
      "http":{
         "action":2,
         "handlers":[
            {
               "name":"firefox",
               "path":"/snap/bin/firefox"
            }
         ]
      }
   },
   "isSVGXMLAlreadyMigrated":true
}

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.