There seems to be a bug with karmen-0.15 where after the last command
terminated, karmen support to exit but it didn't and instead it took up
100% CPU time. My .Xclient is below and it works find with karment-0.14
initial_sh=/xxxx/xinitial.sh
{
if [ -x /usr/local/bin/karmen ]; then
/usr/bin/xsetroot -cursor_name left_ptr
/usr/local/bin/karmen &
fi
if [ -x $rh_initial_sh ]; then
$initial_sh
elif [ -x /usr/bin/xterm ]; then
/usr/bin/xterm -geometry 80x50-20+100
fi
}
Nobody/Anonymous ( nobody ) - 2009-06-02 03:45
5
Open
None
Nobody/Anonymous
None
None
Public