--- src/wxMaxima.cpp.old 2015-07-31 02:22:52.000000000 +0200 +++ src/wxMaxima.cpp 2015-07-31 02:24:21.000000000 +0200 @@ -1500,16 +1500,7 @@ wxString wxMaxima::GetCommand(bool param //Fix wrong" maxima=1" paraneter in ~/.wxMaxima if upgrading from 0.7.0a if (!have_config || (have_config && command.IsSameAs (wxT("1")))) { -#if defined (__WXMAC__) - if (wxFileExists("/Applications/Maxima.app")) - command = wxT("/Applications/Maxima.app"); - else if (wxFileExists("/usr/local/bin/maxima")) - command = wxT("/usr/local/bin/maxima"); - else - command = wxT("maxima"); -#else command = wxT("maxima"); -#endif config->Write(wxT("maxima"), command); }