History of AFNI updates  

|
March 07, 2023 03:31PM
Howdy-

Hmm, OK.

This line in the system check output (and thanks for including that from the start!):
release: 5.10.16.3-microsoft-standard-WSL2
... makes me think that it is WSL2 that you have, instead of WSL1.

These are some notes on things sent by an AFNI user, Joel Stoddard:
+ From here: https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps#existing-wsl-install
... go to the powershell and make sure your WSL is the most uptodate, running this as admin (to update and turn off/restart WSL):
wsl --update
wsl --shutdown
+ From here: https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps#run-linux-gui-apps
... start an Ubuntu session terminal up and run:
sudo apt update
sudo apt install x11-apps -y
... and then probably restart the Ubuntu session. Does that help?

Separately, to enable standard copy+pasting, you can do this, too:
+ in Ubuntu, rightclick app topbar -> Properties
- make sure QuickEdit Mode is selected
- make sure Use Ctrl+Shift+C/V to copy/paste is selected

--pt
Subject Author Posted

AFNI detached from terminal

addieb24 March 06, 2023 04:29PM

Re: AFNI detached from terminal

ptaylor March 07, 2023 03:31PM

Re: AFNI detached from terminal

addieb24 March 07, 2023 07:37PM