Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67055 - fluxbox-0.9.10-r[3,4]: ru_RU.UTF-8 NLS messages are broken
Summary: fluxbox-0.9.10-r[3,4]: ru_RU.UTF-8 NLS messages are broken
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Commonbox Team
URL: http://optipay.nordlb.lv/images/tmp/2...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-11 01:16 UTC by Victor Yegorov
Modified: 2005-01-19 10:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Yegorov 2004-10-11 01:16:58 UTC
I'd like to see fluxbox speaking russian in all his system menus. With 0.9.9 this works pretty well. With 0.9.10, all russian characters are displayed somehow wrong --- such a feeling either improper charset was used when converting to utf-8, or some bits were lost in transformation. See snapshot for details.

Reproducible: Always
Steps to Reproduce:
1. Compile r3 or r4 ebuild with USE flags containing "nls"
2. Start/restart fluxbox
3. Set your locale to ru_RU.UTF-8 (maybe other UTF-8 locales also suffer)
4. Open fluxbox menu (right mouse button) and choose "Configure >" submenu.

Actual Results:  
All russian chars are displayed incorrectly

Expected Results:  
Pretty russian chars.
Comment 1 Victor Yegorov 2004-10-11 01:21:45 UTC
Added URL with screenshot.

Note: you can see "Terminal" line in the menu, so it's not fonts or locale problem.
Comment 2 Ciaran McCreesh 2004-10-11 07:52:35 UTC
Try syncing and reemerging -r4. I added in a patch to fix this a while back, you should see fluxbox-0.9.10-eat-this-setlocale.patch being applied. Does this fix it?
Comment 3 Victor Yegorov 2004-10-11 09:37:41 UTC
Yes, I see fluxbox-0.9.10-eat-this-setlocale.patch
No, it doesn't fixes this bug.

Actually, I'm using fluxbox-0.9.10-r4 since it's in the tree.

eat-this-setlocale fixes *only* src/FbTk/XmbFontImp.cc
Comment 4 Ciaran McCreesh 2004-10-13 08:34:52 UTC
Ok, I don't think we can sanely keep track of all those font and nls changes / screwups present in fluxbox 0.9.10. Please send any such bugs upstream and hopefully they'll get fixed in time for 0.9.11.
Comment 5 Alexander Simonov 2005-01-19 10:14:37 UTC
The problem only in codepage of NLS messages
Try 
iconv -f koi8-r -t utf-8 -o Translation1.m Translation.m
mv Translation1.m Translation.m
 in nls/ru_RU directory of fluxbox source 
and change koi8-r to utf-8 in Translation.m