diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-06-04 14:29:54 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-16 15:08:41 +0100 |
commit | f7b0021d0a7ca33302d993e5d207698327ca5ac7 (patch) | |
tree | 45137bbb7c54eb9c27391f2872e75f81862a96f1 /meta/recipes-sato | |
parent | 8d34b4db648756d3474c809d2895b15299fc8a6a (diff) | |
download | openembedded-core-f7b0021d0a7ca33302d993e5d207698327ca5ac7.tar.gz openembedded-core-f7b0021d0a7ca33302d993e5d207698327ca5ac7.tar.bz2 openembedded-core-f7b0021d0a7ca33302d993e5d207698327ca5ac7.zip |
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.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/matchbox-sato/matchbox-session-sato/session | 4 |
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 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 & |