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:
+1
-1
@@ -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; [
|
||||||
|
|||||||
Reference in New Issue
Block a user