<div dir="ltr"><div><div><div><div><div><div><div>Thanks for all the suggestions. Having had great success with Gnome2-fallback in the past, I decided to try Mate out again with the latest xmonad-contrib (is that what everyone means by latest xmonad from darcs?).<br><br>I started with a fresh install of Linux Mint 17.1 with Mate, updated, etc. I installed xmonad and cabal-install. I was not able to install xmonad-contrib (command line details below). Any suggestions?<br><br>Additionally, I have the most basic xmonad.hs file, yet cannot re-compile (Could not find package 'XMonad'). The xmonad-contrib is not available via Mint's apt-get.<br><br></div><div>Mint's xmonad.desktop file is nearly identical to the config described here: <a href="https://wiki.haskell.org/Xmonad/Using_xmonad_in_MATE">https://wiki.haskell.org/Xmonad/Using_xmonad_in_MATE</a> . However, the dconf suggestion does not work. Selecting 'Xmonad' from the GUI Login displays the GHC/xmonad --recompile error again and otherwise presents a blank xmonad session. I have no terminal, probably because I cannot compile 'terminal = "mate-terminal"' in xmonad.hs. Alt-Shift-Q works: logout. Selecting 'gnome-xmonad.desktop' is equally useless (though technically working).<br><br><br>> Sorry, but could you describe exactly what are the problems you encountered?<br><div><br></div><div>With
 XFCE, I was able to get a semi-working system from a freshly installed Xubuntu. In a vanilla XFCE session, 'xmonad --replace' from the command line seems to work. But I could not start a fresh 
session with Xmonad. At best, the panel would not display (although it 
was running) and there would be a blank/transparent tile. I removed most
 Mate keyboard shortcuts, yet Meta-Shift-Return only sometimes opened a 
terminal.<br><br></div><div>I was not able to get Cinnamon to work at all -- I don't recall the specific issues.<br><br></div><div>I don't recall my earlier issues with Mint/Mate, but I've described several issues above and some command line details below.<br></div><div><br></div><br></div><div><br># apt-get install xmonad cabal-install<br><br># xmonad --version<br>xmonad 0.11<br><br># cabal --version<br>cabal-install version 1.16.0.2<br>using version 1.16.0 of the Cabal library<br><br># cabal install xmonad-contrib<br>Resolving dependencies...<br>Configuring X11-1.6.1.2...<br>...etc...<br>checking X11/extensions/Xinerama.h usability... no<br>checking X11/extensions/Xinerama.h presence... no<br>checking for X11/extensions/Xinerama.h... no<br>WARNING: Xinerama headers not found. Building without Xinerama support<br>checking X11/extensions/Xrandr.h usability... no<br>checking X11/extensions/Xrandr.h presence... no<br>checking for X11/extensions/Xrandr.h... no<br>configure: error: X11/extensions/Xrandr.h (from libXrandr) is required<br>Failed to install X11-1.6.1.2<br>cabal: Error: some packages failed to install:<br>X11-1.6.1.2 failed during the configure step. The exception was:<br>ExitFailure 1<br>X11-xft-0.3.1 depends on X11-1.6.1.2 which failed to install.<br>xmonad-0.11 depends on X11-1.6.1.2 which failed to install.<br>xmonad-contrib-0.11.3 depends on X11-1.6.1.2 which failed to install.<br><br>The following did not help<br># apt-get install xorg xinerama, libXrandr, X11-utils, etc<br><br># Xorg -version<br>X.Org X Server 1.15.1<br>Release Date: 2014-04-13<br><br><br></div>$ cat xmonad.hs<br></div>import XMonad<br></div>main = xmonad defaultConfig { modMask = mod4Mask }<br><br><br></div>$ xmonad --recompile; cat xmonad.errors<br></div>xmonad.hs:1:8<br></div>Could not find module 'XMonad'<br></div><div>... etc ...<br></div><div><div><div><div><div><div><div><br><br></div><div># apt-get install dconf-cli<br>$ dconf read /org/mate/session/required-components/windowmanager</div><div>(nothing)<br><br>$ dconf write /org/mate/session/required-components/windowmanager xmonad<br></div><div>error: 0-6:unknown keyword<br><br><br><br></div></div></div></div></div></div></div></div>