Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Gkrellm's Makefile defines path to where locale files will be stored. It is passed to compiler through -D switch and used internally by gkrellm. Unfortunately it defaults to /usr/local/share/locale which is not the path it should be (/usr/share/locale). It can be simply fixed by modyfing Makefile with sed. Reproducible: Always Steps to Reproduce: 1. Change locale to any non-English 2. Launch gkrellm ;) Actual Results: Still English locale. Expected Results: Talk to me in my foereign language ;)
Created an attachment (id=12181) [details] Fixes problem with locale support
in cvs thx