Experience Level: Beginner and up
Prerequisites: None
One of the things you may notice after installing Bodhi is the lack of a login sound, which is in line with Bodhi's philosphy of minimalism. However, to add a login sound is relatively easy and here are the steps to do so.
desktop-login.ogg if it is in ogg format, or desktop-login.wav if it is in wav format. The location I will be using in this guide will be /home/username/Music/System, where username is your username./home/username/Music and /home/username/Music/System. If you prefer a different location, use that location's path in the discussion that follows.canberra-gtk-play --file="/home/username/Music/System/desktop-login.ogg"
If the file is instead a wav file add:
aplay "/home/username/Music/System/desktop-login.wav"
Click Apply and then Close.
Reboot and enjoy.
canberra-gtk-play application, don't panic. Just install it via Terminal:
sudo apt-get install --no-install-recommends gnome-session-canberra
Bodhi_Login_Sound.desktop located at /home/username/.local/share/applications in your text editor of choice. If you wish Bodhi Login Sound to be shown under Systems in the menu add the line Categories=System;
and if you wish to remove Bodhi Login Sound from showing in the menu change the line
NoDisplay=false
to
NoDisplay=true
Bodhi_Login_Sound.desktop. Assuming this is so then from Bodhi's menu go to All —>Apps —>Startup Application. In the Startup Application window, change the tab from System to Applications, click Bodhi Login Sound and then Remove, Apply and then Close. Now open the file Bodhi_Login_Sound.desktop located at /home/username/.local/share/applications in your text edit and if using an ogg audio file change the line Exec=canberra-gtk-play --file="/home/username/Music/System/desktop-login.ogg"
to
Exec=canberra-gtk-play --id="desktop-login"
And if using a wav file, change the line
Exec=aplay "/home/username/Music/System/desktop-login.wav"
to
Exec=aplay "/usr/share/sounds/desktop-login.wav"
Next open a terminal and run the commands below:
sudo cp /home/username/Music/System/desktop-login.ogg /usr/share/sounds/desktop-login.ogg sudo mv /home/username/.local/share/applications/Bodhi_Login_Sound.desktop /usr/share/applications/Bodhi_Login_Sound.desktop
Finally add the sound to enlightenment's starup by repeating step 4 above. Note every user who wishes a startup sound will have to add the sound to startup while logged into their account. Now reboot and enjoy.
If you would like to comment or make further suggestions, please leave a note on our Comments page (you will have to Create an Account if you haven't already).