Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17945 - xmms menus with swedish localesettings
Summary: xmms menus with swedish localesettings
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Seemant Kulleen (RETIRED)
URL: http://pedgr206.sn.umu.se:8001
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-21 12:37 UTC by Fredrik Olofsson
Modified: 2003-10-28 18:13 UTC (History)
3 users (show)

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 Fredrik Olofsson 2003-03-21 12:37:47 UTC
When using the swedish localesetting LC_ALL=sv_SE none (?) (appearantly, some 
of the strings show) of the menus in xmms with strings containing the swedish 
specialcharacters `
Comment 1 Fredrik Olofsson 2003-03-21 12:37:47 UTC
When using the swedish localesetting LC_ALL=sv_SE none (?) (appearantly, some 
of the strings show) of the menus in xmms with strings containing the swedish 
specialcharacters `å ä ö` are displayed. To see what I mean, goto 
http://pedgr206.sn.umu.se:8001 
 
This only affects xmms, none of my other gtk+-apps show this behavour (galeon, 
xfce, etc.) Could it be a problem with xmms.mo?  
 
Info: 
cat /etc/gentoo-release 
Gentoo Base System version 1.4.2.8 
 
emerge -p xmms 
[ ebuild   R  ] media-sound/xmms-1.2.7-r19 
 
emerge -p gettext 
[ebuild   R  ] sys-devel/gettext-0.11.5-r1 
 
I've resolved by creating a wrapper script like this: 
#!/bin/sh 
 
export LC_ALL=C 
/usr/bin/xmms.bin "$@" 
 
This is ofcourse not optimal, but atleast I can read the menus ;)
Comment 2 SpanKY gentoo-dev 2003-09-12 20:53:15 UTC
could you try xmms-1.2.8-r1 ?
the update is supposed to have a ton more translations ...
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2003-09-14 20:46:52 UTC
frederik - is this happening with the 1.2.8 series of xmms (in portage) as well?
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2003-10-28 18:13:41 UTC
no feedback from reporter