Re: [xmonad] xmonad 0.9 on ubuntu 9.10

I tried that and it seems xmonad was running i.e. windows weren't decorated, but they didn't fill tile across the screen and had their usual gnome size. Scuz wrote:
I used the windowmanager gconf setting and its works fine for me. Can't remember what it is offhand but its in the guide for using with gnome.
-Ryan Souza
On Wed, Nov 18, 2009 at 4:32 PM, Tony Morris
wrote: Sorry that's what I meant.
Spencer Janssen wrote:
On Thu, Nov 19, 2009 at 10:08:19AM +1000, Tony Morris wrote:
Hello, I am trying to get xmonad running on ubuntu 9.10 per http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_in_Gnome#Ubuntu_Karmi...
I have set the WINDOW_MANAGER in ~/.gnomerc but when gnome starts I get a background screen, no gnome panel/menu and no ability to use xmonad keys (e.g. CTRL-mod-enter does not start a terminal).
I have tried other methods mentioned on the link above and encountered no to poor success.
Any hints?
CTRL-mod-enter isn't an xmonad keybinding, mod-shift-enter is the key binding for a terminal. Other than that, I'm not sure what the problem might be.
Cheers, Spencer Janssen _______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
-- Tony Morris http://tmorris.net/
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
-- Tony Morris http://tmorris.net/

On Thu, Nov 19, 2009 at 12:01:17PM +1000, Tony Morris wrote:
I tried that and it seems xmonad was running i.e. windows weren't decorated, but they didn't fill tile across the screen and had their usual gnome size.
Actually, this sounds more like no window manager at all running. Is xmonad in your path? Is the executable or your xmonad.hs damaged in some way?

I took another look. I can load xmonad.hs in ghci just fine. The PATH is set fine in ~/.profile. xmonad.hs never compiles, no matter which method I use (i.e. there is nothing but xmonad.hs in ~/.xmonad). This is a fresh install of ubuntu 9.10. There is nothing in ~/.xsession-errors to suggest that xmonad was even tried. Spencer Janssen wrote:
On Thu, Nov 19, 2009 at 12:01:17PM +1000, Tony Morris wrote:
I tried that and it seems xmonad was running i.e. windows weren't decorated, but they didn't fill tile across the screen and had their usual gnome size.
Actually, this sounds more like no window manager at all running. Is xmonad in your path? Is the executable or your xmonad.hs damaged in some way? _______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
-- Tony Morris http://tmorris.net/

I have managed to get xmonad running, however, I have to manually start it rather than being used as the default WM. Setting .~/.gnomerc doesn't make a difference. Any tips in this regard? So close! Tony Morris wrote:
I took another look. I can load xmonad.hs in ghci just fine. The PATH is set fine in ~/.profile. xmonad.hs never compiles, no matter which method I use (i.e. there is nothing but xmonad.hs in ~/.xmonad). This is a fresh install of ubuntu 9.10. There is nothing in ~/.xsession-errors to suggest that xmonad was even tried.
Spencer Janssen wrote:
On Thu, Nov 19, 2009 at 12:01:17PM +1000, Tony Morris wrote:
I tried that and it seems xmonad was running i.e. windows weren't decorated, but they didn't fill tile across the screen and had their usual gnome size.
Actually, this sounds more like no window manager at all running. Is xmonad in your path? Is the executable or your xmonad.hs damaged in some way? _______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
-- Tony Morris http://tmorris.net/

Hi Tony and others,
I have managed to get xmonad running, however, I have to manually start it rather than being used as the default WM. Setting .~/.gnomerc doesn't make a difference.
Any tips in this regard? So close!
Configuring gnome to use xmonad as WM worked for me (Ubuntu 9.10) without problems by running gconftool-2 -s /desktop/gnome/session/required_components/windowmanager xmonad --type string as suggested on http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_in_Gnome Sven

That's precisely what I did, but xmonad won't start itself. I have to manually start it at a terminal. Sven Hartenstein wrote:
Hi Tony and others,
I have managed to get xmonad running, however, I have to manually start it rather than being used as the default WM. Setting .~/.gnomerc doesn't make a difference.
Any tips in this regard? So close!
Configuring gnome to use xmonad as WM worked for me (Ubuntu 9.10) without problems by running
gconftool-2 -s /desktop/gnome/session/required_components/windowmanager xmonad --type string
as suggested on http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_in_Gnome
Sven
-- Tony Morris http://tmorris.net/

Sorry, Tony, I only now see that you want to use xmonad 0.9. I use the xmonad version that comes with Ubuntu 9.10 (0.8.1), not 0.9, so my last post might not help you (?). Sven * Sven Hartenstein wrote:
Hi Tony and others,
I have managed to get xmonad running, however, I have to manually start it rather than being used as the default WM. Setting .~/.gnomerc doesn't make a difference.
Any tips in this regard? So close!
Configuring gnome to use xmonad as WM worked for me (Ubuntu 9.10) without problems by running
gconftool-2 -s /desktop/gnome/session/required_components/windowmanager xmonad --type string
as suggested on http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_in_Gnome
Sven _______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
participants (3)
-
Spencer Janssen
-
Sven Hartenstein
-
Tony Morris