r118 - trunk/oe/packages/openmoko/openmoko-session/etc/matchbox


Tue Oct 24 13:25:53 CEST 2006


Author: 
Date: 2006-10-24 11:25:53 +0000 (Tue, 24 Oct 2006)
New Revision: 118

Modified:
   trunk/oe/packages/openmoko/openmoko-session/etc/matchbox/session
Log:
change session file slightly for demo


Modified: trunk/oe/packages/openmoko/openmoko-session/etc/matchbox/session
===================================================================
--- trunk/oe/packages/openmoko/openmoko-session/etc/matchbox/session	2006-10-24 01:57:25 UTC (rev 117)
+++ trunk/oe/packages/openmoko/openmoko-session/etc/matchbox/session	2006-10-24 11:25:53 UTC (rev 118)
@@ -19,6 +19,8 @@
 		;;
 esac
 
+if [ -e /etc/openmoko ]; then
+
 matchbox-panel -display $DISPLAY \
                --id 1 \
                --orientation north \
@@ -26,7 +28,7 @@
                --no-session \
                --no-menu \
                --no-flip \
-               --bgpixmap $PKG/openmoko/openmoko-common/pixmaps/openmoko-header-background.png &
+               --bgpixmap /usr/share/openmoko/pixmaps/openmoko-header-background.png &
 
 matchbox-panel -display $DISPLAY \
                --id 2 \
@@ -35,15 +37,16 @@
                --no-session \
                --no-menu \
                --no-flip \
-               --bgpixmap $PKG/openmoko/openmoko-common/pixmaps/openmoko-footer-background.png &
+               --bgpixmap /usr/share/openmoko/pixmaps/openmoko-footer-background.png &
 
-matchbox-window-manager -display $DISPLAY \
-                        -use_titlebar yes \
-                        -use_super_modal yes \
-                        -use_lowlight yes \
-                        -use_dialog_mode static \
-                        -use_desktop_mode plain \
-                        -use_cursor no &
+#matchbox-window-manager -display $DISPLAY \
+#                        -use_titlebar yes \
+#                        -use_super_modal yes \
+#                        -use_lowlight yes \
+#                        -use_dialog_mode static \
+#                        -use_desktop_mode plain \
+#                        -use_cursor no &
+#
 
 matchbox-desktop --icon-size 96 \
                  --icon-padding 128 \
@@ -52,11 +55,11 @@
 
 mb-applet-startup-monitor &                 
 
-matchbox-panel --orientation east \
-               --padding 4 \
-               --no-menu \
-               --no-session \
-               --default-apps mb-applet-home,mb-applet-clock &
+#matchbox-panel --orientation east \
+#               --padding 4 \
+#               --no-menu \
+#               --no-session \
+#               --default-apps mb-applet-home,mb-applet-clock &
 
 exec matchbox-window-manager -use_cursor $SHOWCURSOR $@
 





More information about the commitlog mailing list