The fedora-welcome script used to provide the welcome prompt on Fedora GNOME live environments assumes Fedora Linux is the operating system instead of retrieving the name of the operating system from os-release(5). This is problematic because it makes the application broken for derivatives of Fedora Linux, as it always calls the OS "Fedora". Reproducible: Always
Indeed, it seems to be hardcoded: https://github.com/rhinstaller/anaconda/blob/main/data/liveinst/gnome/fedora-welcome.js#L49 I guess it should not be hard to fix (eq. make it parse os-release) ? We also work more with Javascript lately in the Web UI context.
(In reply to Martin Kolman from comment #1) > Indeed, it seems to be hardcoded: > > https://github.com/rhinstaller/anaconda/blob/main/data/liveinst/gnome/fedora- > welcome.js#L49 > There's more than that. There are two more strings to fix. > I guess it should not be hard to fix (eq. make it parse os-release) ? We > also work more with Javascript lately in the Web UI context. Indeed, that's the right approach.
Addressed in https://github.com/rhinstaller/anaconda/pull/6187
This bug appears to have been reported against 'rawhide' during the Fedora Linux 42 development cycle. Changing version to 42.
FEDORA-2025-e8f2823c9c (anaconda-43.5-1.fc43 and anaconda-webui-26-1.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-e8f2823c9c
FEDORA-2025-e8f2823c9c (anaconda-43.5-1.fc43 and anaconda-webui-26-1.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report.