--- matchbox-panel-0.9.3/applets/mb-applet-xterm-wrapper.sh 2005-10-03 01:06:58.000000000 +0300 +++ matchbox-panel-0.9.3/applets/mb-applet-xterm-wrapper.sh 2012-11-08 16:14:28.000000000 +0200 @@ -4,12 +4,8 @@ # rxvt is the preference. This could be much improved # -if [ -x /usr/X11R6/bin/rxvt ]; then - exec /usr/X11R6/bin/rxvt; -else - if [ -x /usr/bin/rxvt ]; then - exec /usr/bin/rxvt; + if [ -x /usr/bin/xvt ]; then + exec /usr/bin/xvt; else exec xterm; fi -fi \ No newline at end of file