
So I'd like to be Xmonad to replace metacity in gnome. I've read (and tried) the instructions over at: http://xmonad.org/gnome.html which is a great write-up. Unfortunately however, I just can't get it to fly with gnome. setting WINDOW_MANGER="/home/jevin/bin/xmonad" gets me gnome + xmonad but the gnome-panel is why weird on workspace 1 and simply does not appear on the other workspaces. Attached is the result. My xmonad.hs: import XMonad main = do xmonad defaultConfig { defaultGaps = [(24,0,0,0)] , borderWidth = 2 , normalBorderColor = "#222222" , focusedBorderColor = "#6666ff" , terminal = "gnome-terminal" } Also, the gnome-panel not longer seems to be included in the manageHook anymore. Jevin -- Jevin Maltais [jevin@techie.com] http://jevy.org

On Dec 29, 2007, at 23:47 , Jevin Maltais wrote:
So I'd like to be Xmonad to replace metacity in gnome. I've read (and tried) the instructions over at: http://xmonad.org/gnome.html which is a great write-up. Unfortunately however, I just can't get it to fly with gnome.
setting WINDOW_MANGER="/home/jevin/bin/xmonad" gets me gnome + xmonad but the gnome-panel is why weird on workspace 1 and simply does not appear on the other workspaces. Attached is the result.
The instructions are out of date; use the EwmhDesktops extension if you want to run a panel or dock, whether Gnome, KDE, or standalone. (defaultGaps and the manageHook were a bit of a hack and broke if e.g. the panel tried to display a dialog box; EwmhDesktops does it correctly.) -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH

allbery:
On Dec 29, 2007, at 23:47 , Jevin Maltais wrote:
So I'd like to be Xmonad to replace metacity in gnome. I've read (and tried) the instructions over at: http://xmonad.org/gnome.html which is a great write-up. Unfortunately however, I just can't get it to fly with gnome.
setting WINDOW_MANGER="/home/jevin/bin/xmonad" gets me gnome + xmonad but the gnome-panel is why weird on workspace 1 and simply does not appear on the other workspaces. Attached is the result.
The instructions are out of date; use the EwmhDesktops extension if you want to run a panel or dock, whether Gnome, KDE, or standalone. (defaultGaps and the manageHook were a bit of a hack and broke if e.g. the panel tried to display a dialog box; EwmhDesktops does it correctly.)
Can someone familiar with gnome either update that document, or move its contents to the wiki, so it can be updated by others, then? -- Don

On Jan 3, 2008, at 14:40 , Don Stewart wrote:
allbery:
On Dec 29, 2007, at 23:47 , Jevin Maltais wrote:
The instructions are out of date; use the EwmhDesktops extension if you want to run a panel or dock, whether Gnome, KDE, or standalone. \
I should mention this was only half right; also need ManageDocks extension. (What can I say, I don't run Gnome, nor do I run fancy panels in xmonad :) -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH

I would be happy to write the update. The only issue is that I still
don't have it working properly! I seems like something is taking over
the desktop. Anything launched with dmenu flashes onto the screen but
disappears. I can see it in Gnome's workspace thumbnail but not on
the screen. If I change to workspace two or three, I can control
windows no problems. Really weird. Any ideas?
I have basically done the configs specified for both EwmhDesktops and
ManageDocks.
Again, I get this working, I will make a patch (or a wiki page?) for
the xmonad.org/gnome.html.
Cheers,
Jevin
On Jan 3, 2008 2:40 PM, Don Stewart
allbery:
On Dec 29, 2007, at 23:47 , Jevin Maltais wrote:
So I'd like to be Xmonad to replace metacity in gnome. I've read (and tried) the instructions over at: http://xmonad.org/gnome.html which is a great write-up. Unfortunately however, I just can't get it to fly with gnome.
setting WINDOW_MANGER="/home/jevin/bin/xmonad" gets me gnome + xmonad but the gnome-panel is why weird on workspace 1 and simply does not appear on the other workspaces. Attached is the result.
The instructions are out of date; use the EwmhDesktops extension if you want to run a panel or dock, whether Gnome, KDE, or standalone. (defaultGaps and the manageHook were a bit of a hack and broke if e.g. the panel tried to display a dialog box; EwmhDesktops does it correctly.)
Can someone familiar with gnome either update that document, or move its contents to the wiki, so it can be updated by others, then?
-- Don
-- Jevin Maltais [jevin@techie.com] http://jevy.org

I started on an xmonad 0.5 + gnome. Open to feedback.
http://haskell.org/haskellwiki/Xmonad/Using_xmonad_in_Gnome
On Jan 3, 2008 5:53 PM, Jevin Maltais
I would be happy to write the update. The only issue is that I still don't have it working properly! I seems like something is taking over the desktop. Anything launched with dmenu flashes onto the screen but disappears. I can see it in Gnome's workspace thumbnail but not on the screen. If I change to workspace two or three, I can control windows no problems. Really weird. Any ideas?
I have basically done the configs specified for both EwmhDesktops and ManageDocks.
Again, I get this working, I will make a patch (or a wiki page?) for the xmonad.org/gnome.html.
Cheers, Jevin
On Jan 3, 2008 2:40 PM, Don Stewart
wrote: allbery:
On Dec 29, 2007, at 23:47 , Jevin Maltais wrote:
So I'd like to be Xmonad to replace metacity in gnome. I've read (and tried) the instructions over at: http://xmonad.org/gnome.html which is a great write-up. Unfortunately however, I just can't get it to fly with gnome.
setting WINDOW_MANGER="/home/jevin/bin/xmonad" gets me gnome + xmonad but the gnome-panel is why weird on workspace 1 and simply does not appear on the other workspaces. Attached is the result.
The instructions are out of date; use the EwmhDesktops extension if you want to run a panel or dock, whether Gnome, KDE, or standalone. (defaultGaps and the manageHook were a bit of a hack and broke if e.g. the panel tried to display a dialog box; EwmhDesktops does it correctly.)
Can someone familiar with gnome either update that document, or move its contents to the wiki, so it can be updated by others, then?
-- Don
-- Jevin Maltais [jevin@techie.com] http://jevy.org
-- Jevin Maltais [jevin@techie.com] http://jevy.org

Is this in a good enough state to redirect the link from xmonad.org to? Perhaps add the images inline used in the original article? jevin:
I started on an xmonad 0.5 + gnome. Open to feedback.
http://haskell.org/haskellwiki/Xmonad/Using_xmonad_in_Gnome
On Jan 3, 2008 5:53 PM, Jevin Maltais
wrote: I would be happy to write the update. The only issue is that I still don't have it working properly! I seems like something is taking over the desktop. Anything launched with dmenu flashes onto the screen but disappears. I can see it in Gnome's workspace thumbnail but not on the screen. If I change to workspace two or three, I can control windows no problems. Really weird. Any ideas?
I have basically done the configs specified for both EwmhDesktops and ManageDocks.
Again, I get this working, I will make a patch (or a wiki page?) for the xmonad.org/gnome.html.
Cheers, Jevin
On Jan 3, 2008 2:40 PM, Don Stewart
wrote: allbery:
On Dec 29, 2007, at 23:47 , Jevin Maltais wrote:
So I'd like to be Xmonad to replace metacity in gnome. I've read (and tried) the instructions over at: http://xmonad.org/gnome.html which is a great write-up. Unfortunately however, I just can't get it to fly with gnome.
setting WINDOW_MANGER="/home/jevin/bin/xmonad" gets me gnome + xmonad but the gnome-panel is why weird on workspace 1 and simply does not appear on the other workspaces. Attached is the result.
The instructions are out of date; use the EwmhDesktops extension if you want to run a panel or dock, whether Gnome, KDE, or standalone. (defaultGaps and the manageHook were a bit of a hack and broke if e.g. the panel tried to display a dialog box; EwmhDesktops does it correctly.)
Can someone familiar with gnome either update that document, or move its contents to the wiki, so it can be updated by others, then?
-- Don
-- Jevin Maltais [jevin@techie.com] http://jevy.org
-- Jevin Maltais [jevin@techie.com] http://jevy.org

We could redirect the link from the main site but I'd like feedback
from those actually using gnome right now! Chime in peoples! What's
your config? What issues did you experience when you were trying to
get gnome + xmonad setup?
Jevin
On Jan 6, 2008 4:39 PM, Don Stewart
Is this in a good enough state to redirect the link from xmonad.org to? Perhaps add the images inline used in the original article?
jevin:
I started on an xmonad 0.5 + gnome. Open to feedback.
-- Jevin Maltais [jevin@techie.com] http://jevy.org

On Jan 6, 2008 10:46 PM, Jevin Maltais
We could redirect the link from the main site but I'd like feedback from those actually using gnome right now! Chime in peoples! What's your config? What issues did you experience when you were trying to get gnome + xmonad setup?
That's pretty much what I did. If I didn't know any better, i would say some of that was taken from my config in the config archive. +1 for Issue specific recipes. -Yaakov
participants (4)
-
Brandon S. Allbery KF8NH
-
Don Stewart
-
Jevin Maltais
-
Yaakov Nemoy