Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 13 lines 353 B view raw
1diff --git a/src/core/util.c b/src/core/util.c 2index 57b73747d..f424cc81c 100644 3--- a/src/core/util.c 4+++ b/src/core/util.c 5@@ -636,7 +636,7 @@ meta_show_dialog (const char *type, 6 7 args = g_ptr_array_new (); 8 9- append_argument (args, "zenity"); 10+ append_argument (args, "@zenity@/bin/zenity"); 11 append_argument (args, type); 12 13 if (display)