mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
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>
This commit is contained in:
+9
-1
@@ -9,6 +9,14 @@ Content-Transfer-Encoding: 8bit
|
|||||||
Upstram status: Inappropriate [configuration]
|
Upstram status: Inappropriate [configuration]
|
||||||
|
|
||||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||||
|
|
||||||
|
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 use Adwaita as default theme instead.
|
||||||
|
|
||||||
|
Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
||||||
---
|
---
|
||||||
xfsettingsd/xsettings.xml | 4 ++--
|
xfsettingsd/xsettings.xml | 4 ++--
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
@@ -23,7 +31,7 @@ index 65ba1ee..9efb3cd 100644
|
|||||||
<property name="Net" type="empty">
|
<property name="Net" type="empty">
|
||||||
- <property name="ThemeName" type="empty"/>
|
- <property name="ThemeName" type="empty"/>
|
||||||
- <property name="IconThemeName" type="empty"/>
|
- <property name="IconThemeName" type="empty"/>
|
||||||
+ <property name="ThemeName" type="string" value="Xfce"/>
|
+ <property name="ThemeName" type="string" value="Adwaita"/>
|
||||||
+ <property name="IconThemeName" type="string" value="Adwaita"/>
|
+ <property name="IconThemeName" type="string" value="Adwaita"/>
|
||||||
<property name="DoubleClickTime" type="int" value="400"/>
|
<property name="DoubleClickTime" type="int" value="400"/>
|
||||||
<property name="DoubleClickDistance" type="int" value="5"/>
|
<property name="DoubleClickDistance" type="int" value="5"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user