docs(desktop): extend Citrix issue about persisting data between sessions.

Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
Camila Ayres
2026-03-11 19:04:07 +01:00
committed by Matthieu Gallien
parent 126139f7af
commit 673f5f5355
2 changed files with 5 additions and 3 deletions

View File

@@ -13,9 +13,9 @@ On Microsoft Windows systems:
On macOS systems:
``$HOME/Library/Preferences/Nextcloud/nextcloud.cfg``
.. note::
In a Citrix workspace, the user's Roaming profile needs to be persisted between sessions.
The failure on doing so will result in result in users having to set up their account again in every new session.
.. note::
In a Citrix workspace, the user's Roaming profile need to be persisted between sessions.
The failure on doing so will result in users having to set up their account again in every new session.
The configuration file contains settings using the Microsoft Windows .ini file
format. You can overwrite changes using the Nextcloud configuration dialog.

View File

@@ -331,5 +331,7 @@ Citrix Workspace known issues
These are known issues when running the desktop client in a Citrix workspace:
- The Windows user's Roaming profile needs to be persisted between sessions - see :ref:`Config file <configfile>`::
The failure on doing so will result in result in users having to set up their account again in every new session.
- The user's synchronization folder also needs to be persisted between sessions.
The client will throw errors because it can not find the sync folder once the users logs in a new session.
- Every time the user logs in a Citrix environment, it creates a session with the desktop client and in that session the client will sync the user's files,
that can quickly lead to the storage running out of space.