Bug 700652

Summary: Yast 2 incorrectly displays the messages in Russian about installing packages
Product: [openSUSE] openSUSE 11.4 Reporter: Forgotten User xnWyJO8MVA <forgotten_xnWyJO8MVA>
Component: YaST2Assignee: Jiří Suchomel <jsuchome>
Status: RESOLVED DUPLICATE QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: dmitry.ashkadov, tgoettlicher
Version: Final   
Target Milestone: ---   
Hardware: i586   
OS: openSUSE 11.4   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Error1
Error2
Bad thousands separator in log
Bad thousands separator in status text

Description Forgotten User xnWyJO8MVA 2011-06-17 16:10:47 UTC
User-Agent:       Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

When you install new packages or install updates Yast 2 incorrectly displays the messages in Russian on installing packages.

Next, see screenshot

Reproducible: Always

Steps to Reproduce:
1.install new packages or install updates using Yast 2
2.
3.
Comment 1 Forgotten User xnWyJO8MVA 2011-06-17 16:13:01 UTC
Created attachment 435162 [details]
Error1
Comment 2 Forgotten User xnWyJO8MVA 2011-06-17 16:13:28 UTC
Created attachment 435163 [details]
Error2
Comment 3 Arvin Schnell 2011-06-20 13:58:24 UTC
AFAIS the log is generated in SlideShow.ycp.
Comment 4 Dmitry Ashkadov 2011-10-04 20:50:22 UTC
I have the same problem. Moreover sometimes an incorrect thousands separator appears. See attached images.
Comment 5 Dmitry Ashkadov 2011-10-04 20:51:17 UTC
Created attachment 454501 [details]
Bad thousands separator in log
Comment 6 Dmitry Ashkadov 2011-10-04 20:52:01 UTC
Created attachment 454502 [details]
Bad thousands separator in status text
Comment 7 Jiri Srain 2011-11-02 14:06:03 UTC
The issue with the number can be reproduced even in Czech on following example:

{
  y2internal ("Num: %1", float::tolstring (123456789.123, 2));
}

with en_US locale it works well, with cs_CZ it fails the same way as in the screenshots.
Comment 8 Martin Vidner 2011-11-02 14:44:57 UTC
The problem with thousand separator is bnc#683881, already fixed.

The first two screenshots come from online_update I guess.
Comment 9 Jiří Suchomel 2011-11-07 11:16:06 UTC
Sorry, but what is actually incorrect there?
Comment 10 Dmitry Ashkadov 2011-11-07 12:52:36 UTC
I think the first problem related to Online Update isn't fixed.
This problem is eaten/hidden/lost letter „O” (whole word „OK” → „K”) and cyrillic letter „З” (whole word „Загрузка” → „агрузка”).
Comment 11 Jiří Suchomel 2011-11-11 08:36:47 UTC
Thomas, could it be problem with the widget, or the font?

yast2-online-update really writes "OK" into that window, see
OnlineUpdateCallbacks::FinishLine, so how could it end with "K"?
Comment 12 Thomas Göttlicher 2011-11-11 09:01:30 UTC
This might be a duplicate of bug #684759. Which version of yast2-qt do you use?
Comment 13 Dmitry Ashkadov 2011-11-11 09:11:37 UTC
Version of yast2-qt is 2.20.5-0.3.1.

I think it is a duplicate. I wait for next release 12.
Comment 14 Thomas Göttlicher 2011-11-11 09:15:59 UTC
Thanks for the quick response. It's a duplicate because the bug was fixed in yast2-qt 2.21.2.

*** This bug has been marked as a duplicate of bug 684759 ***