-
Notifications
You must be signed in to change notification settings - Fork 34
Description
environment
With "Everything netinstall ISO file" at start of Fedora 35 install screen I selected German language, afterwards Xfce as desktop environment. I will stick the English terms to keep it simple.
After installation was done it remained at "INSTALLATION PROGRESS" window. In the upper right corner you can read "FEDORA 35 INSTALLATION". In the lower right corner I pressed the [Reboot System] button. After reboot the "INITIAL SETUP" screen was shown. It does not have items, hence it skips automatically after some seconds.
questions
- Is the displayed "INITIAL SETUP" screen for Xfce an oversight? For "Fedora Workstation" installation the "INITIAL SETUP" screen is not shown.
In the "INITIAL SETUP" screen in the lower right corner I noticed a spelling mistake (abschliessen -> abschließen). I fixed it at:
https://translate.fedoraproject.org/translate/initial-setup/master/de/?offset=1&q=FINISH+CONFIGURATION
- The repository does not have any Fedora branches. Do I have to fix it somewhere else for Fedora?
- In the "String information" box at "Source string location" the link text is "tmp/initial_setup.glade.h:4" it links to:
https://github.com/rhinstaller/initial-setup/blob/master/initial_setup.glade.h#L4
which results in a 404 error. Must this reference be fixed at:
https://github.com/rhinstaller/initial-setup/blob/master/po/initial-setup.pot#L106
to point at "../initial_setup/gui/hubs/initial_setup.glade:96", i.e.:
https://github.com/rhinstaller/initial-setup/blob/master/initial_setup/gui/hubs/initial_setup.glade#L96
?
Thank you for your help.