summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-06-11 04:15:16 -0400
committerKhem Raj <raj.khem@gmail.com>2019-06-15 16:45:33 -0700
commit6220a83db59698c114a98fa5235d0b7543c5da01 (patch)
treeb6bfcd74b1ccedf16f6d8258617a66195aeab023 /meta-xfce/recipes-xfce
parentb719f3ff63f792e3722a79d6d502fd4cbe8e61c8 (diff)
downloadmeta-openembedded-6220a83db59698c114a98fa5235d0b7543c5da01.tar.gz
xfce4-settings: set default theme Adwaita
The pre-configured default theme Xfce doesn't work as expected. For example, no layout in start menu and applications' menu bar. And GtkColorButton is blank in config tab page from xfce4-terminal -> Edit -> Preference -> Colors. So set Adwaita as default theme instead. Signed-off-by: Kai Kang <kai.kang@windriver.com> Acked-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch10
1 files changed, 9 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch b/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch
index 67df05a79..0463d2ebd 100644
--- a/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch
+++ b/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch
@@ -9,6 +9,14 @@ Content-Transfer-Encoding: 8bit
9Upstram status: Inappropriate [configuration] 9Upstram status: Inappropriate [configuration]
10 10
11Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> 11Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
12
13Theme Xfce doesn't work as expected. For example, no layout in start
14menu and applications' menu bar. And GtkColorButton is blank in config
15tab page from xfce4-terminal -> Edit -> Preference -> Colors.
16
17So use Adwaita as default theme instead.
18
19Signed-off-by: Kai Kang <kai.kang@windriver.com>
12--- 20---
13 xfsettingsd/xsettings.xml | 4 ++-- 21 xfsettingsd/xsettings.xml | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-) 22 1 file changed, 2 insertions(+), 2 deletions(-)
@@ -23,7 +31,7 @@ index 65ba1ee..9efb3cd 100644
23 <property name="Net" type="empty"> 31 <property name="Net" type="empty">
24- <property name="ThemeName" type="empty"/> 32- <property name="ThemeName" type="empty"/>
25- <property name="IconThemeName" type="empty"/> 33- <property name="IconThemeName" type="empty"/>
26+ <property name="ThemeName" type="string" value="Xfce"/> 34+ <property name="ThemeName" type="string" value="Adwaita"/>
27+ <property name="IconThemeName" type="string" value="Adwaita"/> 35+ <property name="IconThemeName" type="string" value="Adwaita"/>
28 <property name="DoubleClickTime" type="int" value="400"/> 36 <property name="DoubleClickTime" type="int" value="400"/>
29 <property name="DoubleClickDistance" type="int" value="5"/> 37 <property name="DoubleClickDistance" type="int" value="5"/>