*** startmythtv.sh-old 2007-08-22 19:52:23.000000000 +0800 --- startmythtv.sh 2007-08-22 19:53:17.000000000 +0800 *************** *** 46,51 **** --- 46,58 ---- #start window manager openbox & + #let the user know that we are checking & where + echo "Checking for mythtv custom commands in ~/.mythtv/session" + if [ -x ~/.mythtv/session ] + then + ~/.mythtv/session & + fi + if [ -x /usr/bin/mythbackend ] then if [ -e ~/.mythtv/backend_configured ]