# The qvwm file is like this:
#! /bin/bash
/etc/X11/xdm/Xsession qvwm
# End of qvwm file
# chmod +x qvwm
# vi /etc/X11/xdm/Xsession
case $# in
1)
case $1 in
failsafe)
:
:
;;
#add here
qvwm)
export LANG="zh_CN.GB2312"
exec /usr/local/bin/qvwm
;;
#add End here
anotherlevel)
:
:
esac
:
:
now relogin with the gdm ...
choice the "Sessions" option
The qvwm is just right there!