aboutsummarylogtreecommitdiffstats
path: root/p__print-dialog__previewer.patch
diff options
context:
space:
mode:
authorTomasz Gąsior2017-06-19 20:52:15 +0200
committerTomasz Gąsior2017-06-19 20:55:20 +0200
commitf64ebcbb4fc8477cfaa41baa4ca4ee50afe3c8fc (patch)
treebfd851e930bba0e88e248ab33078e798940e4512 /p__print-dialog__previewer.patch
parent7ac5f69bb11c10bf1f64424f3512f15ab2468ac1 (diff)
downloadaur-f64ebcbb4fc8477cfaa41baa4ca4ee50afe3c8fc.tar.gz
Patches modified. File chooser icons changed.
- Patches are divided into more files. - File chooser uses colorized icons instead symbolic. - Application menu icons is changed. - "smaller-adwaita.css" stylesheet is appended into "gtk-contained.css" instead "gtk.css".
Diffstat (limited to 'p__print-dialog__previewer.patch')
-rw-r--r--p__print-dialog__previewer.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/p__print-dialog__previewer.patch b/p__print-dialog__previewer.patch
new file mode 100644
index 000000000000..fc9bd39e1fa3
--- /dev/null
+++ b/p__print-dialog__previewer.patch
@@ -0,0 +1,26 @@
+diff -U 10 -r -Z -B ./org/gtk/gtksettings.c ./mod/gtk/gtksettings.c
+--- ./org/gtk/gtksettings.c 2017-05-11 21:09:33.000000000 +0200
++++ ./mod/gtk/gtksettings.c 2017-06-18 20:04:49.313607819 +0200
+@@ -54,21 +54,21 @@
+
+ #ifdef GDK_WINDOWING_WIN32
+ #include "win32/gdkwin32.h"
+ #endif
+
+ #include "deprecated/gtkrc.h"
+
+ #ifdef GDK_WINDOWING_QUARTZ
+ #define PRINT_PREVIEW_COMMAND "open -a /Applications/Preview.app %f"
+ #else
+-#define PRINT_PREVIEW_COMMAND "evince --unlink-tempfile --preview --print-settings %s %f"
++#define PRINT_PREVIEW_COMMAND "atril --unlink-tempfile --preview --print-settings %s %f"
+ #endif
+
+ /**
+ * SECTION:gtksettings
+ * @Short_description: Sharing settings between applications
+ * @Title: Settings
+ *
+ * GtkSettings provide a mechanism to share global settings between
+ * applications.
+ *