Hello and thanks for tat great project.
In a new installation of x2goserver I need no permit mount shared folders anyway. I not found any option in server to do this. Finally I commented two lines (around 275) in /usr/bin/x2gomountdirs:
#mkdir("$this_mdir/$p");
#$mntpath="$this_mdir/$p";
And work for me (in fact not work) I yes permit mount spool for print
Is there any option in anywhere to do this? Is possible introducing this option-feature?
Thanks