Comment 3 for bug 1804693

Revision history for this message
Alexandre Neveux (alexandreneveux-69) wrote :

Hello,

Here my simple configuration working well since two years except this issue:

libpam-mount configuration:
---------------------------
$ sudo apt-get install cifs-utils libpam-mount
$ sudo vi /etc/security/pam_mount.conf.xml

<!-- Volume definitions -->
<volume uid="1000-2000" mountpoint="/home/%(USER)/Desktop/%(USER)" path="%(USER)" server="10.20.30.40" fstype="cifs" />
<!-- pam_mount parameters: General tunables -->

samba configuration:
--------------------
[homes]
   comment = Home directories
   browseable = no
   read only = no
   create mask = 0644
   directory mask = 0755
   valid users = %S

Copying files with cp or gvfs-copy works well without any issue.

I can report this bug with Xfce Manjaro, Gnome Fedora, Cinnamon/Mate LinuxMint too.
This bug doesn't appear on KDE !

Kind regards