Official .deb package displays a broken update button in about pop-in
Categories
(Firefox :: Distributions, defect, P3)
Tracking
()
People
(Reporter: contact, Assigned: mkaply)
References
(Blocks 1 open bug)
Details
I am using version 122.0 of the official .deb package from https://packages.mozilla.org/apt on Ubuntu 23.10.
The about pop-in displays a "check for updates" button that does nothing.
I see this error in the browser console when I click it:
Uncaught ReferenceError: gAppUpdater is not defined
oncommand chrome://browser/content/aboutDialog.xhtml:1
aboutDialog.xhtml:1:1
Comment 1•1 year ago
|
||
Moving across to Distributions, though I'm not sure if that is the right place for it.
My suspicions would be that the MOZ_UPDATER flag is set incorrectly on the .deb packages.
| Assignee | ||
Comment 2•1 year ago
|
||
Weird. We did this all in code using the same paths as the MSIX. Not sure what happened here...
Any ideas Johan?
Comment 3•1 year ago
|
||
I agree. We made these changes in bug 1799503. What's your opinion on this, :gabriel?
Comment 4•1 year ago
|
||
Mm could it be this MOZ_UPDATER global is 1 because the Linux build does have the updater?
iirc we wanted to avoid a new build with isPackagedApp. Maybe the MSIX is built without the updater?
| Assignee | ||
Comment 5•1 year ago
|
||
Everything is supposed to be dynamic now, we don't rely on MOZ_UPDATER anymore I Thought.
Comment 6•1 year ago
|
||
The severity field is not set for this bug.
:mkaply, could you have a look please?
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•1 year ago
|
Description
•