Skip to content

Commit 3bebc3a

Browse files
authored
Merge pull request #14119 from nextcloud/update/desktop
docs(desktop): update installation.rst with note about Citrix
2 parents 386e81a + a0ad445 commit 3bebc3a

3 files changed

Lines changed: 23 additions & 4 deletions

File tree

admin_manual/desktop/configfile.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ On Microsoft Windows systems:
1313
On macOS systems:
1414
``$HOME/Library/Preferences/Nextcloud/nextcloud.cfg``
1515

16+
.. note::
17+
In a Citrix workspace, the user's Roaming profile need to be persisted between sessions.
18+
The failure on doing so will result in users having to set up their account again in every new session.
1619

1720
The configuration file contains settings using the Microsoft Windows .ini file
1821
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:
8588
| | | ``2`` for No Proxy. |
8689
+ + +--------------------------------------------------------------------------------------------------------+
8790
| | | ``3`` for HTTP(S) Proxy. |
88-
+---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+
91+
+---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+

admin_manual/desktop/troubleshooting.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,3 +324,14 @@ the current working directory.
324324
your system, ensure that you have enough disk space to accommodate these files.
325325
Also, due to their size, we strongly recommend that you properly compress any
326326
core dump files prior to sending them to Nextcloud Customer Support.
327+
328+
Citrix Workspace known issues
329+
-----------------------------
330+
331+
These are known issues when running the desktop client in a Citrix workspace:
332+
- The Windows user's Roaming profile needs to be persisted between sessions.
333+
The failure on doing so will result in result in users having to set up their account again in every new session.
334+
- The user's synchronization folder also needs to be persisted between sessions.
335+
The client will throw errors because it can not find the sync folder once the users logs in a new session.
336+
- 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,
337+
that can quickly lead to the storage running out of space.

user_manual/desktop/installation.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,16 @@ System Requirements
3535

3636
- Windows 10+ (64-bits only)
3737
- macOS 12.0+ (64-bits only)
38-
- Linux (Ubuntu 22.04 or openSUSE 15.5 or Alma 8 or ...) (64-bits only)
38+
- Linux (Ubuntu 24.04 or openSUSE 15.5 or Alma 8 or ...) (64-bits only)
39+
For Linux distributions, we support, if technically feasible, the current LTS releases.
40+
For BSD, we support them if technically feasible but we do not test.
3941

4042
.. note::
41-
For Linux distributions, we support, if technically feasible, the current LTS releases.
42-
For BSD, we support them if technically feasible but we do not test
43+
We do not support Citrix.
44+
45+
- We will do our best to advise Citrix users from the desktop client point of view.
46+
- We will fix issues that are also reproducible on the standard supported systems.
47+
- Everything else is outside of our scope.
4348

4449
Customizing the Windows Installation
4550
------------------------------------

0 commit comments

Comments
 (0)