summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2015-06-04 14:29:54 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-16 15:09:17 +0100
commit73959250a14c705821e5e394873cb29758c66529 (patch)
treee7a2a46ddce1c797fd4a1c4faf4356d3d8c555ec /meta/recipes-sato
parent88ea8748809043be61d501c1ce8a9c8e8c06b9ae (diff)
downloadpoky-73959250a14c705821e5e394873cb29758c66529.tar.gz
matchbox-session-sato: set GTK_CSD env var
Sato practically requires server side decorations as matchbox panel draws on top of the title bar. Setting "GTK_CSD=0" informs GTK+3 that we really want server side decorations even for apps designed for CSD. (From OE-Core rev: f7b0021d0a7ca33302d993e5d207698327ca5ac7) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/matchbox-sato/matchbox-session-sato/session4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session b/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session
index a3138b6961..42ce483d35 100644
--- a/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session
+++ b/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session
@@ -14,6 +14,10 @@ else
14 KEYBOARD_APPLET="keyboard" 14 KEYBOARD_APPLET="keyboard"
15fi 15fi
16 16
17# Tell GTK+3 we really want server side decorations, even with
18# GtkHeaderBar using applications: Without that mb-panel will render
19# on top of the client side decorations.
20export GTK_CSD=0
17 21
18matchbox-desktop & 22matchbox-desktop &
19 23