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.
This commit is contained in:
2026-03-28 11:56:42 -04:00
parent 8a091acccc
commit 91faab704c
+1 -1
View File
@@ -255,7 +255,7 @@
services.desktopManager.gnome.extraGSettingsOverrides = '' services.desktopManager.gnome.extraGSettingsOverrides = ''
[org.gnome.mutter] [org.gnome.mutter]
experimental-features=['scale-monitor-framebuffer', 'xwayland-native-scaling'] experimental-features=['scale-monitor-framebuffer']
''; '';
environment.gnome.excludePackages = with pkgs; [ environment.gnome.excludePackages = with pkgs; [