Use bundle id instead of package name for the macOS preview as filename is now changed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user