From cf27ab47ba86dc50c1f7dd58eb9dfee9a57b6d94 Mon Sep 17 00:00:00 2001 From: ver4a Date: Sat, 10 Jan 2026 20:33:46 +0100 Subject: [PATCH] feat: load ntsync kernel module on boot ntsync was merged into wine and will be included in future proton releases Fedora may enable this by default https://fedoraproject.org/wiki/Changes/NTSYNC-Contained, until that happens, this package is necessary. And may remain necessary because of flatpaks (e.g. steam), that can't depend on rpms and load modules through them. --- containers/Dockerfile.kde | 3 +++ 1 file changed, 3 insertions(+) diff --git a/containers/Dockerfile.kde b/containers/Dockerfile.kde index c136d69..e9b3bb8 100644 --- a/containers/Dockerfile.kde +++ b/containers/Dockerfile.kde @@ -40,6 +40,9 @@ RUN dnf5 -y swap nano-default-editor vim-default-editor # Remove default color prompt (is replaced with a custom one) RUN dnf5 -y remove bash-color-prompt +# Load the ntsync kernel module on boot +RUN dnf5 -y install ntsync-autoload + # Apply configuration COPY etc /etc COPY usr /usr