[xmonad] Re: Issue 328 in xmonad: RunOrRaise and dbus(?)
codesite-noreply at google.com
codesite-noreply at google.com
Tue Nov 3 20:35:22 EST 2009
Comment #1 on issue 328 by DoIT.ian: RunOrRaise and dbus(?)
http://code.google.com/p/xmonad/issues/detail?id=328
I also met a problem after upgrading GTK in ArchLinux, but is little
different. It is
resolved by invoking dbus-launch in .xinitrc and setup enviroment variable
DBUS_SESSION_BUS_ADDRESS correctly.
# D-bus
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval `dbus-launch --sh-syntax --exit-with-session`
fi
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the xmonad
mailing list