I have made a bashscript like this (to make gimp run in english):
~$ cat /usr/local/bin/startgimp
LC_ALL=C gimp
If I launch startgimp in a launcher on a gnome-panel it works just fine. But if I launch it in USP nothing happens. Is there a way to fix this?