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'