From: Alex Samorukov Date: Tue, 14 Jan 2020 22:15:05 +0000 (+0000) Subject: Use bundle id instead of package name for the macOS preview as filename is now changed X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~328 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d668d2fa25fdbbb9198bc0765bc5fe004b8a2e41;p=gtk4.git Use bundle id instead of package name for the macOS preview as filename is now changed --- diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c index 7895f414e2..4995fb6cf0 100644 --- a/gtk/gtksettings.c +++ b/gtk/gtksettings.c @@ -58,7 +58,7 @@ #endif #ifdef GDK_WINDOWING_QUARTZ -#define PRINT_PREVIEW_COMMAND "open -a /Applications/Preview.app %f" +#define PRINT_PREVIEW_COMMAND "open -b com.apple.Preview %f" #else #define PRINT_PREVIEW_COMMAND "evince --unlink-tempfile --preview --print-settings %s %f" #endif