summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk/gtk-3.0
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-03 12:34:51 +0100
committerraveit65 <[email protected]>2021-01-19 21:16:53 +0100
commit16cece70c1e9d64a676586a1356d1a23fa296384 (patch)
tree21fc4cd7f9a5af5c384e2e5970e3d38b4418f03a /desktop-themes/TraditionalOk/gtk-3.0
parentbd2e9e0befc8fc5c947f96401a6cf1058d49e099 (diff)
downloadmate-themes-16cece70c1e9d64a676586a1356d1a23fa296384.tar.bz2
mate-themes-16cece70c1e9d64a676586a1356d1a23fa296384.tar.xz
Set gtk-print-preview-command in settings.ini
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/Makefile.am13
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/settings.ini.in (renamed from desktop-themes/TraditionalOk/gtk-3.0/settings.ini)5
2 files changed, 14 insertions, 4 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/Makefile.am b/desktop-themes/TraditionalOk/gtk-3.0/Makefile.am
index fa02b8b1..a5360c27 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/Makefile.am
+++ b/desktop-themes/TraditionalOk/gtk-3.0/Makefile.am
@@ -11,6 +11,15 @@ theme_DATA = \
other-applications.css \
settings.ini
-EXTRA_DIST = $(theme_DATA)
+%.ini: %.ini.in
+ $(AM_V_GEN) sed -e 's|@bindir[@]|$(bindir)|g' $< > $@
-SUBDIRS = img
+EXTRA_DIST = \
+ $(theme_DATA) \
+ settings.ini.in
+
+CLEAN = \
+ settings.ini
+
+SUBDIRS = \
+ img
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/settings.ini b/desktop-themes/TraditionalOk/gtk-3.0/settings.ini.in
index 0bd15f97..4171a309 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/settings.ini
+++ b/desktop-themes/TraditionalOk/gtk-3.0/settings.ini.in
@@ -1,5 +1,6 @@
[Settings]
-gtk-color-scheme = "base_color:#ffffff\nbg_color:#edeceb\nfg_color:#000000\nselected_bg_color:#86abd9\nselected_fg_color:#ffffff\ntooltip_bg_color:#f5f5b5\ntooltip_fg_color:#000000\ntext_color:#1a1a1a\nlink_color:#0000ee\nvisited_link_color:#551a8b"
gtk-auto-mnemonics = 0
-gtk-visible-focus = automatic
+gtk-color-scheme = "base_color:#ffffff\nbg_color:#edeceb\nfg_color:#000000\nselected_bg_color:#86abd9\nselected_fg_color:#ffffff\ntooltip_bg_color:#f5f5b5\ntooltip_fg_color:#000000\ntext_color:#1a1a1a\nlink_color:#0000ee\nvisited_link_color:#551a8b"
gtk-primary-button-warps-slider = false
+gtk-print-preview-command = @bindir@/atril-previewer --unlink-tempfile --print-settings %s %f
+gtk-visible-focus = automatic