Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion admin_manual/desktop/configfile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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. |
+---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+
+---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+
11 changes: 11 additions & 0 deletions admin_manual/desktop/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
11 changes: 8 additions & 3 deletions user_manual/desktop/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------------------
Expand Down
Loading