I have a sh that has most wm tat I would like to work, but it just never 
starts. This used to work some time ago.
Can anyone tell me whats wrong with it?
#!/bin/sh
/bin/date >> ~/log
test -r /sw/bin/init.sh && .  /sw/bin/init.sh
echo $PATH >> ~/log
/sw/bin/dbus-daemon --nofork --session
esd
x=`(cat ~/program`
echo $x >> ~/log
case $x
in
        ctwm) test -r  /sw/bin/ctwm && exec /sw/bin/ctwm
                                ;;


       fluxbox) test -r /sw/bin/startfluxbox && exec /sw/bin/startf/fluxbox
                                 ;;
       gnome) source /sw/bin/init.sh
                      say "gnome" &
                     /sw/bin/icewm --replace &
#                  metacity --replace &
        #          metacity &
                    /sw/lib/gnome-settings-daemon/gnome-settings-daemon &
                    test -r /sw/bin/gnome-session && exec /sw/bin/gnome/session
                              ;;
<snip>

esac

TIA
Richard Miles
r.godzi...@comcast.net



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to