-
Notifications
You must be signed in to change notification settings - Fork 5
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
Launching hyprnotify on hyprland start causes System to loose Audio #2
Comments
Sorry for the late reply, I am kinda busy in exams stuff. I could replicate your issue on I am not familiar with audio stuff, so I won't be able to help with the latter. As for the former, I will try some configurations if I find free time. I am unfortunately preoccupied with exams till the 26th this month. If you want to hack on it yourself, I will give some context below: The audio setup is present in On startup, if After initial setup, Side note: I have realized recently that |
I have been on and off poking at this problem for the past couple days, and have somewhat solved it. It can workWhen I downloaded the code and ran it I noticed that it... work? It threw some errors, but worked, showing up in the mixer and everything, and so did the packaged version too. After a bunch of trial and error I was able to distill it down to a certain sequence:
If successful (and launched in terminal instead of hyprctl disptach) you will get: The error message does not give much of a hint, the error is associated with audio not working, not with it suddenly working. The message does give the precise line in alsa-lib, but that one doesn't give much of a hint either... Installing
|
Thanks for your investigation. I recently tried reproducing the bug but couldn't. I only have Try out this patch or directly try the branch If this doesn't work I will try switching to |
Also, could you share more details on |
After starting into Hyprland I had no Audio from, anything.
Pavucontrol (and software like Discord/Vesktop) show no input device and only dumy output.
Except notifications still play a sound, and when I killed hyprnotify it restore sound immediatly.
Launching hyprnotify through a terminal will result in Audio being retained, sort of, as the audio starts glitching, notifications are not reliable.
My guess this is Hyprnotify is taking over the Audio device. I am kind of too tired right now to tired to look into the code or even triage further for today.
I have pipewire-pulse and alsa-lib installed, I feel like that could be the culprit.
PS: As a workaround hyprnotify --silent works
The text was updated successfully, but these errors were encountered: