93418748d7
Nextcloud Talk is an Electron app. Electron uses a zygote process to fork sandboxed child processes (GPU, renderer, network service) into their own sub-cgroups. systemd-run --scope without Delegate=yes locks down the cgroup — sub-cgroups cannot be created — so the zygote fails, causing the GPU process to crash immediately on startup. Adding --property=Delegate=yes hands cgroup management to the scope, allowing flatpak/bubblewrap and Electron's zygote to create the sub-cgroups they need. Tested: no GPU crash with this flag set. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Central Software installation script Repository Must be executed from script ../sync_client_software.sh
The install script here will check for the right environment, and execute the install.sh script in each directory.
Be sure to name the directories to get sorted the right way. E.g. you may use all base installations with directories beginning with numbers < 0100 and all additional apps with numbers > 0100