How to Change Notification Sound in Ubuntu

vote/تقييم

In this guide, we will discover: How to Change Notification Sound in Ubuntu – Easy Beginners Guide 2023
So, let’s begin!

Do you want to change the notification sound on your Ubuntu Linux-based computer but don’t know how? You should read through this detailed guide as it provides several methods to achieve that.

By Oluwaseun Bamisile | Updated April 16, 2023 | 7 minutes read

In this guide, I will show you two ways to change the alert sound of your Ubuntu computer. Precisely, you will learn how to execute this task through the Ubuntu settings in the GUI.

This guide will also demonstrate how to modify the notification sound in Ubuntu via the terminal.

Apart from that, you will find an FAQ section toward the concluding part of this guide. That section contains answers to some of the most asked questions relating to the topic in discussion.

Before we carry on, you should know that the steps and screenshots featured in this guide are based on the Ubuntu 22.04 LTS OS. Due to that, you might find the steps and screenshots slightly different if you use other versions of the Ubuntu operating system.

Change Alert Sound in Ubuntu Through Settings

Change Alert Sound In Ubuntu Through Settings

The easiest way to modify the notification sound on your Ubuntu computer is through the settings in the GUI. The steps listed below will show you how to do that.

  1. Open the application menu in Ubuntu by clicking the Show Applications icon on the dock. Then, type “settings” in the search field and pick the Settings program from the search result.
  1. In the Ubuntu settings, select Sound among the options on the left pane.
Change Alert Sound In Ubuntu Through Settings
  1. Finally, in the Alert Sound section on the Sound page, you can choose a new notification sound for your Ubuntu PC.

 Each sound will play when you select it so you can hear how it sounds.

Modify Notification Sound in Ubuntu Via Terminal

Interestingly, you can also change the alert sound of your Ubuntu Linux-based computer through the terminal. To learn how to do that, observe the subsequent procedures and screenshots below.

  1. Click the Show Applications icon on the Ubuntu dock to open the application menu. Next, input “terminal” in the search field, then select the Terminal program from the search result.
Modify Notification Sound In Ubuntu Via Terminal
  1. In the Ubuntu terminal, execute the command below to navigate to the alert sounds directory.
cd /usr/share/sounds/gnome/default/alerts/
  1. After doing that, run the command below to list the available notification sounds.
ls
Modify Notification Sound In Ubuntu Via Terminal
  1. Now, execute the subsequent command to change the notification sound. However, replace “sound name” with the name of any available alert sound to which you wish to change your PC’s notification sound.
gsettings set org.gnome.desktop.sound theme-name "sound name"

For instance, if I wish to change my notification sound to “drip.ogg,” below is what the command should look like.

gsettings set org.gnome.desktop.sound theme-name "drip.ogg"

Frequently Asked Questions

Frequently Asked Questions
1. Does Ubuntu Come With Pre-installed Alert Sounds?

Yes, the Ubuntu operating system comes with a few pre-installed alert sounds.

2. What Is A Notification Sound?

A notification sound is a sound produced when a notification or alert is delivered to a device.

3. How Do I Change The Alert Sound On My Ubuntu Computer?

To change the alert sound of your Ubuntu computer, follow the listed steps below.
a) Open the application menu in Ubuntu by clicking the Show Applications icon on the dock.
b) Then, type “settings” in the search field and pick the Settings program from the search result.
c) In the Ubuntu settings, select Sound among the options on the left pane.
d) Finally, in the Alert Sound section on the Sound page, you can choose a new notification sound for your Ubuntu PC.

4. What File Formats Are Supported For Notification Sounds In Ubuntu?

The Ubuntu Linux-based operating system supports the “.ogg” file format for notification sounds.

5. When Was Ubuntu Released?

The Ubuntu Linux-based operating system was released in October 2004.

My Final Thoughts

By default, the Ubuntu Linux-based operating system comes with a couple of pre-installed alert sounds. Also, the operating system offers the ability to change the alert sound at any given time.

Thereby enabling users to personalize their computer’s sound and create a more pleasant computing experience. However, not every Ubuntu user knows how to change the notification sound, even though it is a simple process.

Gladly, this guide demonstrated multiple ways to modify the alert sound in Ubuntu. To be more specific, we discussed how to carry out this task through the Ubuntu settings in the GUI (Graphical User Interface).

Additionally, this guide also taught us how to change the alert sound in Ubuntu through the terminal.

I hope you were able to change the notification sound on your Ubuntu computer with the help of this guide. If you were, we would appreciate it if you could spare a few minutes to share your thoughts with us at Itechguides Community Forum.

Aside from sharing your thoughts, you may also ask questions or offer feedback regarding the methods in this article at Itechguides Community Forum. Our forum staff will be sure to respond to your questions or feedback as quickly as possible.

In addition to our forum staff, some of our community members might also provide answers to your feedback or questions.

Before you leave this page, you can visit our Linux how-to page to find our other helpful Linux how-to guides.

References and Further Reading

  1. help.ubuntu.com – Choose or disable the alert sound
  2. Itechguides Community Forum

Leave a Comment