afni gui weirdness

If anyone is out there in AFNI-land, given government craziness–I’m having trouble with the afni gui/interface. Specifically–clicking on buttons like clusterize or set p-value, is acting weirdly. Clusterize button won’t click or open settings so I can use it. P value setting opens dialogue box–too small–that if I stretch–I can not enter a number or any text. Yesterday–I had to update my AFNI binaries and XQuartz and re-install R because I could not get R to play nice with 3dMVM (saying R command not recognized). Settings/factoids: (1) IMAC mojave 10.14; (2) AFNI build May 25 2018; (3) XQuartz 2.7.11. My .cshrc has ENV stuff including:

#afni config
set path = ($path /abin) >> .cshrc
#setenv DYLD_FALLBACK_LIBRARY_PATH /abin >> .cshrc
setenv DYDL_LIBRARY_PATH /opt/X11/lib/flat_namespace

Thanks and thanks to all Gov’t employees who are suffering the Present.

Hi-

This line in your ~/.cshrc file is misspelled:


setenv DYDL_LIBRARY_PATH /opt/X11/lib/flat_namespace

you can open it (for example, on a Mac: open -t ~/.cshrc) and copy+paste this over it:


setenv DYLD_LIBRARY_PATH /opt/X11/lib/flat_namespace

Then, source the file (e.g., via: source ~/.cshrc) or open a new terminal, and try your GUI again.

–pt