[gnome-themes-standard/f15/master] Fix icon theme specification for session-less situations

Matthias Clasen mclasen at fedoraproject.org
Sat Mar 26 18:40:17 UTC 2011


commit 1c82b4b22f11ccd9279848979997424f62fdf78d
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Sat Mar 26 14:39:31 2011 -0400

    Fix icon theme specification for session-less situations

 gnome-themes-standard.spec |    7 +++++--
 gtkrc                      |    2 +-
 settings.ini               |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/gnome-themes-standard.spec b/gnome-themes-standard.spec
index 9a36efa..590a586 100644
--- a/gnome-themes-standard.spec
+++ b/gnome-themes-standard.spec
@@ -1,6 +1,6 @@
 Name: gnome-themes-standard
 Version: 2.91.92.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Standard themes for GNOME applications
 
 Group: User Interface/Desktops
@@ -140,7 +140,10 @@ done
 
 
 %changelog
-* Thu Mar 25 2011 Matthias Clasen <mclasen at redhat.com> 2.91.92.1-2
+* Sat Mat 26 2011 Matthias Clasen <mclasen at redhat.com> 2.91.92.1-3
+- Don't specify a nonexisting icon theme in settings.ini
+
+* Thu Mar 24 2011 Matthias Clasen <mclasen at redhat.com> 2.91.92.1-2
 - Add a subpackage for the default background
 
 * Mon Mar 21 2011 Cosimo Cecchi <cosimoc at redhat.com> 2.91.92.1-1
diff --git a/gtkrc b/gtkrc
index 1618bd2..9741de9 100644
--- a/gtkrc
+++ b/gtkrc
@@ -1,5 +1,5 @@
 gtk-theme-name = "Adwaita"
-gtk-icon-theme-name = "Fedora"
+gtk-icon-theme-name = "gnome"
 gtk-cursor-theme-name = "Adwaita"
 gtk-button-images = 0
 gtk-menu-images = 0
diff --git a/settings.ini b/settings.ini
index b1ab0ef..aa23544 100644
--- a/settings.ini
+++ b/settings.ini
@@ -1,6 +1,6 @@
 [Settings]
 gtk-theme-name = Adwaita
-gtk-icon-theme-name = Adwaita
+gtk-icon-theme-name = gnome
 gtk-cursor-theme-name = Adwaita
 gtk-button-images = 0
 gtk-menu-images = 0


More information about the scm-commits mailing list