Posts Tagged ‘linux mint 13’
Change startup sound in Linux Mint 13
Linux Mint 13 plays a sound when you start the system as well as when you log into an account. Both of these sound can be changed – to do so, you must be logged in and know the root password.
- Open the main menu and go to Administration > Login Window.
- Go to the Accessibility tab:
You can now check or uncheck the listed sounds or choose new ones from your files – these must be in the .ogg format however! System sounds can be found in /usr/share/sounds/LinuxMint/stereo for example, or you can convert your own files.
Install the Ubuntu login screen on Linux Mint
Version 13 of Linux Mint (Maya) uses the MDM login manager that requires you to enter the username of the user you want to log in to in addition to your password which might annoy a few people. Although it is possible to display a user list, the way of achieving this is quite circumstantial and involves editing an XML file which isn’t the user-friendliest way.
Instead, you can also install the same login screen Ubuntu uses, which is lightdm:
To install it, just open a terminal and enter following:
sudo apt-get install lightdm
After the installation, you will be asked which of the installed login managers you would like to use, the original one (mdm) or the new one you just installed (lightdm) – pick lightdm here by selecting it and hitting Enter:
The next time you have to log in, you’ll see your new login screen!


