-
-
Notifications
You must be signed in to change notification settings - Fork 7
Play dialog-question sound upon dialog present #85
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
base: main
Are you sure you want to change the base?
Conversation
|
I guess 3863b34 means the |
|
Can anyone look at this PR (or maybe even the codebase/config/meson/settings etc) and tell me what I'm missing here? What happens is unless I also set It plays most other sounds from different sound themes if I specify them except for those it decides it doesn't want to. Interesting thing is, if I copy the I've downloaded the KDE neon Any ideas? Thanks! |
|
@vjr not sure if this solves your issues but we've been adding this canberragtk4 class in other projects: https://github.com/elementary/switchboard-plug-sound/blob/main/src/CanberraGtk4.vala |
This commit seems to get the sounds to play -> 1bee580 - hope it's an acceptable work around. |
|
@vjr this does not seem to honor the sound settings ("org.gnome.desktop.sound")? I think it should (Files for example does - see |
|
hi @jeremypw ! thanks for looking into this PR - are you saying i need to check if the |
jeremypw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks sane in principle but I could not get any sound when testing on a VM, although Files trash deletion, which uses similar code, does produce the expected sound. I tried a few things but so far no luck.
@jeremypw does your VM installation actually have a If the current OS packages do not include that file this PR simply wont play the sound (current/old behaviour) and when this file is included in the elementary sound theme package it will. |
|
@jeremypw i've attached the file in question for you to try, if you place it in |
|
@vjr I tried that with no success I am afraid (I had already tried changing the code to use the same sound as Files which I knew worked. I have checked that |
Yes, puzzling - see #85 (comment) and #85 (comment) - if you notice anything amiss? |
|
Note to self, see elementary/notifications#264 |
No description provided.