Bug 105163

Summary: Wrong name of icon file timezone.png
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Lukas Ocilka <locilka>
Component: YaST2Assignee: Jiří Suchomel <jsuchome>
Status: RESOLVED FIXED QA Contact: Klaus Kämpf <kkaempf>
Severity: Normal    
Priority: P5 - None    
Version: Beta 2   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Lukas Ocilka 2005-08-17 12:28:57 UTC
2005-08-17 05:11:57 <2> linux(3005) [qt-wizard] YQWizard.cc(setDialogIcon):1434
Couldn't load dialog icon
"/usr/share/YaST2/theme/current/icons/22x22/apps/timezone.png"
2005-08-17 05:11:57 <1> linux(3002) [YCP] Timezone.ycp:160 Set cmd /usr/sbin/zic
-l US/Mountain

There are only these timezone-related icons:
/usr/share/YaST2/theme/SuSELinux/icons/48x48/apps/yast-timezone.png
/usr/share/YaST2/theme/SuSELinux/icons/32x32/apps/yast-timezone.png
/usr/share/YaST2/theme/SuSELinux/icons/22x22/apps/yast-timezone.png

might be in:
timezone/src/inst_timezone.ycp:361:    Wizard::SetDesktopIcon ("timezone");
timezone/src/inst_timezone.ycp:364:     Wizard::SetTitleIcon( "timezone" );
Comment 1 Jiří Suchomel 2005-08-17 13:16:35 UTC
The second one (SetTitleIcon) should contain icon name (which is yast-timezone).

It's the same for keyboard, so don't report it ... :-)

Comment 2 Jiří Suchomel 2005-08-19 13:43:56 UTC
fixed