From fa362551def1806d0b1fba133990ad88142d9d1b Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Thu, 5 Nov 2015 12:33:29 +0000 Subject: Make Weston desktop-shell panel configurable (backport) The Weston panel is the top bar containing launcher and clock icons. We might want to disable it for demos. This can now be done by adding in "weston.ini" : [shell] panel-location=none This is a backport from upstream Weston : http://cgit.freedesktop.org/wayland/weston/patch/ ?id=e67118c80ad411ac46b7096aae2635510c80ea6d Change-Id: Iaf60f612f8e01e7aa51f8a0558de00f26d36aee8 Signed-off-by: Manuel Bachmann --- meta-agl/recipes-graphics/wayland/weston/weston.ini | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-agl/recipes-graphics/wayland/weston/weston.ini') diff --git a/meta-agl/recipes-graphics/wayland/weston/weston.ini b/meta-agl/recipes-graphics/wayland/weston/weston.ini index 3241204b6..b533d8908 100644 --- a/meta-agl/recipes-graphics/wayland/weston/weston.ini +++ b/meta-agl/recipes-graphics/wayland/weston/weston.ini @@ -1,2 +1,7 @@ [core] shell=desktop-shell.so + +[shell] +locking=true +# Uncomment below to hide panel +#panel-location=none -- cgit 1.2.3-korg