<div dir="ltr">This has less to do with xmonad than with your display manager session; an xmonad session will be xmonad itself, not all the stuff that comes with Gnome. And simply using a Gnome compatibility config won't cause Ubuntu login to start a Gnome session with xmonad for you.<div><br></div><div>This is complicated by Gnome 3 being incompatible with alternative window managers; most of its functionality is in gnome-shell, including the window manager component, and you can't replace the window manager without ditching gnome-shell entirely. The Gnome developers have no intention of changing this. You may be able to run gnome-panel standalone without it trying to start gnome-shell, but you have to do that separately. It's easier to do this with more component-oriented desktops like MATE and XFCE.</div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Oct 20, 2018 at 12:31 PM Steve Quezadas <<a href="mailto:steve@thestever.net">steve@thestever.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello, I got a new computer and install ubuntu to 18.04 (Bionic Beaver). <br>
When i login through xmonad, my ubuntu desktop environment disappears, <br>
it's all black. No wallpaper, no tray, no nothing. My xmonad.hs file is <br>
as follows:<br>
 > import XMonad<br>
 > import XMonad.Config.Desktop<br>
 ><br>
 > baseConfig = desktopConfig<br>
 ><br>
 > main = xmonad baseConfig<br>
 >    { modMask = mod4Mask }<br>
<br>
This config file worked with my previous version of ubuntu and now just <br>
loads a black screen. I can get into my terminal window by doing a <br>
mod-shift-enter and that's how I get around, but I would like to get <br>
back into the ubuntu tray (mod-p, for instance).<br>
<br>
I tried an alternative configuration on one of the wiki's to no avail.<br>
 > import XMonad import<br>
 > XMonad.Config.Gnome<br>
 ><br>
 > main = xmonad gnomeConfig<br>
<br>
Tried googling, checking the wiki's and going through the documentation <br>
to no avail.<br>
<br>
I am thinking maybe there's some error on the logs or something that I <br>
can check. or is there something that I'm doing that is obviously wrong?<br>
<br>
- Steve<br>
_______________________________________________<br>
xmonad mailing list<br>
<a href="mailto:xmonad@haskell.org" target="_blank">xmonad@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>brandon s allbery kf8nh</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a></div></div></div></div></div>