Log:
First try of adding a custom start button. Also help mutt further.
Added:
branches/stephan/home/live/.icewm/themes/
branches/stephan/home/live/.icewm/themes/icedesert/
branches/stephan/home/live/.icewm/themes/icedesert/taskbar/
branches/stephan/home/live/.icewm/themes/icedesert/taskbar/openbsd.gif (contents, props changed)
Modified:
branches/stephan/build.sh
Modified: branches/stephan/build.sh
==============================================================================
--- branches/stephan/build.sh Wed Oct 21 17:11:56 2009 (r303)
+++ branches/stephan/build.sh Wed Oct 21 17:12:57 2009 (r304)
@@ -204,7 +204,6 @@
patch -s $IMAGE_ROOT/etc/group $CWD/etc/group.diff
# Install template files which need prerequisites.
- install -o 1000 -g 10 -m 600 $IMAGE_ROOT/var/mail/root $IMAGE_ROOT/var/mail/live
install -d -o 1000 -g 10 -m 755 $IMAGE_ROOT/home/live/
install -d -o 1000 -g 10 -m 755 $IMAGE_ROOT/home/live/bin/
install -o 1000 -g 10 -m 555 $CWD/home/live/bin/mkbackup $IMAGE_ROOT/home/live/bin/mkbackup
@@ -220,11 +219,19 @@
install -o 1000 -g 10 -m 644 $CWD/home/live/.icewm/toolbar $IMAGE_ROOT/home/live/.icewm/toolbar
install -o 1000 -g 10 -m 644 $CWD/home/live/.icewm/preferences $IMAGE_ROOT/home/live/.icewm/preferences
install -o 1000 -g 10 -m 755 $CWD/home/live/.icewm/shutdown $IMAGE_ROOT/home/live/.icewm/shutdown
+ install -d -o 1000 -g 10 -m 755 $IMAGE_ROOT/home/live/.icewm/themes/
+ install -d -o 1000 -g 10 -m 755 $IMAGE_ROOT/home/live/.icewm/themes/icedesert/
+ install -d -o 1000 -g 10 -m 755 $IMAGE_ROOT/home/live/.icewm/themes/icedesert/taskbar/
+ install -o 1000 -g 10 -m 644 $CWD/home/live/.icewm/themes/icedesert/taskbar/openbsd.gif $IMAGE_ROOT/home/live/.icewm/themes/icedesert/taskbar/openbsd.gif
# XFE (file manager)
install -d -o 1000 -g 10 -m 755 $IMAGE_ROOT/home/live/.xfe/
install -o 1000 -g 10 -m 644 $CWD/home/live/.xfe/xferc $IMAGE_ROOT/home/live/.xfe/xferc
+ # mutt (mail)
+ install -o 1000 -g 10 -m 600 $IMAGE_ROOT/var/mail/root $IMAGE_ROOT/var/mail/live
+ install -d -o 1000 -g 10 -m 700 $IMAGE_ROOT/home/live/Mail
+
echo done
}
Added: branches/stephan/home/live/.icewm/themes/icedesert/taskbar/openbsd.gif
==============================================================================
Binary file. No diff available.