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:15:05 +00:00
parent 34f1ae8fad
commit d668d2fa25

View File

@@ -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