summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/matchbox-sato/matchbox-session-sato/session')
-rw-r--r--meta/recipes-sato/matchbox-sato/matchbox-session-sato/session9
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session b/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session
index 42ce483d35..f6313bdebe 100644
--- a/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session
+++ b/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session
@@ -14,11 +14,6 @@ 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
21
22matchbox-desktop & 17matchbox-desktop &
23 18
24# Lines containing feature-[foo] are removed at build time if the machine 19# Lines containing feature-[foo] are removed at build time if the machine
@@ -28,6 +23,6 @@ START_APPLETS=showdesktop,windowselector
28END_APPLETS=clock,battery,$KEYBOARD_APPLET,systray,startup-notify,notify 23END_APPLETS=clock,battery,$KEYBOARD_APPLET,systray,startup-notify,notify
29END_APPLETS=openmoko-panel-gsm,$END_APPLETS # feature-phone 24END_APPLETS=openmoko-panel-gsm,$END_APPLETS # feature-phone
30 25
31matchbox-panel --titlebar --start-applets $START_APPLETS --end-applets $END_APPLETS & 26matchbox-panel --start-applets $START_APPLETS --end-applets $END_APPLETS &
32 27
33exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@ 28exec matchbox-window-manager -theme Sato -use_cursor $SHOWCURSOR $@