[CentOS] Setting a different LANG variable for a single GTK application?

Daniel de Kok danieldk at pobox.com
Mon May 15 09:07:25 UTC 2006


On Mon, 15 May 2006, Niki Kovacs wrote:
> Exec='LANG=fr_FR && gtkcdlabel'

There probably is a more elegant manner to solve this, but what about:

Exec=sh -c 'LANG=fr_FR ; gtkcdlabel'

-- Daniel



More information about the CentOS mailing list