Skip to content

rhythmbox-client: flush dbus connection to send the 'quit' message before process exit

crvi requested to merge crvi/rhythmbox:rb-client-dbus-connection-flush into master

This was an issue in single core / uniprocessor / VMs, where rhythmbox-client process exits due to 'exit()' call, before the 'quit' message is sent to the rhythmbox instance.

Also refer: glib#2284 (closed)

Merge request reports