All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] openbox: add run time dependency on openbox-theme-clearlooks
@ 2016-04-04 13:35 Nicolas Dechesne
  2016-04-26 13:25 ` Nicolas Dechesne
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Dechesne @ 2016-04-04 13:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Nicolas Dechesne

Without this default theme install , openbox is unable to start, and shows the
following message:

dragonboard-410c:/home/linaro# openbox
ObRender-Message: Unable to load the theme 'Clearlooks'
ObRender-Message: Falling back to the default theme 'Clearlooks'
ObRender-Message: Unable to load the theme 'Clearlooks'
Openbox-Message: Unable to load a theme.

As discussed in [1] , the solution is to make sure that openbox-theme-clearlooks
is always included.

[1] https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg47153.html

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
---
 meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
index 9f42177..b354ae7 100644
--- a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
+++ b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
@@ -37,7 +37,7 @@ python populate_packages_prepend() {
     do_split_packages(d, theme_dir, '(.*)', theme_name, '${PN} theme for %s', extra_depends='', allow_dirs=True)
 }
 
-RDEPENDS_${PN} += "${PN}-core ${PN}-config"
+RDEPENDS_${PN} += "${PN}-core ${PN}-config ${PN}-theme-clearlooks"
 FILES_${PN}-core = "${bindir}/openbox ${libdir}/*${SOLIBS}"
 
 FILES_${PN}-lxde += "${datadir}/lxde/ \
-- 
2.8.0.rc3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-oe][PATCH] openbox: add run time dependency on openbox-theme-clearlooks
  2016-04-04 13:35 [meta-oe][PATCH] openbox: add run time dependency on openbox-theme-clearlooks Nicolas Dechesne
@ 2016-04-26 13:25 ` Nicolas Dechesne
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Dechesne @ 2016-04-26 13:25 UTC (permalink / raw)
  To: openembedded-devel, akuster808, Martin Jansa; +Cc: Nicolas Dechesne

Martin, Armin,

this patch was merged in master, and it applies cleanly on jethro, is
that possible to get it merged in jethro as well?

thanks

On Mon, Apr 4, 2016 at 3:35 PM, Nicolas Dechesne
<nicolas.dechesne@linaro.org> wrote:
> Without this default theme install , openbox is unable to start, and shows the
> following message:
>
> dragonboard-410c:/home/linaro# openbox
> ObRender-Message: Unable to load the theme 'Clearlooks'
> ObRender-Message: Falling back to the default theme 'Clearlooks'
> ObRender-Message: Unable to load the theme 'Clearlooks'
> Openbox-Message: Unable to load a theme.
>
> As discussed in [1] , the solution is to make sure that openbox-theme-clearlooks
> is always included.
>
> [1] https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg47153.html
>
> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
> ---
>  meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
> index 9f42177..b354ae7 100644
> --- a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
> +++ b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
> @@ -37,7 +37,7 @@ python populate_packages_prepend() {
>      do_split_packages(d, theme_dir, '(.*)', theme_name, '${PN} theme for %s', extra_depends='', allow_dirs=True)
>  }
>
> -RDEPENDS_${PN} += "${PN}-core ${PN}-config"
> +RDEPENDS_${PN} += "${PN}-core ${PN}-config ${PN}-theme-clearlooks"
>  FILES_${PN}-core = "${bindir}/openbox ${libdir}/*${SOLIBS}"
>
>  FILES_${PN}-lxde += "${datadir}/lxde/ \
> --
> 2.8.0.rc3
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-26 13:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-04 13:35 [meta-oe][PATCH] openbox: add run time dependency on openbox-theme-clearlooks Nicolas Dechesne
2016-04-26 13:25 ` Nicolas Dechesne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.