[GH-ISSUE #13057] feat: option to always play the notification sound #16799

Closed
opened 2026-04-19 22:37:41 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @MartinLoeper on GitHub (Apr 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13057

Check Existing Issues

  • I have searched the existing issues and discussions.

Problem Description

There is this cool notification sound feature which is described as follows:

Chat Completion Notifications: Stay updated with instant in-UI notifications when a chat finishes in a non-active tab, ensuring you never miss a completed response.

On Linux under wayland, google-chrome does not properly detect whether a window is inactive. Thus, the cool notification sound is never played.

Desired Solution you'd like

It would be great to have an option to always play the notification sound - no matter whether the tab is active or not.

Alternatives Considered

There is really nothing I can do right now besides considering (a) using x11 instead of wayland or (b) using another browser. I found no way to make google-chrome register whether it is on an active workspace or not. It always thinks that it is the active window.

Additional Context

No response

Originally created by @MartinLoeper on GitHub (Apr 19, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/13057 ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### Problem Description There is this cool notification sound feature which is described as follows: > Chat Completion Notifications: Stay updated with instant in-UI notifications when a chat finishes in a non-active tab, ensuring you never miss a completed response. On Linux under wayland, google-chrome does not properly detect whether a window is inactive. Thus, the cool notification sound is never played. ### Desired Solution you'd like It would be great to have an option to always play the notification sound - no matter whether the tab is active or not. ### Alternatives Considered There is really nothing I can do right now besides considering (a) using x11 instead of wayland or (b) using another browser. I found no way to make google-chrome register whether it is on an active workspace or not. It always thinks that it is the active window. ### Additional Context _No response_
Author
Owner

@Classic298 commented on GitHub (Apr 19, 2025):

hmm could be realized with a user setting in the interface settings

<!-- gh-comment-id:2816681162 --> @Classic298 commented on GitHub (Apr 19, 2025): hmm could be realized with a user setting in the interface settings
Author
Owner

@MartinLoeper commented on GitHub (Apr 19, 2025):

I switched to firefox just for open-webui for now. If it is really only me experiencing this issue after all, feel free to close this issue somewhen. Just wanted to know your guys' thoughts on this.

<!-- gh-comment-id:2816681573 --> @MartinLoeper commented on GitHub (Apr 19, 2025): I switched to firefox just for open-webui for now. If it is really only me experiencing this issue after all, feel free to close this issue somewhen. Just wanted to know your guys' thoughts on this.
Author
Owner

@MartinLoeper commented on GitHub (Apr 19, 2025):

I consider implementing this myself and PR it. Could someone quickly point out where to find the function which plays the notification sound?

<!-- gh-comment-id:2816694596 --> @MartinLoeper commented on GitHub (Apr 19, 2025): I consider implementing this myself and PR it. Could someone quickly point out where to find the function which plays the notification sound?
Author
Owner

@Classic298 commented on GitHub (Apr 19, 2025):

Sorry I don't know but try searching the repository for notification in the search. GitHub search is pretty poweful in a sense that it allows you to search all files content

<!-- gh-comment-id:2816765770 --> @Classic298 commented on GitHub (Apr 19, 2025): Sorry I don't know but try searching the repository for notification in the search. GitHub search is pretty poweful in a sense that it allows you to search all files content
Author
Owner

@tjbck commented on GitHub (Apr 20, 2025):

Addressed with f4de3b4c45f2ab595bae6ad02314520f71d177db!

<!-- gh-comment-id:2817018024 --> @tjbck commented on GitHub (Apr 20, 2025): Addressed with f4de3b4c45f2ab595bae6ad02314520f71d177db!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#16799