On Tue, Jun 11, 2019 at 10:15 AM <[email protected]> wrote: > > From: Kai Kang <[email protected]> > > 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 <[email protected]> Had other issues and worked around by shipping a default configuration. Had forgotten the patch added in 2012.
Thanks Acked-by: Andreas Müller <[email protected]> > --- > .../files/0001-xsettings.xml-Set-default-themes.patch | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > > 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 > Upstram status: Inappropriate [configuration] > > Signed-off-by: Andreas Müller <[email protected]> > + > +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 <[email protected]> > --- > xfsettingsd/xsettings.xml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > @@ -23,7 +31,7 @@ index 65ba1ee..9efb3cd 100644 > <property name="Net" type="empty"> > - <property name="ThemeName" 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="DoubleClickTime" type="int" value="400"/> > <property name="DoubleClickDistance" type="int" value="5"/> > -- > 2.20.0 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
