default-theme.patch 833 B

12345678910111213141516171819202122232425
  1. From 36af45f699daa886a3c3fc3187e0b24b193294ad Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor@gmail.com>
  3. Date: Sat, 22 Nov 2014 22:39:39 +0100
  4. Subject: [PATCH] Set default theme to 'cinnamon'
  5. ---
  6. data/org.cinnamon.gschema.xml.in | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/data/org.cinnamon.gschema.xml.in b/data/org.cinnamon.gschema.xml.in
  9. index 91fa171..9f56e4c 100644
  10. --- a/data/org.cinnamon.gschema.xml.in
  11. +++ b/data/org.cinnamon.gschema.xml.in
  12. @@ -581,7 +581,7 @@
  13. <schema id="org.cinnamon.theme" path="/org/cinnamon/theme/"
  14. gettext-domain="@GETTEXT_PACKAGE@">
  15. <key name="name" type="s">
  16. - <default>""</default>
  17. + <default>"cinnamon"</default>
  18. <_summary>Theme name</_summary>
  19. <_description>
  20. The name of the theme
  21. --
  22. 2.1.3