Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 57369

Summary: wrong setlocale for fluxbox fixed with included patch
Product: Gentoo Linux Reporter: Don Quijote <dq>
Component: New packagesAssignee: Commonbox Team <commonbox>
Status: RESOLVED UPSTREAM    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://mail-index.netbsd.org/netbsd-bugs/2003/01/23/0004.html
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch to fix the wrong setlocate() call in file I18N.cc from fluxbox 0.9.9

Description Don Quijote 2004-07-17 02:24:44 UTC
I run fluxbox 0.9.9 with LANG=es_ES@euro and LC_MESSAGES=POSIX.
Instead of having the fluxbox menu in english as expected, I get it in spanish.
The patch included was found on the netbsd mailing list and solves the issue for me.

Reproducible: Always
Steps to Reproduce:
1. export LANG=es_ES@euro
2. export LC_MESSAGES=POSIX
3. run fluxbox and see if the pop up menu (Configuration options) is in english (OK) or spanish (wrong).
Comment 1 Don Quijote 2004-07-17 02:26:22 UTC
Created attachment 35626 [details, diff]
patch to fix the wrong setlocate() call in file I18N.cc from fluxbox 0.9.9
Comment 2 Ciaran McCreesh 2004-07-17 11:48:31 UTC
Have you shown this to upstream?
Comment 3 Ciaran McCreesh 2004-07-23 21:46:33 UTC
05:39 < Rathnor> ciaranm: re that gentoo bug, I already fixed that when I did nls changes a few weeks ago
05:39 < Rathnor> (plus I also think it should be "" as we have it, not NULL as they do)
05:39 < Rathnor> (and note that I18n.cc is not in src/ now, but in src/FbTk/)