dolmades / dolmades-cli

Setup your win-only applications on linux
Apache License 2.0
12 stars 0 forks source link

~/.XAuthority and singularity #62

Closed katakombi closed 4 years ago

katakombi commented 5 years ago

If the singularity run engine is being used file binds are not possible - just directory binds. It is not advisable to bind $HOME but if we don't bind ~/.XAuthority and the Xorg server of the linux system depends on it graphical applications won't work in dolmades.

  1. container engines P1, P2: no problem binding ~/.XAuthority
  2. container engine singularity: TODO find a way to bind ~/.XAuthority maybe by using a hard link?
katakombi commented 5 years ago

Recent singularity supports file binds. Check on singularity 3.x.x

katakombi commented 4 years ago

Is working in singularity 3 now, TODO: check singularity 2.x...

katakombi commented 4 years ago

Removed S1 from auto detection. The caused issues have no real impact as of now!