From 91faab704c87249b57dc5f48f92f54cfd53b6d05 Mon Sep 17 00:00:00 2001 From: 0xWheatyz Date: Sat, 28 Mar 2026 11:56:42 -0400 Subject: [PATCH] fix(gnome): remove xwayland-native-scaling to prevent KiCad crashes The experimental xwayland-native-scaling feature causes XWayland connection loss when KiCad fullscreens on the second monitor, crashing the application. Fractional scaling is retained via scale-monitor-framebuffer. --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 811517a..f15252a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -255,7 +255,7 @@ services.desktopManager.gnome.extraGSettingsOverrides = '' [org.gnome.mutter] - experimental-features=['scale-monitor-framebuffer', 'xwayland-native-scaling'] + experimental-features=['scale-monitor-framebuffer'] ''; environment.gnome.excludePackages = with pkgs; [