diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2008-10-01 09:18:57 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-10-01 09:18:57 +0000 |
commit | e33ca0e77ab6d52a7872bb789500c797fa34fbfe (patch) | |
tree | 7ad9eb5cccdbc2b2e0988852574ded783f0222bb /meta/packages/matchbox-netbook | |
parent | 9a711ae8995a8e435ed0156509c7f986f1097149 (diff) | |
download | poky-e33ca0e77ab6d52a7872bb789500c797fa34fbfe.tar.gz |
matchbox-session-netbook: Remove the --titlebar option
With the --titlebar option, the desktop combo will stay hidden under the
panel.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5357 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-netbook')
-rw-r--r-- | meta/packages/matchbox-netbook/matchbox-session-netbook/session | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/matchbox-netbook/matchbox-session-netbook/session b/meta/packages/matchbox-netbook/matchbox-session-netbook/session index 22c2b90c11..2417e9b0be 100644 --- a/meta/packages/matchbox-netbook/matchbox-session-netbook/session +++ b/meta/packages/matchbox-netbook/matchbox-session-netbook/session | |||
@@ -17,6 +17,6 @@ START_APPLETS=showdesktop,windowselector | |||
17 | END_APPLETS=clock,battery,brightness,systray,startup-notify,notify | 17 | END_APPLETS=clock,battery,brightness,systray,startup-notify,notify |
18 | END_APPLETS=openmoko-panel-gsm,$END_APPLETS # feature-phone | 18 | END_APPLETS=openmoko-panel-gsm,$END_APPLETS # feature-phone |
19 | 19 | ||
20 | matchbox-panel --titlebar --start-applets $START_APPLETS --end-applets $END_APPLETS & | 20 | matchbox-panel --start-applets $START_APPLETS --end-applets $END_APPLETS & |
21 | 21 | ||
22 | exec metacity | 22 | exec metacity |