# This script fix the error - Warning: Actions not found: delete-next-character
# when using mathematica in SuSE 9.0 and up
creatXresource() {
/usr/bin/touch ~/.Xresources
/bin/cat > ~/.Xresources << EOF
*secondaryModifierMask: Mod3Mask
EOF
}
if ! [ -e ~/.Xresources ] ; then
creatXresource
fi
xrdb -load ~/.Xresources
/opt/mathematica/Executables/Mathematica