Christian Marillat wrote:
> Van Laere Benjamin <B.VanLaere@xxxxxxxxx> writes:
>> hummm, stupid question, where do I set this?... I tought I was not a
>> noob anymore, but it looks I'm still :(
>
> See the previous message, in /etc/environment
No, I wouldn't suggest to do so. Those set the global settings.
There's no way to set it just for one *APPLICATION*. You can, however,
make it so, that it is only effective for one call:
LANG=fr_FR dvdrip
If that gets too boring to type over and over again, it is
much more advisable to create a wrapper script, which consists
of no more than:
#! /bin/sh
LANG=fr_FR dvdrip "$@"
Alexander Skwar
--
Men of quality are not afraid of women for equality.
|