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

[odin beta] No terminal bell any more #596

Closed
gvansanden opened this issue Jun 11, 2021 · 6 comments · Fixed by #740
Closed

[odin beta] No terminal bell any more #596

gvansanden opened this issue Jun 11, 2021 · 6 comments · Fixed by #740

Comments

@gvansanden
Copy link

What Happened

I ran ping -a in the new odin terminal and there was no sound

Expected Behavior

The terminal bell should be heard to indicate that the server is up (it sends the bell character).
If the bell is disabled by default, a toggle to turn it back on would be nice

Steps to Reproduce

  1. Open a terminal
  2. ping -a a server that is up

Logs

Platform Information

  • Elementary OS 6 (updated to 20210611)
@ryonakano ryonakano transferred this issue from elementary/greeter Jun 11, 2021
@jeremypw
Copy link
Collaborator

There is a setting io/elementary/terminal/settings/audible-bell that defaults to false. You need to change this to get the terminal bell. You can do this either with dconf-editor or at the command line with gsettings set io.elementary.terminal.settings audible-bell true

@jeremypw
Copy link
Collaborator

It could be argued that since it is supported, this setting should be exposed in the UI.

@jeremypw
Copy link
Collaborator

jeremypw commented Oct 21, 2023

A complication of this is that the settings org/gnome/desktop/wm/preferences/audible-bell, org.gnome.desktop.sound/event-sounds and org/gnome/desktop/wm/preferences/visual-bell also influence whether the Terminal bell setting has any noticeable effect.

@jeremypw
Copy link
Collaborator

@danirabbit Think more on it, is it necessary to have a separate setting for audible bell in Terminal? We can already control this globally in in System Settings/Sound.

@danirabbit
Copy link
Member

@jeremypw i remember we added a separate option here because the bell sound was particularly obnoxious in terminal for some reason. I don't remember the specifics, it's worth looking at again probably since it's been years

@jeremypw
Copy link
Collaborator

@danirabbit OK, I'll leave the PR up for review then. To keep it simple, it does not try to reflect the state of other settings - the text just notes "subject to system settings".

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

Successfully merging a pull request may close this issue.

3 participants