Awesome
The TouchRemix sound theme
The TouchRemix sound theme is a proposal for new default system sounds for Ubuntu 18.04. Based on Jouni Helminen's awesome work for Ubuntu Touch, these sounds use a similar instrumentation. The desktop-login sound is a replication of the ringtone "Ubuntu".
The intention was to create a cohesive set of sounds that will enhance the user experience without getting in the way.
Enjoy! MadsRH
How to test it
Installation instruction
You can install TouchRemix from source using the Meson build system.
meson builddir --prefix=/usr
sudo ninja -C builddir install
How to activate the theme
To change your current desktop sound theme, you can use dconf-editor
to change the setting key /org/gnome/desktop/sound/theme-name/
to TouchRemix
Testing input feedback sounds
In dconf-editor
, change the key /org/gnome/desktop/sound/input-feedback-sound
to true
and enjoy more sounds to test.
Testing desktop-login sound
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