08-05-2014, 08:23 PM
Installation:
Open the terminal and type in:
Use keyboard arrows to choose mdm. After that press Enter.
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.
You can use simple GTK, GDM or HTML5 greeter. Choose your Login screen style.
If you want to use auto login, enable it.
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.
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/
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
Use keyboard arrows to choose mdm. After that press Enter.
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.
You can use simple GTK, GDM or HTML5 greeter. Choose your Login screen style.
If you want to use auto login, enable it.
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.
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/
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