Closed raffaem closed 2 years ago
The terminal bell is maybe activated when the terminal is cleared or when the command is cleaned before entering the cd
command...
Maybe you can try some of the following solutions to disable it?
Also you may try to add the following line:
self._ui_terminal.set_audible_bell(False)
here:
https://github.com/flozz/nautilus-terminal/blob/master/nautilus_terminal/nautilus_terminal.py#L285
@raffaem I had the same problem. Simply deactivating auto-cut-user-input in the settings solved the problem for me.
@raffaem I had the same problem. Simply deactivating auto-cut-user-input in the settings solved the problem for me.
Hi.
What do you mean? What are the exact steps to follow to deactivate that option?
It is still happening with Fedora 35 Workstation
The terminal bell is maybe activated when the terminal is cleared or when the command is cleaned before entering the
cd
command...Maybe you can try some of the following solutions to disable it?
* https://www.cyberciti.biz/faq/how-to-linux-disable-or-turn-off-beep-sound-for-terminal/
Disabling the bell from a separate instance of GNOME Terminal does not fix the issue
Also you may try to add the following line:
self._ui_terminal.set_audible_bell(False)
here:
https://github.com/flozz/nautilus-terminal/blob/master/nautilus_terminal/nautilus_terminal.py#L285
This fixes the issue.
That line should be added by default.
→ Fix released in Nautilus Terminal v4.0.4 :)
Problem description
When I change folder in nautilus GUI, a sound is played every time. It didn't happen at all before I installed nautilus-terminal :)
Installation information
→ I installed from source, user-wide, latest git commit
→ Fresh install
→ No
System information