[arch-general] fluxbox with dbus session freezes.
Hi, I don't use d-bus much, since I don't use desktop environments and I tend to use light and configured things like autofs, fluxbox itself and the like. On my x86-64 machine running under arch-linux, I tried starting dbus sessions prior to executing fluxbox as follows: dbuslaunch="`which dbus-launch 2>/dev/null`" if [ -n "$dbuslaunch" ] && [ -x "$dbuslaunch" ] && [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then eval `$dbuslaunch --sh-syntax --exit-with-session` fi exec startfluxbox When running startx, it starts OK... Problem is if I leave X to do something in the console, and the same tty where I started the X session, and come back to X, fluxbox is already frozen. I opted for not starting the dbus session, or as I work around make sure when leaving X temporally, make sure nothing is done on the same tty where X started... Has anyone experienced the same? Thanks, -- Javier.
I have openbox frozen randomly, maybe the same: * application need dbus will report unable to find session(kmix etc) * openbox do not response to keybings any more * in the console, with export DISPLAY=:0, run xterm, no error report but no terminal window appreal in X I use exec ck-launch-session openbox, openbox-xdg-autostart to load ibus,kmix etc
participants (2)
-
Javier Vasquez
-
宋文武