installed E17 as my default windows manager
since i am using beta4 as the kernel, i change the .xinitrc a little bit as follows: -
#!/bin/sh
#
# Very simple session manager for enlightenment
#
test -e /proc/power_key_off && echo "0" > /proc/power_key_off 2> /dev/null
if [ -e /etc/profile ]; then
. /etc/profile
fi
exec scim &
if [ ! -d $HOME/Choices/common ]; then
mkdir -p $HOME/Choices/common
fi
if [ ! -d $HOME/Choices/lightnpower.cfg ]; then
lightnpower.py --loadandquit
fi
if [ -f /usr/bin/gconfd-2 ]; then
/usr/bin/gconfd-2 15 &
fi
HARDWARE=`cat /proc/cpuinfo | grep 'Hardware' | cut -d':' -f2 | cut -d' ' -f3`
echo "pdaXrom [${HARDWARE}]"
test -f /etc/X11/kb/${HARDWARE}/xmodmap && xmodmap /etc/X11/kb/${HARDWARE}/xmodmap
test -f /etc/X11/kb/userdefined.xmodmap && xmodmap /etc/X11/kb/userdefined.xmodmap
test -f /usr/bin/chkhinge && /usr/bin/chkhinge 2>/dev/null >/dev/null
enlightenment 2>/dev/null
test -e /proc/power_key_off && echo "1" > /proc/power_key_off 2>/dev/null
let's have some screen captures , and this can also support SCIM, as shown....
[img]http://img120.imageshack.us/img120/4679/e172ws5.jpg\" border=\"0\" class=\"linked-image\" /]
[img]http://img120.imageshack.us/img120/614/e171to1.jpg\" border=\"0\" class=\"linked-image\" /]