Bug 116562 - src/YQPkgChangesDialog.cc:52 msgid "Changed Packages" is not being displayed correctly in installation
Summary: src/YQPkgChangesDialog.cc:52 msgid "Changed Packages" is not being displayed ...
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: RC 2
Hardware: Other All
: P5 - None : Minor
Target Milestone: ---
Assignee: E-mail List
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-12 17:01 UTC by Christoph Thiel
Modified: 2008-02-19 12:29 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Thiel 2005-09-12 17:01:53 UTC
The "Changed packages" ("Geänderte Pakete") is not being displayed correctly in
the (german) installation. You only get something like "Ge?nderte Pakete".

#. Dialog title
#: src/YQPkgChangesDialog.cc:52
msgid "Changed Packages"
msgstr "Geänderte Pakete"
Comment 1 Christoph Thiel 2005-09-13 15:02:00 UTC
Olaf, any idea?
Comment 2 Olaf Dabrunz 2005-09-15 16:44:53 UTC
mfabian says he had a similar behaviour with xterm: a string containing umlauts
or ß would be rendered with "?" in place of these. Including a character like
the Euro-sign "€" would cause the whole string to be rendered correctly,
including the umlauts.

It seems that fvwm2 does some detection of the string type, which can be seen
by using the xprops utility on an X-Window. The type is shown in braces after
the WM_NAME property, e.g.:

WM_NAME(STRING) = "xterm"

I did not yet look into the code, but from the bug description it seems this
detection code is broken.
Comment 7 Pavel Nemec 2006-03-14 11:10:57 UTC
Dialog described in intimal description cannot be checked, because of bug in yast2-qt (? #15270).
xterm is broken see bug #52655
I was able to reproduce wrong character in krusader under fvwm. 
I am now investigating what cause this.

Comment 8 Pavel Nemec 2006-03-14 11:15:20 UTC
Stefan could you please let me know when yast2-qt is fixed?.
Comment 9 Stefan Hundhammer 2006-03-14 14:58:12 UTC
This is a very old issue. During installation, we cannot start fvwm2 with the correct locale because language selection is done from within the YaST2 installation workflow - after fwvm2 is started. The user might choose any of the available installation languages, most of which use different locales and different character encodings.

We have a very old bug with a very long discussion about this, but I can't find that one right now.

I vote for WONTFIXing this. It's just not worth the trouble. And no, it's really not CRITICAL. It's MINOR at most.

Simple workaround: Change the translation not to contain umlaut characters.
Comment 10 Pavel Nemec 2006-03-16 18:47:16 UTC
Ok, this is not bug in fvwm.
What is more suitable translation to "Changed packages" without umlaut character?

Reassigning to yast maintainers
Comment 11 Lukas Ocilka 2006-03-17 09:06:40 UTC
jsuchome: could you (as the yast2 lang & country) try to propose some solution for this issue? Reseting YaST somehow to the selected locale?
Comment 12 Jiří Suchomel 2006-03-17 09:23:25 UTC
No. This is related to the fvwm in installation, I don't know what still needs to be done (Olaf made an agent for that, but something more is needed)

Comment 13 Jiří Suchomel 2006-03-17 09:23:53 UTC
We might adress it later.
Comment 14 Stanislav Visnovsky 2008-02-12 12:16:28 UTC
Later for yast2-maintainers means kitchen sink. Please, reassign properly.
Comment 15 Ladislav Slezák 2008-02-19 12:29:50 UTC
I just tested 10.3 - the installation now runs in UTF-8 encoding ("en_US.UTF-8" locale) and the translated text is displayed correctly.