Open rhancockn opened 1 week ago
Dear @rhancockn,
Thank you for reporting this. We have to do a few tests to make sure we can include it as a default.
A workaround is to use the neurodesk_singularity_opts environment variable to set this option for your system:
export neurodesk_singularity_opts="--env XAUTHORITY=$XAUTHORITY"
I had trouble running a GUI over untrusted (
ssh -X
) X11 forwarding. The container was launched as a slurm job, which may interact with this. The container was launched withPassing in the
XAUTHORITY
environment variable fixed this:Could the transparent singularity wrapper include
XAUTHORITY
env by default? Or is there another way of the user manipulating the singularity options (I couldn't find this in the docs)?