![]() |
MDM display manager - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Tutorials (https://www.linuxliteos.com/forums/forumdisplay.php?fid=21) +--- Thread: MDM display manager (/showthread.php?tid=681) |
MDM display manager - anon222 - 08-05-2014 Installation: 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 Re: MDM display manager - l337n1nj4 - 08-05-2014 Nice tutorial! ![]() Hey Valtam, thinking about changing the display manager for LL 3.0? [EDIT] Decided to follow Misko's editing instructions. Playing around with eleMINTary theme. Still trying to figure out how to properly edit the theme (specifically, change the color of the theme text color), but this is what I've got so far: ![]() Re: MDM display manager - Scott(0) - 08-05-2014 8) Excellent tutorial, thanks misko_2083! Re: MDM display manager - gold_finger - 08-06-2014 Thanks from me too misko_2083. Very nice. Re: MDM display manager - Valtam - 08-06-2014 Great tutorial misko_2083, many thanks ![]() Re: MDM display manager - Valtam - 08-06-2014 (08-05-2014, 10:10 PM)l337n1nj4 link Wrote:Hey Valtam, thinking about changing the display manager for LL 3.0? Thats a long way off, we'll know closer to the time. So much can happen in the linux world between now and then ![]() Re: MDM display manager - robert - 08-19-2014 I'll be trying this soon, thanks for taking time to post a tutorial. |