blueprint-freespeech / ricochet-refresh

Anonymous peer-to-peer instant messaging
https://www.ricochetrefresh.net
Other
157 stars 27 forks source link

Sound notifications not working #147

Open 1iqu1dsnake opened 2 years ago

1iqu1dsnake commented 2 years ago

I've been trying to figure this out for a while and I've checked my system sound settings and everything is ok there but I can't seem to get the sound notifications working with ricochet refresh version 3.0.10 I'm running MX Linux based on the current Debian stable bullseye 11.3 I believe it is. Has this been an issue for a while or is this a new issue? Anyone else having this problem?

pospeselr commented 2 years ago

Well what do you know, audio notifications aren't working for me either (3.0.11)

pospeselr commented 2 years ago

I suspect this was introduced by the switch to cmake somehow.

m-simonelli commented 2 years ago

QT, sigh - I'll look into this over the coming days, it might just be a missing libQtQuick* something or rather

1iqu1dsnake commented 2 years ago

@m-simonelli , that could be it. Hope you get it worked out. If you get it working on your end, let me know so I can test it on mine please. Thanks!

1iqu1dsnake commented 1 year ago

I have noticed that in the most recent version, 3.0.13, the sound notifications still aren't working. It would be nice to know when I'm getting a message. At the least, even a silent pop up chat bubble would be sufficient. Please address and fix this issue thanks!

pospeselr commented 8 months ago

So the recent update to Qt 5.15.11 gives a lead on this thanks to a helpful error message:

qrc:/ui/AudioNotifications.qml:2:1: module "QtMultimedia" is not installed

Is probably because we are not building QtMultimedia plugin in https://github.com/blueprint-freespeech/ricochet-build/blob/main/projects/qt/build

pospeselr commented 8 months ago

Probably need to ad the -pulseaudio flag and install the pulseaudio dev package: