The Firefox application needs to enable Anaconda to change the window title somehow. Seems that Firefox change is the only possible solution to this issue?
+++ This bug was initially created as a clone of Bug #2230058 +++
The window title of the new web UI window reads "Anaconda Web UI — Mozilla Firefox". (This was observed running a test image from 3 August.)
"Anaconda Web UI" is not ideal, but I assume that's relatively easy to resolve. The bigger issue is the "— Mozilla Firefox" part of the window title.
When you're installing locally, it's confusing to mix the identity of the installer with that of the browser. To the user it should just look like they are using the installer, with the browser being an implementation detail.
Reproducible: Always
In firefox-116.0.2-2.fc39 you can set MOZ_APP_TITLE env variable which overrides default titlebar headline. Run as:
MOZ_APP_TITLE="Anaconda" firefox
Thanks.