At some point, my PATH settings on OSX have broken, meaning that launching GUI apps that use console apps "under the hood" are breaking (examples so far are MonoDevelop and Crossover Games).
If I launch either of these two (so far) apps from terminal, like
open /Applications/MonoDevelop.app
they work fine, but launching from the apps folder or dock, they can't find things such as sh, grep, dirname, uname etc.
For reference, my PATH (from checking env in Terminal) is set to
PATH=/sw/bin:/sw/sbin:/Users/robcowell/ImageMagick-6.4.1/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Developer/Tools/Panda3D:/usr/X11R6/bin
and all this is on Snow Leopard 10.6.2
Anyone spot the problem and/or know a fix?
