Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57369 - wrong setlocale for fluxbox fixed with included patch
Summary: wrong setlocale for fluxbox fixed with included patch
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Commonbox Team
URL: http://mail-index.netbsd.org/netbsd-b...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-17 02:24 UTC by Don Quijote
Modified: 2004-07-23 21:46 UTC (History)
0 users

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


Attachments
patch to fix the wrong setlocate() call in file I18N.cc from fluxbox 0.9.9 (fluxbox-0.9.9-r1-i18n.patch,542 bytes, patch)
2004-07-17 02:26 UTC, Don Quijote
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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/)