Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- a/src/main.c 2021-02-09 13:54:32.847364236 +0100 2+++ b/src/main.c 2021-02-09 10:41:51.541203271 +0100 3@@ -1350,6 +1351,7 @@ 4 vfs_file_monitor_clean(); 5 return 1; 6 } 7+ gdk_set_allowed_backends("x11"); 8 gtk_init (&argc, &argv); 9 int ret = custom_dialog_init( argc, argv ); 10 if ( ret != 0 )