Details
-
Suggestion
-
Resolution: Done
-
P2: Important
-
4.8.4, 5.3.0
-
None
-
All Debian or Ubuntu based distibutions.
-
85f4b81
Description
When pulseaudio is initialised by QMultimedia framework and no pulseaudio is instaled it hangs.
F.e on that code:
QAudioDeviceInfo::availableDevices(QAudio::AudioOutput);
Unfortunately under all Debian/Ubuntu based distros the framework is tided to pulseaudio so when user uninstalls pulse, apps related to framework hang.
If code above could just return empty list of devices than wait infinitely for pulseaudio.