The KalimbaBeaver sound theme is a proposal for new default system sounds for Ubuntu 18.04. The intention was to create a cohesive set of sounds that will enhance the user experience without getting in the way. The KalimbaBeaver sounds are played on a kalimba to give the theme an african feeling. The kalimba is an African musical instrument consisting of a wooden board with attached staggered metal tines, played by holding the instrument in the hands and plucking the tines with the thumbs.
Enjoy! MadsRH
You can install KalimbaBeaver from source using the Meson build system.
meson builddir --prefix=/usr
sudo ninja -C builddir install
To change your current desktop sound theme, you can use dconf-editor
to change the setting key /org/gnome/desktop/sound/theme-name/
to KalimbaBeaver
In dconf-editor
, change the key /org/gnome/desktop/sound/input-feedback-sound
to true
and enjoy more sounds to test.
Type in a terminal gnome-session-properties
. It'll give you the list of starting applications. Click on "add", and type the following informations in the dialog shown :
-
Name:
GNOME Login Sound
-
Command:
/usr/bin/canberra-gtk-play --id="desktop-login" --description="GNOME Login"
-
Comment:
Plays a sound whenever you log in
This project is licensed under CC-BY-SA 3.0.
The meson script and the build instruction are taken from the Suru icon theme