summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0006-icon-theme.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/patches/progress-linux/0006-icon-theme.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0006-icon-theme.patch b/debian/patches/progress-linux/0006-icon-theme.patch
new file mode 100644
index 0000000..37494b4
--- /dev/null
+++ b/debian/patches/progress-linux/0006-icon-theme.patch
@@ -0,0 +1,21 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Setting icon-theme to "system".
+
+diff -Naurp inkscape.orig/src/preferences-skeleton.h inkscape/src/preferences-skeleton.h
+--- inkscape.orig/src/preferences-skeleton.h
++++ inkscape/src/preferences-skeleton.h
+@@ -509,12 +509,12 @@ static char const preferences_skeleton[]
+ <group
+ id="theme"
+ defaultPreferDarkTheme="0"
+- defaultIconTheme="multicolor"
++ defaultIconTheme="Adwaita"
+ defaultGtkTheme="Adwaita"
+ narrowSpinButton="1"
+ preferDarkTheme="0"
+ darkTheme="0"
+- symbolicIcons="1"
++ symbolicIcons="0"
+ symbolicDefaultBaseColors="1"
+ symbolicDefaultHighColors="0"/>
+ </inkscape>