summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:51:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:51:45 +0000
commit4a78cb1e55fbfa57daca8903be3442479b7cc5b4 (patch)
treec7c52ac2c9caacf0904d8d1e8b8334185da61fa0
parentSetting theme to "system". (diff)
downloadinkscape-4a78cb1e55fbfa57daca8903be3442479b7cc5b4.tar.xz
inkscape-4a78cb1e55fbfa57daca8903be3442479b7cc5b4.zip
Setting icon-theme to "system".
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0006-icon-theme.patch21
-rw-r--r--debian/patches/series1
2 files changed, 22 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>
diff --git a/debian/patches/series b/debian/patches/series
index 9631221..9566ee0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ progress-linux/0002-disable-savewindowgeometry.patch
progress-linux/0003-disable-savedialogposition.patch
progress-linux/0004-disable-savedocviewport.patch
progress-linux/0005-theme.patch
+progress-linux/0006-icon-theme.patch