diff options
-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 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 |