Issue 328 in xmonad: RunOrRaise and dbus(?)

Status: New Owner: ---- New issue 328 by grapescan: RunOrRaise and dbus(?) http://code.google.com/p/xmonad/issues/detail?id=328 What steps will reproduce the problem? 1. Set some bindings like this: ("M-t", runOrRaise "transmission" (className =? "Transmission")) or ("M-w", runOrRaise "firefox" (className =? "Shiretoko")) 2. Try to run these programs with created shortcuts 3. Try to run these programs without created shortcuts (i.e. from terminal or gmrun) What is the expected output? What do you see instead? Starting from terminal or gmrun looks fine while using shortcuts causes strange behavior. Firefox complains about connecting to session: "/usr/bin/dbus-launch terminated abnormally without any error message". Transmission doesn't want to open torrents from Firefox (torrents opened with Transmission from web-browser). It says something like "Transmission is already started." What version of the product are you using? On what operating system? I use actual version of ArchLinux. I checked dbus packages - they seem to be OK. Packages xmonad-darcs and xmonad-contrib-darcs built a few weeks ago. Attachments: xmonad.hs 5.3 KB -- 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

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

Comment #2 on issue 328 by jordan.m...@saynotolinux.com: RunOrRaise and dbus(?) http://code.google.com/p/xmonad/issues/detail?id=328 That fixes it for firefox, but I still have issues with file-roller and truecrypt when launched from dmenu. -- 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

Updates: Status: WontFix Comment #3 on issue 328 by wirtwo...@gmail.com: RunOrRaise and dbus(?) http://code.google.com/p/xmonad/issues/detail?id=328 Since this is very old and hasn't had further comment, I'm marking it won't fix for now. Feel free to re-open with more information.
participants (1)
-
codesite-noreply@google.com