#30746: molmol doesn't display graphical widgets under Lion --------------------------------------+------------------------------------- Reporter: howarth@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: lion | Port: molmol --------------------------------------+------------------------------------- Comment(by howarth@…): This issue seems to be due to Lion no longer tolerating the use of... echo "LineBond solid 1 " >>| $startmacro ; /opt/local/share/molmol/src/main/molmol $xopt < /dev/null in the /opt/local/bin/molmol startup script. If use... #if [ "$input" = "-" -o -n "$nograph" ]; then echo "LineBond solid 1 " >>| $startmacro ; /opt/local/share/molmol/src/main/molmol $xopt #else # echo "LineBond solid 1 " >>| $startmacro ; /opt/local/share/molmol/src/main/molmol $xopt < /dev/null #fi to avoid the redirection from /dev/null, molmol behaves normally. I don't know if this implies a problem in xorg or breakage in the zsh in Lion (since the startup script uses that shell). -- Ticket URL: <https://trac.macports.org/ticket/30746#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS