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>
This commit is contained in:
Jussi Kukkonen 2015-06-04 14:29:54 +03:00 committed by Richard Purdie
parent 88ea874880
commit 73959250a1
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ else
KEYBOARD_APPLET="keyboard"
fi
# Tell GTK+3 we really want server side decorations, even with
# GtkHeaderBar using applications: Without that mb-panel will render
# on top of the client side decorations.
export GTK_CSD=0
matchbox-desktop &