You are not logged in.
I can't seem to get xmonad-darcs to work with GDM. I copied the xmonad.hs from the wiki. After I login to xmonad, GDM disappears (the background stays the same) and nothing happens. Mod-shift-return doesn't start a terminal and the cursor isn't displayed. Has anyone had the same experience?
Last edited by KRTac (2010-03-17 19:37:04)
Offline
If you have compiled your xmonad.hs, maybe it has been running normally!
You can test it by modifying your xmonad.hs as below to see if roxterm starts, then:
%xmonad --recompile
%xmonad --restart
myStartupHook :: X ()
myStartupHook = do {
spawn "roxterm";
--spawn "lxpanel";
}
xmonad $ defaultConfig
{ borderWidth = 1
.......
, startupHook = myStartupHook
.......
}e^(π⋅i) + 1 = 0
Offline
do you start it from /usr/share/xsessions ?
also, when this problem occurs, switch to tty1 and see what this returns
ps aux | grep xmonadOffline
OK, false alarm. It works fine. The terminal opens fine. Thanks.
Offline