Merge pull request #14119 from nextcloud/update/desktop

docs(desktop): update installation.rst with note about Citrix
This commit is contained in:
Matthieu Gallien
2026-03-25 14:27:52 +01:00
committed by GitHub
3 changed files with 23 additions and 4 deletions

View File

@@ -13,6 +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 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.
@@ -85,4 +88,4 @@ Some interesting values that can be set on the configuration file are:
| | | ``2`` for No Proxy. |
+ + +--------------------------------------------------------------------------------------------------------+
| | | ``3`` for HTTP(S) Proxy. |
+---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+
+---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+

View File

@@ -324,3 +324,14 @@ the current working directory.
your system, ensure that you have enough disk space to accommodate these files.
Also, due to their size, we strongly recommend that you properly compress any
core dump files prior to sending them to Nextcloud Customer Support.
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.
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.

View File

@@ -35,11 +35,16 @@ System Requirements
- Windows 10+ (64-bits only)
- macOS 12.0+ (64-bits only)
- Linux (Ubuntu 22.04 or openSUSE 15.5 or Alma 8 or ...) (64-bits only)
- Linux (Ubuntu 24.04 or openSUSE 15.5 or Alma 8 or ...) (64-bits only)
For Linux distributions, we support, if technically feasible, the current LTS releases.
For BSD, we support them if technically feasible but we do not test.
.. note::
For Linux distributions, we support, if technically feasible, the current LTS releases.
For BSD, we support them if technically feasible but we do not test
We do not support Citrix.
- We will do our best to advise Citrix users from the desktop client point of view.
- We will fix issues that are also reproducible on the standard supported systems.
- Everything else is outside of our scope.
Customizing the Windows Installation
------------------------------------