xrdp file copy/paste works for root but not users

Hello all,
I do not post this request for help lightly. There are very few problems I cannot solve myself but this one has had me stumped for a week now. This smells of a permissions issue but damned if I can find it. Does anyone have a direction they can point me in that I may be missing?
Thank you.

uname -a FreeBSD FreeBSD 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 GENERIC amd64

I have compiled xrdp port with FUSE enabled.
FUSE module is enabled to start in rc.conf.
Session is through xorgxrdp.
The user account is a member of both wheel and operator.
I can copy/paste text bidirectionally under root and user accounts.
I can copy/paste a file from server to client under root and user accounts.
I can copy/paste a file from client to server under root account only.
User account shows Error when getting information for file, file or directory does not exist.

When logged in under root, ~thinclient_drives/.clipboard exists.
When logged in under user, ~thinclient_drives/ exists but .clipboard does not.

When logged in under root, FUSE gets mounted as /dev/fuse on /root/thinclient_drives (fusefs)
When logged in under user FUSE does not get mounted.

Also, and maybe unrelated, when doing an ls in root home directory with /dev/fuse mounted as ~thinclient_drives/, it take tens of seconds to complete.

$ xrdp-chansrv
Code:
Global configuration:
    UseUnixSocket (derived):   true

Security configuration:
    RestrictOutboundClipboard: none
    RestrictInboundClipboard:  none

Chansrv configuration:
    EnableFuseMount            true
    FuseMountName:             thinclient_drives
    FileMask:                  077
    Nautilus 3 Flist Format:   false
chansrv::main: using log file [/home/user/.local/share/xrdp/xrdp-chansrv.0.log]

$ cat /usr/home/user/.local/share/xrdp/xrdp-chansrv.10.log
Code:
[20230402-16:21:50] [INFO ] Socket 12: AF_UNIX connection received
[20230402-16:21:50] [DEBUG] Closed socket 11 (AF_UNIX)
[20230402-16:21:50] [DEBUG] clipboard_init st 1, maj 6 min 0
[20230402-16:21:50] [INFO ] sound_process_training: round trip time 106
 
Back
Top