
4 Nov
2009
4 Nov
'09
1:35 a.m.
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