can't load from xsession

my xsession loads gnome stuff -- but doesn't load xmonad. I'm a non-programer type so maybe I'm missing something simple. Here is my .xsession: ------------------------------------- #!/bin/bash # Load resources xrdb -merge .Xresources xloadimage -onroot -full-screen ~/pics/nyc1.jpg & # Set up an icon tray trayer --edge top --align right --transparent true --tint 000000 --SetDockType true --SetPartialStrut true --expand true --width 10 --height 12 & #trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --tint 0x191970 --height 12 & # Set the background color xsetroot -solid black -cursor_name top_left_arrow # Fire up apps xscreensaver -no-splash & if [ -x /usr/bin/nm-applet ] ; then nm-applet --sm-disable & fi if [ -x /usr/bin/gnome-power-manager ] ; then sleep 3 gnome-power-manager fi exec xmonad -- Daniel Goldin 626.817.2462

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 5/9/11 01:10 , Daniel Goldin wrote:
gnome-power-manager
Try putting this into the background ("&" after the command). - -- brandon s. allbery [linux,solaris,freebsd,perl] allbery.b@gmail.com system administrator [openafs,heimdal,too many hats] kf8nh -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk3JlQUACgkQIn7hlCsL25X2ggCgqWG2eYPWpZk9N/P/EEo2mwlP qTkAn3yM7oAdooW38xv+/wsoDlaMTOSA =fej8 -----END PGP SIGNATURE-----
participants (2)
-
Brandon S Allbery KF8NH
-
Daniel Goldin