aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xmatchbox-session6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 97cb593..a498de3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-02-03 Matthew Allum, mallum@handhelds.org
+ * matchbox-session:
+ Updated to newer binary names
+
+2004-02-03 Matthew Allum, mallum@handhelds.org
+
* Makefile.am:
* matchbox-session:
Added matchbox-session
diff --git a/matchbox-session b/matchbox-session
index 32a5649..65f1ce7 100755
--- a/matchbox-session
+++ b/matchbox-session
@@ -19,6 +19,6 @@ fi
# Default files to run if $HOME/.matchbox/session or /etc/matchbox/session
# dont exist.
-mbdesktop &
-mbdock --orientation south &
-exec matchbox $@
+matchbox-desktop &
+matchbox-panel --orientation south &
+exec matchbox-window-manager $@