Re: xmms ugly in ru_RU.UTF8 locale

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Alexander Dalloz wrote:
Am Fr, den 02.07.2004 schrieb Igor Anikeev um 0:11:


CAn't get a script to run it as LC_ALL=C


#!/bin/bash
LANG=C
/usr/bin/xmms

Alexander




This seems to be better:

#!/bin/bash
export LANG=C
exec /usr/bin/xmms "$@"



Harald



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux