From dbb54664d36b64e84475142facc4a5e7c4009da4 Mon Sep 17 00:00:00 2001 From: Matthew <97672626+LMRW@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:44:12 +0100 Subject: [PATCH 1/4] Update README.md to remove ARM64 support Arm64 support has been broken for months. Readme has been updated to reflect this. This is the honourable thing to do, otherwise users will waste their time assuming it is supported, when it is not. See https://github.com/CollaboraOnline/richdocumentscode/issues/226 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c52c80b..2c5d6fe 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ requirement on FUSE. If the app is built with an ARM64 AppImage, it will be named as richdocumentscode_arm64. ## System requirements -- Linux x86-64 or ARM64 (aarch64) platform +- Linux x86-64 (ARM64/aarch64 platform is not supported at this time) - 2 CPU cores - 1 GB RAM + 100 MB RAM / user - 100 kbit/s network bandwidth / user From 3a4b9577127656c9e727d5dea6946c31e9484d1e Mon Sep 17 00:00:00 2001 From: Matthew <97672626+LMRW@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:44:32 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2c5d6fe..c017363 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ The included CODE Server app is provided as an AppImage. When running under Dock will be unpacked and run, else the host is required to be able to run AppImages which adds a requirement on FUSE. -If the app is built with an ARM64 AppImage, it will be named as richdocumentscode_arm64. - ## System requirements - Linux x86-64 (ARM64/aarch64 platform is not supported at this time) - 2 CPU cores From c6d7a9b6a6231adce26e7e13717dbc24b58b7752 Mon Sep 17 00:00:00 2001 From: LMRW <97672626+LMRW@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:14:51 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1633556..5487093 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ will be unpacked and run, else the host is required to be able to run AppImages requirement on FUSE. ## System requirements -- Linux x86-64 (ARM64/aarch64 platform is not supported at this time see [Issue 226](https://github.com/CollaboraOnline/richdocumentscode/issues/226)) +- Linux x86-64 (ARM64/aarch64 platform is not supported for all users at this time, see [Issue 226](https://github.com/CollaboraOnline/richdocumentscode/issues/226)) - 2 CPU cores - 1 GB RAM + 100 MB RAM / user - 100 kbit/s network bandwidth / user From ec5a3a26c35a17ef940973f77183cf354ceaa697 Mon Sep 17 00:00:00 2001 From: LMRW <97672626+LMRW@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:26:34 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5487093..1a14e8b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ The included CODE Server app is provided as an AppImage. When running under Dock will be unpacked and run, else the host is required to be able to run AppImages which adds a requirement on FUSE. +Notes: +* If the app is built with an ARM64 AppImage, it will be named `richdocumentscode_arm64`. +* On slower systems, the first time the CODE Server is started there may be a noticeable delay (also applies on subsequent runs if `/tmp` whenever cleared) + ## System requirements - Linux x86-64 (ARM64/aarch64 platform is not supported for all users at this time, see [Issue 226](https://github.com/CollaboraOnline/richdocumentscode/issues/226)) - 2 CPU cores