diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:25:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:25:53 +0000 |
commit | 57fa25cbda46b42920ece6c8e72481c7f554d195 (patch) | |
tree | a3be9e7841b9c18a0540aee6ef9e911111dc1707 | |
parent | Setting theme to "system". (diff) | |
download | inkscape-57fa25cbda46b42920ece6c8e72481c7f554d195.tar.xz inkscape-57fa25cbda46b42920ece6c8e72481c7f554d195.zip |
Setting icon-theme to "system".
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/progress-linux/0006-icon-theme.patch | 21 | ||||
-rw-r--r-- | debian/patches/series | 1 |
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 d1321d7..6f331bc 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -13,3 +13,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 |