08-05-2014, 08:23 PM
Installation:
Open the terminal and type in:
![[Image: CcMDvbt.png]](http://i.imgur.com/CcMDvbt.png)
Use keyboard arrows to choose mdm. After that press Enter.
![[Image: bJefPwN.png]](http://i.imgur.com/bJefPwN.png)
After installation is complete, reboot your computer.
Open Login Window (terminal: sudo mdmsetup) to choose a theme and configure login screen. Enter your root password.
![[Image: kB0Di4j.png]](http://i.imgur.com/kB0Di4j.png)
You can use simple GTK, GDM or HTML5 greeter. Choose your Login screen style.
![[Image: URmuYhc.png]](http://i.imgur.com/URmuYhc.png)
If you want to use auto login, enable it.
![[Image: MpSTcYs.png]](http://i.imgur.com/MpSTcYs.png)
More themes can be found here http://gnome-look.org/index.php?xcontentmode=150
and here http://linuxmint-art.org/index.php?xcontentmode=8311
After you download theme, use add button to install your new theme.
![[Image: 8gm2AWg.png]](http://i.imgur.com/8gm2AWg.png)
If you choosed HTML5 style, you can preview it with mdm-theme-emulator. Select open and find your theme's index.html file located in /usr/share/mdm/html-themes/yourtheme/
![[Image: c9SdWZW.png]](http://i.imgur.com/c9SdWZW.png)
Click Add dummies to add random users.
You can easily modify themes, change background images or make your own themes. The html5 themes are located in /usr/share/mdm/html-themes/
If you want to make you own theme.
Choose a theme you will use as your guide, then copy it to your home directory.
Test it with mdm-theme-emulator and after you are done copy your new theme to the html-themes directory.
Open the terminal and type in:
Code:
sudo add-apt-repository ppa:noobslab/mint && sudo apt-get update && sudo apt-get install mdm mdm-themes
![[Image: CcMDvbt.png]](http://i.imgur.com/CcMDvbt.png)
Use keyboard arrows to choose mdm. After that press Enter.
![[Image: bJefPwN.png]](http://i.imgur.com/bJefPwN.png)
After installation is complete, reboot your computer.
Open Login Window (terminal: sudo mdmsetup) to choose a theme and configure login screen. Enter your root password.
![[Image: kB0Di4j.png]](http://i.imgur.com/kB0Di4j.png)
You can use simple GTK, GDM or HTML5 greeter. Choose your Login screen style.
![[Image: URmuYhc.png]](http://i.imgur.com/URmuYhc.png)
If you want to use auto login, enable it.
![[Image: MpSTcYs.png]](http://i.imgur.com/MpSTcYs.png)
More themes can be found here http://gnome-look.org/index.php?xcontentmode=150
and here http://linuxmint-art.org/index.php?xcontentmode=8311
After you download theme, use add button to install your new theme.
![[Image: 8gm2AWg.png]](http://i.imgur.com/8gm2AWg.png)
If you choosed HTML5 style, you can preview it with mdm-theme-emulator. Select open and find your theme's index.html file located in /usr/share/mdm/html-themes/yourtheme/
![[Image: c9SdWZW.png]](http://i.imgur.com/c9SdWZW.png)
Click Add dummies to add random users.
You can easily modify themes, change background images or make your own themes. The html5 themes are located in /usr/share/mdm/html-themes/
If you want to make you own theme.
Code:
ls /usr/share/mdm/html-themes/
Code:
cp -R /usr/share/mdm/html-themes/theme ~/my-theme
Code:
sudo cp -R ~/my-theme /usr/share/mdm/html-themes