|
Bugzilla – Full Text Bug Listing |
| Summary: | Yast 2 incorrectly displays the messages in Russian about installing packages | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.4 | Reporter: | Forgotten User xnWyJO8MVA <forgotten_xnWyJO8MVA> |
| Component: | YaST2 | Assignee: | 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
Created attachment 435162 [details]
Error1
Created attachment 435163 [details]
Error2
AFAIS the log is generated in SlideShow.ycp. I have the same problem. Moreover sometimes an incorrect thousands separator appears. See attached images. Created attachment 454501 [details]
Bad thousands separator in log
Created attachment 454502 [details]
Bad thousands separator in status text
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.
The problem with thousand separator is bnc#683881, already fixed. The first two screenshots come from online_update I guess. Sorry, but what is actually incorrect there? 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 „Загрузка” → „агрузка”). 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"? This might be a duplicate of bug #684759. Which version of yast2-qt do you use? Version of yast2-qt is 2.20.5-0.3.1. I think it is a duplicate. I wait for next release 12. 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 *** |