How to change which sound is reproduced for terminal bell?
Recently upgrade to 18.10 from 18.04, and using the terminal is becoming annoying: the new alert sound is a drip ( /usr/share/sounds/gnome/default/alerts/drip.ogg
), and the previous one is still located at (/usr/share/sounds/ubuntu/stereo/bell.ogg
).
My issue is that at the gnome-terminal, when autocompleting or pressing left BOTH sounds are reproduced, at the same time. I want to just have ubuntu/stereo/bell.ogg
active, not both.
At the moment I have been only able to reduce the volume of the alerts (but still both are played), or turn the alerts down (but I dislike both "solutions").
gnome-terminal 18.10 teminal-bell
add a comment |
Recently upgrade to 18.10 from 18.04, and using the terminal is becoming annoying: the new alert sound is a drip ( /usr/share/sounds/gnome/default/alerts/drip.ogg
), and the previous one is still located at (/usr/share/sounds/ubuntu/stereo/bell.ogg
).
My issue is that at the gnome-terminal, when autocompleting or pressing left BOTH sounds are reproduced, at the same time. I want to just have ubuntu/stereo/bell.ogg
active, not both.
At the moment I have been only able to reduce the volume of the alerts (but still both are played), or turn the alerts down (but I dislike both "solutions").
gnome-terminal 18.10 teminal-bell
add a comment |
Recently upgrade to 18.10 from 18.04, and using the terminal is becoming annoying: the new alert sound is a drip ( /usr/share/sounds/gnome/default/alerts/drip.ogg
), and the previous one is still located at (/usr/share/sounds/ubuntu/stereo/bell.ogg
).
My issue is that at the gnome-terminal, when autocompleting or pressing left BOTH sounds are reproduced, at the same time. I want to just have ubuntu/stereo/bell.ogg
active, not both.
At the moment I have been only able to reduce the volume of the alerts (but still both are played), or turn the alerts down (but I dislike both "solutions").
gnome-terminal 18.10 teminal-bell
Recently upgrade to 18.10 from 18.04, and using the terminal is becoming annoying: the new alert sound is a drip ( /usr/share/sounds/gnome/default/alerts/drip.ogg
), and the previous one is still located at (/usr/share/sounds/ubuntu/stereo/bell.ogg
).
My issue is that at the gnome-terminal, when autocompleting or pressing left BOTH sounds are reproduced, at the same time. I want to just have ubuntu/stereo/bell.ogg
active, not both.
At the moment I have been only able to reduce the volume of the alerts (but still both are played), or turn the alerts down (but I dislike both "solutions").
gnome-terminal 18.10 teminal-bell
gnome-terminal 18.10 teminal-bell
asked Dec 29 '18 at 19:27
estebarbestebarb
35437
35437
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
seems due to upgrade from Ubuntu18.04 to Ubuntu18.10, left some folders remained.
but if its a fresh install of Ubuntu18.10 does not have the folder /usr/share/sounds/ubuntu/
$ ls /usr/share/sounds/
alsa freedesktop gnome sound-icons speech-dispatcher Yaru
$
so, take backup of /usr/share/sounds/ubuntu
folder and then delete it from the folder /usr/share/sounds
how to produce your own sound theme?:
in fresh install of Ubuntu when you open gnome-tweaks-> Appearence-> Sound -- you will see "Yaru & Default" as sound themes selectable.
to create your own theme.
copy paste the folder /usr/share/sounds/Yaru
in the folder /usr/share/sounds
and rename it as myBell
or any other name as you wish.
change directory to /usr/share/sounds/myBell
rename the folder Yaru
to myBell
open the file index.theme
folder and change the content like below
[Sound Theme]
Name=myBell
Directories=myBell
now you can select your own sound theme "myBell" from the gnome-tweaks
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1105441%2fhow-to-change-which-sound-is-reproduced-for-terminal-bell%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
seems due to upgrade from Ubuntu18.04 to Ubuntu18.10, left some folders remained.
but if its a fresh install of Ubuntu18.10 does not have the folder /usr/share/sounds/ubuntu/
$ ls /usr/share/sounds/
alsa freedesktop gnome sound-icons speech-dispatcher Yaru
$
so, take backup of /usr/share/sounds/ubuntu
folder and then delete it from the folder /usr/share/sounds
how to produce your own sound theme?:
in fresh install of Ubuntu when you open gnome-tweaks-> Appearence-> Sound -- you will see "Yaru & Default" as sound themes selectable.
to create your own theme.
copy paste the folder /usr/share/sounds/Yaru
in the folder /usr/share/sounds
and rename it as myBell
or any other name as you wish.
change directory to /usr/share/sounds/myBell
rename the folder Yaru
to myBell
open the file index.theme
folder and change the content like below
[Sound Theme]
Name=myBell
Directories=myBell
now you can select your own sound theme "myBell" from the gnome-tweaks
add a comment |
seems due to upgrade from Ubuntu18.04 to Ubuntu18.10, left some folders remained.
but if its a fresh install of Ubuntu18.10 does not have the folder /usr/share/sounds/ubuntu/
$ ls /usr/share/sounds/
alsa freedesktop gnome sound-icons speech-dispatcher Yaru
$
so, take backup of /usr/share/sounds/ubuntu
folder and then delete it from the folder /usr/share/sounds
how to produce your own sound theme?:
in fresh install of Ubuntu when you open gnome-tweaks-> Appearence-> Sound -- you will see "Yaru & Default" as sound themes selectable.
to create your own theme.
copy paste the folder /usr/share/sounds/Yaru
in the folder /usr/share/sounds
and rename it as myBell
or any other name as you wish.
change directory to /usr/share/sounds/myBell
rename the folder Yaru
to myBell
open the file index.theme
folder and change the content like below
[Sound Theme]
Name=myBell
Directories=myBell
now you can select your own sound theme "myBell" from the gnome-tweaks
add a comment |
seems due to upgrade from Ubuntu18.04 to Ubuntu18.10, left some folders remained.
but if its a fresh install of Ubuntu18.10 does not have the folder /usr/share/sounds/ubuntu/
$ ls /usr/share/sounds/
alsa freedesktop gnome sound-icons speech-dispatcher Yaru
$
so, take backup of /usr/share/sounds/ubuntu
folder and then delete it from the folder /usr/share/sounds
how to produce your own sound theme?:
in fresh install of Ubuntu when you open gnome-tweaks-> Appearence-> Sound -- you will see "Yaru & Default" as sound themes selectable.
to create your own theme.
copy paste the folder /usr/share/sounds/Yaru
in the folder /usr/share/sounds
and rename it as myBell
or any other name as you wish.
change directory to /usr/share/sounds/myBell
rename the folder Yaru
to myBell
open the file index.theme
folder and change the content like below
[Sound Theme]
Name=myBell
Directories=myBell
now you can select your own sound theme "myBell" from the gnome-tweaks
seems due to upgrade from Ubuntu18.04 to Ubuntu18.10, left some folders remained.
but if its a fresh install of Ubuntu18.10 does not have the folder /usr/share/sounds/ubuntu/
$ ls /usr/share/sounds/
alsa freedesktop gnome sound-icons speech-dispatcher Yaru
$
so, take backup of /usr/share/sounds/ubuntu
folder and then delete it from the folder /usr/share/sounds
how to produce your own sound theme?:
in fresh install of Ubuntu when you open gnome-tweaks-> Appearence-> Sound -- you will see "Yaru & Default" as sound themes selectable.
to create your own theme.
copy paste the folder /usr/share/sounds/Yaru
in the folder /usr/share/sounds
and rename it as myBell
or any other name as you wish.
change directory to /usr/share/sounds/myBell
rename the folder Yaru
to myBell
open the file index.theme
folder and change the content like below
[Sound Theme]
Name=myBell
Directories=myBell
now you can select your own sound theme "myBell" from the gnome-tweaks
edited Dec 30 '18 at 5:38
answered Dec 30 '18 at 4:35
PRATAPPRATAP
2,5672626
2,5672626
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1105441%2fhow-to-change-which-sound-is-reproduced-for-terminal-bell%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown