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

This commit is contained in:
Alex Samorukov
2020-01-14 22:12:53 +00:00
parent db7c2afe6b
commit e02148491f

View File

@@ -59,7 +59,7 @@
#include "deprecated/gtkrc.h"
#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