https://bugzilla.novell.com/show_bug.cgi?id=366355 User locilka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=366355#c4 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |DUPLICATE --- Comment #4 from Lukas Ocilka <locilka@novell.com> 2008-03-04 04:48:18 MST --- Lazy loading of SCR agents is broken a bit. Hotfix for yast2-runlevel is this: wizard.ycp == /usr/share/YaST2/include/runlevel/wizard.ycp --- cut --- Index: wizard.ycp =================================================================== --- wizard.ycp (revision 45160) +++ wizard.ycp (working copy) @@ -94,7 +94,7 @@ ]; Wizard::CreateDialog (); - Wizard::SetDesktopIcon("runlevel"); + Wizard::SetTitleIcon("runlevel"); Wizard::DisableBackButton (); Wizard::RestoreHelp (getHelpProgress ()); @@ -117,7 +117,7 @@ Wizard::CreateDialog (); - Wizard::SetDesktopIcon("runlevel"); + Wizard::SetTitleIcon("runlevel"); Wizard::DisableBackButton (); Wizard::RestoreHelp (getHelpProgress ()); --- cut --- More can be found on the yast-announce and yast-devel mailing-lists. *** This bug has been marked as a duplicate of bug 365116 *** https://bugzilla.novell.com/show_bug.cgi?id=365116 -- 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.