diff --git a/admin_manual/desktop/configfile.rst b/admin_manual/desktop/configfile.rst index 73692bffe4d..3fca2d19dd1 100644 --- a/admin_manual/desktop/configfile.rst +++ b/admin_manual/desktop/configfile.rst @@ -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. | -+---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+ ++---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+ \ No newline at end of file diff --git a/admin_manual/desktop/troubleshooting.rst b/admin_manual/desktop/troubleshooting.rst index c9b35906fa0..271add45bb0 100644 --- a/admin_manual/desktop/troubleshooting.rst +++ b/admin_manual/desktop/troubleshooting.rst @@ -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. diff --git a/user_manual/desktop/installation.rst b/user_manual/desktop/installation.rst index d6da02d7491..81e8b3796f7 100644 --- a/user_manual/desktop/installation.rst +++ b/user_manual/desktop/installation.rst @@ -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 ------------------------------------