[CentOS] Setting a different LANG variable for a single GTK application?
Paul Heinlein
heinlein at madboa.comMon May 15 14:18:36 UTC 2006
- Previous message: [CentOS] Setting a different LANG variable for a single GTK application?
- Next message: [CentOS] Setting a different LANG variable for a single GTK application?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [CentOS] Setting a different LANG variable for a single GTK application?
- Next message: [CentOS] Setting a different LANG variable for a single GTK application?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list