[xmonad] Problem running Xmonad

Fred Blasdel blasdelf at gmail.com
Mon Sep 22 06:20:04 EDT 2008


On Sun, Sep 21, 2008 at 10:52 PM, Arnaud Bailly <abailly at oqube.com> wrote:
>
>  - I do not have extra workspaces: mod + 1 ..9 does not work

What config are you using? That's where magic like that is bound.

>  - I do not have power management: just need suspend when lid is shutdown. I
> tried launching gnome-power-manager with gnome-settings-daemon but this does not
> work, reporting failure to connect to dbus

xmonad's parent process needs to be a part of a dbus. In your .xinitrc
or .xsession or wherever, use "dbus-launch xmonad". Then all the
processes that are children of xmonad (or whatever you execute with
dbus-launch) will be able to communicate via that session bus.

 -- Fred


More information about the xmonad mailing list