From 2b67d008202f0c997dd279a653753118ed72ced4 Mon Sep 17 00:00:00 2001 From: jiho-sf Date: Sun, 17 May 2009 22:52:10 +0000 Subject: [PATCH] Fix bug 263932: print preview on OS X The print preview command was looking for evince by default. Marnen Laibow-Koser comment on the bug: https://bugs.launchpad.net/inkscape/+bug/263932 and suggested setting the gtk-print-preview-command in the theme. This is done here. --- .../themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc index 2d8fdedd6..181e52039 100644 --- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc +++ b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc @@ -504,3 +504,5 @@ gtk-font-name="Lucida Grande 12" gtk-icon-theme-name = "gnome" gtk-icon-sizes = "gtk-menu=16,16:gtk-dialog=48,48:gtk-dnd=32,32:gtk-button=20,20:gtk-large-toolbar=24,24:gtk-small-toolbar=16,16:inkscape-decoration=12,12" +# use OS X default pdf-viewer for print preview +gtk-print-preview-command="/usr/bin/open %f" -- 2.30.2