Hi all I use lyx to write some of my documents. Lyx doesn't support unicode so I wrote a little "script" #! /bin/sh export LANG=C exec lyx1.4-3 that works fine when launched from an xterm, however if I add it as a menu item in xfce it the encoding is not taken into account. Is there a workaround or a trick to do this ? Jouke