Brad Hubbard wrote:
Is this expected?
It's new in f22 AFAICT.
$ kdialog --title "Test" --passivepopup "Test" 2 kdialog(10183)/kdeui (kdelibs): Session bus not found To circumvent this problem try the following command (with Linux and bash) export $(dbus-launch) KCrash: Application 'kdialog' crashing...
It's not expected that your kde login not have an active dbus session. If that's really the case, hardly anything will work.
To verify, does this return anything useful? $ echo $DBUS_SESSION_BUS_ADDRESS
it should return something like: DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-yC5KUykdT
I guess it's also arguable that kdialog should fail more gracefully than crash in that situation too.
-- Rex