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
On 23.04.2015 12:45 PM, dani@moneders.net wrote:
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:
Client-Side Printing and Folder Sharing requires your user to be part of the fuse or trusted (SUSE) group.
Mihai