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

Mon May 15 14:18:36 UTC 2006
Paul Heinlein <heinlein at madboa.com>

On Mon, 15 May 2006, Niki Kovacs wrote:

> The problem is now including this workaround in the corresponding 
> .desktop menu entry in /usr/share/applications. When I try to 
> replace
>
> Exec=gtkcdlabel
>
> by
>
> Exec='LANG=fr_FR && gtkcdlabel'
>
> ... GNOME complains about an error.

This is what env(1) is intended to address:

   Exec='/bin/env LANG=fr_FR gtkcdlabel'

-- 
Paul Heinlein <> heinlein at madboa.com <> www.madboa.com