Skip to content

No sound on desktop notifications anymore ? #2671

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

Open
abdelba opened this issue May 1, 2025 · 1 comment · May be fixed by #2678
Open

No sound on desktop notifications anymore ? #2671

abdelba opened this issue May 1, 2025 · 1 comment · May be fixed by #2678
Labels
enhancement New feature or request good first issue Good for newcomers platform: linux Linux specific issues platform: macos macOS specific issues platform: windows Windows specific issues plugin: notification

Comments

@abdelba
Copy link

abdelba commented May 1, 2025

I'm currently working with Tauri v2, and I'm trying to send notifications with sound on desktop platforms (macOS, Windows, etc.).

From the v1 documentation, it's clear that we could set a sound option for notifications:

The sound file to play when the notification is shown.

However, in the v2 documentation, the sound option is explicitly noted as:

The sound resource name. Only available on mobile.

It seems that this functionality was either removed or not yet implemented for desktop in v2.

  • Is there a plan to bring back desktop notification sounds support in v2?
  • If not, could it be considered for a future release?

Thanks for the amazing work on Tauri!

@FabianLars
Copy link
Member

Oh damn. In alpha times we planned to bring this back before stable but completely lost track of it. This should be relatively easy to bring back since notify-rust has sound support and it should look quite similar to the v1 impl so probably a straight forward port.

@FabianLars FabianLars transferred this issue from tauri-apps/tauri May 1, 2025
@FabianLars FabianLars added enhancement New feature or request good first issue Good for newcomers platform: macos macOS specific issues plugin: notification platform: linux Linux specific issues platform: windows Windows specific issues labels May 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers platform: linux Linux specific issues platform: macos macOS specific issues platform: windows Windows specific issues plugin: notification
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants