Xrdp and Keyring

Hi, i enabled xrdp via

 services.xrdp = {
  	enable = true;
    #defaultWindowManager = "xfce";
  	defaultWindowManager = "xfce4-session";
  	openFirewall = true;
  };

which is working fine, but my nextcloud-client needs every user login (or app restart) a nextcloud login. Looks like the nextcloud-client cant add the secret to the gnome keyring. When i login local on the machine, it works fine and after that, also in the xrdp session.

Nextcloud log:

2025-04-16 22:47:04:841 [ warning nextcloud.sync.account /build/source/src/libsync/account.cpp:823 ]:	Unable to store appPassword in keychain "Cannot create an item in a locked collection"

When i run dbus-update-activation-environment --systemd DISPLAY from terminal and enter my password, nextcloud works fine.

Regards,
Fabian