Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at release-19.03 11 lines 406 B view raw
1--- a/gio/gdesktopappinfo.c 2+++ b/gio/gdesktopappinfo.c 3@@ -2725,7 +2725,7 @@ g_desktop_app_info_launch_uris_with_spawn (GDesktopAppInfo *info, 4 5 /* Fall back on usual searching in $PATH */ 6 if (tmp == NULL) 7- tmp = "gio-launch-desktop"; 8+ tmp = "@bindir@/gio-launch-desktop"; 9 g_once_init_leave (&gio_launch_desktop_path, tmp); 10 } 11