On our Windows file servers SMBv1 was switched of recently due to security problems and a password policy introduced.
Since then we can't mount any more the shares from Ubuntu 16.04 using Gigolo. We get the German Error "Einhängen der Windows-Freigabe ist fehlgeschlagen: Die Wartezeit für die Verbindung ist abgelaufen" (timeout)
Now we were able to track down the problem to SMBv1 when mounting manually:
sudo mount -t cifs -o username=me //foo.local/digital /mnt
does not work, while
sudo mount -t cifs -o vers=2.0,username=me //foo.local/digital /mnt
does work.
So far so good - but we do not want to miss the comfort of mounting via Gigolo / Thunar.
How can Gigolo / Thunar (I think the both are based on GVFS) be told to use smbV2?