falkTX / Cadence

Collection of tools useful for audio production
GNU General Public License v2.0
368 stars 80 forks source link

Fallback to GLib DBus if Qt Dbus is not available #312

Closed fsantini closed 3 years ago

fsantini commented 3 years ago

In some distributions, dbus.mainloop.qt is not available and it is not easily installable (for example, there is no pip distribution providing it). However, the GLib mainloop provides the same functionality, if available.

This PR lets Cadence fall back to GLib dbus if the Qt dbus implementation is not available.

falkTX commented 3 years ago

Makes sense, thanks!