[gtk/gtk-2-24] Use bundle id instead of package name for the macOS preview as filename is now changed



commit 29103cdc3cff575e073fff1462f9152a694b98bf
Author: Alex Samorukov <samm net-art cz>
Date:   Tue Jan 14 22:17:09 2020 +0000

    Use bundle id instead of package name for the macOS preview as filename is now changed

 gtk/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 61389f1cfb..cdbbd8c8d9 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -11,7 +11,7 @@ INTROSPECTION_COMPILER_ARGS = \
     --includedir=../gdk
 
 if USE_QUARTZ
-GTK_PRINT_PREVIEW_COMMAND="open -a /Applications/Preview.app %f"
+GTK_PRINT_PREVIEW_COMMAND="open -b com.apple.Preview %f"
 else
 GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f"
 endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]