Software⏱️ 3 min read📅 2026-06-11

How to Fix: Firefox: How to turn off "beep on error"

Firefox error beep silenced in openSuse 13.1 with KDE.

Quick Answer: Try setting the 'beep' preference to false in Firefox's settings.

Firefox users on openSuse 13.1 with KDE and FF 25.0 are experiencing an issue where the 'beep on error' sound is not disabled despite using the xset command in their bashrc files.

This problem can be frustrating, especially for those working in quiet environments like libraries, as it requires constant earplug usage to avoid being disturbed by the loud beep.

⚠️ Common Causes

  • The primary reason for this issue is that the xset command only disables the 'beep on error' sound for the entire system, but not specifically for Firefox. This means that even if the command is used in the bashrc file, it may still be overridden by Firefox's default settings.
  • Another possible cause could be that the xset command is not being applied correctly due to issues with the system configuration or environment variables.

🚀 How to Resolve This Issue

Disabling the 'beep on error' sound in Firefox's preferences

  1. Step 1: Open Firefox and navigate to Preferences (or type Ctrl + Shift + P and select Preferences from the dropdown menu).
  2. Step 2: In the Preferences window, click on the "Advanced" tab.
  3. Step 3: In the Advanced section, uncheck the box next to "Sounds".
  4. Step 4: Then, in the Sounds section, uncheck the boxes next to "Beep on error" and "Other sounds". If you want to disable only the 'beep on error' sound, make sure to check the "Play beep when errors occur in the browser" checkbox is unchecked.

Using a custom Firefox profile with disabled 'beep on error'

  1. Step 1: Create a new directory for your custom Firefox profile (e.g. `~/Firefox/custom`)
  2. Step 2: Copy the existing Firefox profile folder (`~/.mozilla/firefox`) to the new directory.
  3. Step 3: Rename the copied profile folder to something like `default` or `original`.

🎯 Final Words

By following these steps, users should be able to disable the 'beep on error' sound in Firefox and enjoy a more peaceful browsing experience. Additionally, creating a custom Firefox profile with disabled 'beep on error' can provide an alternative solution for those who prefer to keep their system settings separate from their web browser.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions