summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0005-icon-theme.patch
blob: c2d848cfc6cc21aa94d6facb9e005e107c45ad4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Setting icon-theme to "Color".

diff -Naurp gimp.orig/etc/gimprc.in gimp/etc/gimprc.in
--- gimp.orig/etc/gimprc.in
+++ gimp/etc/gimprc.in
@@ -807,7 +807,7 @@
 
 # The name of the icon theme to use.  This is a string value.
 # 
-# (icon-theme "Symbolic")
+(icon-theme "Color")
 
 # The size of the icons to use.  Possible values are auto, theme, small,
 # medium, large and huge.
diff -Naurp gimp.orig/libgimpwidgets/gimpicons.c gimp/libgimpwidgets/gimpicons.c
--- gimp.orig/libgimpwidgets/gimpicons.c
+++ gimp/libgimpwidgets/gimpicons.c
@@ -51,7 +51,7 @@
 
 #define LIBGIMP_DOMAIN          GETTEXT_PACKAGE "-libgimp"
 #define GIMP_TOILET_PAPER       "gimp-toilet-paper"
-#define GIMP_DEFAULT_ICON_THEME "Symbolic"
+#define GIMP_DEFAULT_ICON_THEME "Color"
 
 
 static GtkIconFactory *gimp_stock_factory = NULL;