Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115731 - x11-misc/xlockmore-5.17 - xlock cannot show any multi byte characters correctly
Summary: x11-misc/xlockmore-5.17 - xlock cannot show any multi byte characters correctly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-15 20:58 UTC by Takashi Nakamoto
Modified: 2006-01-21 08:19 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 Takashi Nakamoto 2005-12-15 20:58:58 UTC
Multi byte characters are displayed as garbage characters by xlock (from
x11-misc/xlockmore 5.17) . This software originally have the configuration
switch to show these chracters properly, "./configure --enable-use-mb".

I wonder if you would add the following line in src_compile() function in
xlockmore-*.ebuild

   use cjk && myconf="${myconf} --enable-use-mb"


Regards,

Reproducible: Always
Steps to Reproduce:
1. generate "~/.signature" containing multi byte characters
2. "# emerge xlockmore" 
3. "$ xlock"
Actual Results:  
Garbage characters appear.


Expected Results:  
Multi byte characters appear.
Comment 1 Krzysztof Pawlik (RETIRED) gentoo-dev 2006-01-21 08:19:42 UTC
Added in 5.21-r1 - USE flag is "nls".