[snap] Firefox Narrator stopped working after upgrade from 20.04 to 22.04
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mozilla Firefox |
Fix Released
|
Unknown
|
|||
firefox (Ubuntu) |
In Progress
|
High
|
Unassigned |
Bug Description
I just noticed that the narrator feature, which reads articles out load with TTS in Firefox reading view stopped working after upgrading to 22.04. Another user reported the same problem on ask Ubuntu:
Also, if you have no clue what this is about: https:/
---
1)
$ lsb_release -rd
Description: Ubuntu 22.04.1 LTS
Release: 22.04
2) Firefox is a snap now, but I guess for the feature to work it needs to detect TTS which is packaged as deb.
$ snap list firefox
Name Version Rev Tracking Publisher Notes
firefox 104.0-3 1749 latest/stable mozilla✓ -
$ apt-cache policy espeak speech-
espeak:
Installed: 1.48.15+dfsg-3
Candidate: 1.48.15+dfsg-3
Version table:
*** 1.48.15+dfsg-3 500
500 http://
100 /var/lib/
speech-
Installed: 0.11.1-1ubuntu1
Candidate: 0.11.1-1ubuntu1
Version table:
*** 0.11.1-1ubuntu1 500
500 http://
100 /var/lib/
0.11.1-1 500
500 http://
firefox:
Installed: (none)
Candidate: 1:1snap1-0ubuntu2
Version table:
1:
500 http://
100 /var/lib/
3) open a website, enter reader mode, click the icon with sound waves and hear the text being read with TTS
4) the icon is missing
---
Edit: I tested Firefox Flatpak and it is also affected, my best guess is that Firefox is not at fault.
affects: | ubuntu → firefox (Ubuntu) |
tags: | added: jammy snap |
description: | updated |
Changed in firefox (Ubuntu): | |
importance: | Undecided → High |
status: | New → In Progress |
Changed in firefox: | |
status: | Unknown → New |
Changed in firefox: | |
status: | New → Fix Released |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
Using the firefox snap, open the devtools console, and enter:
speechSynth esis.speak( new SpeechSynthesis Utterance( "Testing 1 2 3"));
Actual results:
Nothing (no text is being spoken).
Expected results:
speech-dispatcher should be speaking "Testing 1 2 3".
This is a snap-specific issue, speech synthesis works well with an unconfined build of firefox. More details at https:/ /forum. snapcraft. io/t/firefox- snap-speech- dispatcher/ 6165.