On Wed, 2005-06-01 at 11:15 +0800, hpt wrote: > I created a launcher on panel in FC test3 with these commands: > > LC_MESSAGES=zh_CN /usr/local/bin/foo > > But when I try to lanuch it, always get a error message: > > Cannot launch icon > > Details: Failed to execute child process "LC_MESSAGES=zh_CN" (No such > file or directory) It tries to run the whole thing as a command. It fails since there is no such command "LC_MESSAGE=zh_CN". Try using "sh -c" before it since you're trying to exploit a feature of a shell interpreter. > But I remember that everything is ok in the past. No, this doesn't work in FC3 either. -- Ignacio Vazquez-Abrams <ivazquez@xxxxxxxxxxxx> http://fedora.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72
Attachment:
signature.asc
Description: This is a digitally signed message part