diff options
Diffstat (limited to 'meta-openmoko/packages/openmoko2/openmoko-session2')
| -rwxr-xr-x | meta-openmoko/packages/openmoko2/openmoko-session2/etc/matchbox/session | 12 | ||||
| -rwxr-xr-x | meta-openmoko/packages/openmoko2/openmoko-session2/matchbox-session | 24 |
2 files changed, 0 insertions, 36 deletions
diff --git a/meta-openmoko/packages/openmoko2/openmoko-session2/etc/matchbox/session b/meta-openmoko/packages/openmoko2/openmoko-session2/etc/matchbox/session deleted file mode 100755 index 732cce9d3f..0000000000 --- a/meta-openmoko/packages/openmoko2/openmoko-session2/etc/matchbox/session +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | SHOWCURSOR="no" | ||
| 3 | |||
| 4 | openmoko-today & | ||
| 5 | phone-kit & | ||
| 6 | |||
| 7 | matchbox-window-manager -use_titlebar yes -use_desktop_mode decorated -theme Moko -use_cursor $SHOWCURSOR $@ & | ||
| 8 | |||
| 9 | matchbox-panel-2 --start-applets systray,startup \ | ||
| 10 | --end-applets openmoko-panel-battery,openmoko-panel-gsm,openmoko-panel-gps,openmoko-panel-usb,openmoko-panel-bt,openmoko-panel-memory,openmoko-panel-wifi --titlebar & | ||
| 11 | |||
| 12 | exec neod | ||
diff --git a/meta-openmoko/packages/openmoko2/openmoko-session2/matchbox-session b/meta-openmoko/packages/openmoko2/openmoko-session2/matchbox-session deleted file mode 100755 index 65f1ce72ca..0000000000 --- a/meta-openmoko/packages/openmoko2/openmoko-session2/matchbox-session +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | # | ||
| 3 | # Very simple session manager for matchbox tools | ||
| 4 | # | ||
| 5 | |||
| 6 | # Uncomment below to enable parsing of debian menu entrys | ||
| 7 | # export MB_USE_DEB_MENUS=1 | ||
| 8 | |||
| 9 | if [ -e $HOME/.matchbox/session ] | ||
| 10 | then | ||
| 11 | exec $HOME/.matchbox/session | ||
| 12 | fi | ||
| 13 | |||
| 14 | if [ -e /etc/matchbox/session ] | ||
| 15 | then | ||
| 16 | exec /etc/matchbox/session | ||
| 17 | fi | ||
| 18 | |||
| 19 | # Default files to run if $HOME/.matchbox/session or /etc/matchbox/session | ||
| 20 | # dont exist. | ||
| 21 | |||
| 22 | matchbox-desktop & | ||
| 23 | matchbox-panel --orientation south & | ||
| 24 | exec matchbox-window-manager $@ | ||
