https://bugzilla.novell.com/show_bug.cgi?id=223258 Summary: Wrong implementation of "skip language dialog" feature Product: openSUSE 10.2 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Installation AssignedTo: jsuchome@novell.com ReportedBy: locilka@novell.com QAContact: jsrain@novell.com I've tried to install openSUSE 10.2 when I had selected Language different to en_US, then the fist stage installation failed. Next thing I've done, was starting the installation again. My recently-selected language stayed pre-selected - actually, the dialog is skipped with message in y2log: y2milestone("Skipping language dialog, Language changed to %1",preselected); (select_language.ycp client) What is wrong - in this case, License agreement still shows [Back] button enabled. If I click on the back button, the entire installation is somehow aborted. Well, License agreement dialog doesn't know that the previous step is disabled. Also the entire installation process doesn't know that (that's why "Language" is still visible between installation steps even if it doesn't make sense). Solution: select_language.ycp client should * set some accessible variable in, e.g., Installation module, that the language step has been disabled. * touch some file in /var/lib/YaST2/ * something similar to inform other modules and clients that the step is disabled... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.