Hello Linux Geeksters. As you may know, LightDM is a lightweight display manager used by default on Lubutnu, Xubuntu and Kubuntu.
Image may be NSFW.
Clik here to view.
The latest version available is LightDM GTK+ Greeter 1.7.1, which has been recently released. Among others, it comes with bug-fixes and some new features:
- The “border-radius” property for the login window and power dialogs is now themeable with CSS.
- Widgets now support a themed alpha channel for “fake” transparency.
- Sessions are now represented by a graphical badge, similar to Unity Greeter
- Languages are now represented by a country-code label.
In this article I will show you how to install LightDM GTK+ Greeter 1.7.1 on Ubuntu 14.04 Trusty Tahr, Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Linux Mint 16 Petra, Linux Mint 15 Olivia and Linux Mint 14 Nadia.
Because it is available via repository, installing LightDM GTK+ Greeter 1.7.1 on the listed Ubuntu and Linux Mint systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the lightdm-gtk-greeter. Like this:
$ sudo add-apt-repository ppa:lightdm-gtk-greeter-team/stable
$ sudo apt-get update
$ sudo apt-get install lightdm-gtk-greeter
After the installation has been successfully done, choose LightDM as the default display manager, from the graphical user interface.
Image may be NSFW.
Clik here to view.
Related Posts
The post How To Install LightDM 1.7.0 On Ubuntu 14.04,13.10,13.04,12.10 And Linux Mint 16,15,14 first appeared on LinuxG.net.