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

Windows - Terminal bell sound not working #5931

Open
Figoware opened this issue Mar 13, 2022 · 1 comment
Open

Windows - Terminal bell sound not working #5931

Figoware opened this issue Mar 13, 2022 · 1 comment
Labels

Comments

@Figoware
Copy link

Describe the problem:
No audible sound even if terminal option set to Aubible.
Nohting in Windows sound mixer (if it could help)
Tested on 2 Windows 10, Tabby alpha 173

To Reproduce:
Settings, Terminal, Sound, set to Aubible.
Go to a terminal, use tab for completion: no sound

Change setting to "Visual": window shakes

@Figoware
Copy link
Author

Still not working with 1.0.181.

Console says:
AppData\Local\Programs\Tabby\resources\builtin-plugins\tabby-terminal\dist\index.js:16086 Uncaught (in promise) DOMException: The element has no supported sources.

...triggered by

if (this.config.store.terminal.bell === 'audible') {
                this.bellPlayer.play();
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant