Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sound notifications not working #147

Open
Tracked by #186
1iqu1dsnake opened this issue Apr 13, 2022 · 7 comments
Open
Tracked by #186

Sound notifications not working #147

1iqu1dsnake opened this issue Apr 13, 2022 · 7 comments
Assignees
Labels
bug Something isn't working build build system related issue linux Linux specific issue

Comments

@1iqu1dsnake
Copy link

1iqu1dsnake commented Apr 13, 2022

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?

@morganava morganava added the linux Linux specific issue label Apr 14, 2022
@morganava
Copy link
Collaborator

morganava commented Apr 14, 2022

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

@morganava morganava self-assigned this Apr 14, 2022
@morganava morganava added the bug Something isn't working label Apr 14, 2022
@morganava
Copy link
Collaborator

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

@morganava morganava added the build build system related issue label Apr 15, 2022
@m-simonelli
Copy link

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

@1iqu1dsnake
Copy link
Author

@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
Copy link
Author

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!

@morganava
Copy link
Collaborator

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

@morganava
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build build system related issue linux Linux specific issue
Projects
None yet
Development

No branches or pull requests

3 participants