Trying to set some environment variable in extension script.
For example, created extension scim.tcz with the script in usr/local/tce.installed/scim (file permission: -rwxr-xr-x 1 root root)
...
export XMODIFIERS=@im=SCIM
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim
...
but the variables are not set, because when I echo $XMODIFIERS after loading tcz, it's empty. How to do this?