Then that is certainly not a bug in X11. Please report this to the molmol developers. On Aug 13, 2011, at 6:30 PM, Jack Howarth wrote:
Does anyone understand what has changed in the Xquartz (now in Lion as X11) which causes molmol to not display its widgets or menus? The issue seems to be that the use of "< /dev/null" in the molmol startup script...
if [ "$input" = "-" -o -n "$nograph" ]; then echo "LineBond solid 1 " >>| $startmacro ; @PREFIX@/share/molmol/src/main/molmol $xopt else echo "LineBond solid 1 " >>| $startmacro ; @PREFIX@/share/molmol/src/main/molmol $xopt < /dev/null fi
is no longer tolerated under X11 in 10.7. Only if remove the use of "< /dev/null" does molmol run normally. Jack
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev