Skip to content

Avoid crashing on startup if DBus isn't running

I am trying to run Gwenview on a minimal FreeBSD CHERI-RISC-V QEMU instance and I haven't got DBus running. Without this change Gwenview crashes because QDBusConnection::sessionBus().interface() returns NULL.

Merge request reports