/[packages]/updates/2/xfce4-settings/current/SOURCES/xfce4-settings-4.10.0-fix-gtk3-theme-detection.patch
ViewVC logotype

Contents of /updates/2/xfce4-settings/current/SOURCES/xfce4-settings-4.10.0-fix-gtk3-theme-detection.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 291163 - (show annotations) (download)
Sun Sep 9 13:00:44 2012 UTC (11 years, 7 months ago) by wally
File size: 772 byte(s)
- sync patches with current cauldron (add patches from upstream git to fix bugs reported upstream)
  * fix-gtk3-theme-detection.patch (xfce#9272)
  * check-service-name-of-NameOwnerChanged.patch (xfce#9273)

1 From e3c6db6f57e72cdbdf0e293bba7d6ca650d7521b Mon Sep 17 00:00:00 2001
2 From: Lionel Le Folgoc <lionel@lefolgoc.net>
3 Date: Sun, 09 Sep 2012 09:41:18 +0000
4 Subject: Appearance: Fix gtk3 theme detection in install script (bug #9272).
5
6 ---
7 diff --git a/dialogs/appearance-settings/appearance-install-theme b/dialogs/appearance-settings/appearance-install-theme
8 index 13f61ae..6dc1e17 100755
9 --- a/dialogs/appearance-settings/appearance-install-theme
10 +++ b/dialogs/appearance-settings/appearance-install-theme
11 @@ -140,7 +140,7 @@ if test "$retval" -eq 0; then
12 detectthemes "gtk-2.0/gtkrc"
13
14 # install gtk-3.0 themes
15 - detectthemes "gtk-3.0/gtkrc"
16 + detectthemes "gtk-3.0/gtk.css"
17
18 # install xfwm4 themes
19 detectthemes "xfwm4/themerc"
20 --
21 cgit v0.9.0.3

  ViewVC Help
Powered by ViewVC 1.1.30