<div dir="ltr">Hi Alexander, latest xmonad is version is 0.12 which was released quite a while ago, it's strange Mint didn't pick the latest.<div><br></div><div>Can you try installing xmonad-contrib as follows? I found this in here: <a href="http://xmonad.org/intro.html">http://xmonad.org/intro.html</a></div><div><pre style="color:rgb(0,0,0)">     cabal install xmonad-contrib --flags="-use_xft"</pre><pre><font face="arial, sans-serif"><span style="white-space:normal">If that fails.. try to install X11 with cabal and not with apt-get (cabal install X11</span></font><span style="color:rgb(0,0,0);font-family:arial,sans-serif"> --flags="-use_xft"</span><span style="white-space:normal;font-family:arial,sans-serif">).</span><br></pre></div><div>I would recommend compiling xmonad from source with cabal to get xmonad 0.12, you need darcs for that (just execute "cabal install darcs"). Then you would use darcs to get the sources like this:</div><div><br></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:12px">     darcs get <a href="http://code.haskell.org/xmonad">http://code.haskell.org/xmonad</a></span><br style="color:rgb(0,0,0);font-family:monospace;font-size:12px"><span style="color:rgb(0,0,0);font-family:monospace;font-size:12px">     darcs get <a href="http://code.haskell.org/XMonadContrib">http://code.haskell.org/XMonadContrib</a></span><br></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:12px"><br></span></div><div>When you want to compile the downloaded sources, you just execute "cabal install" inside each of the folders (first xmonad and then XMonadContrib).</div><div><br></div><div>I also tried to run xmonad with Cinnamon once but they have their own window manager, it seems it's coupled with the desktop environment. I asked if there were efforts to separate the WM like a year ago but got no response from the authors.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-01 8:45 GMT-06:00 Alexander Genaud <span dir="ltr"><<a href="mailto:alex@genaud.net" target="_blank">alex@genaud.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" target="_blank">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).<span class=""><br><br><br>> Sorry, but could you describe exactly what are the problems you encountered?<br><div><br></div></span><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>
<br>_______________________________________________<br>
xmonad mailing list<br>
<a href="mailto:xmonad@haskell.org">xmonad@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad</a><br>
<br></blockquote></div><br></div>