Articles by "lightdm"
Showing posts with label lightdm. Show all posts
Install Lightdm Display Manager in Linux Mint 16 'Petra'

LightDM is an X display manager that aims to be light, fast, extensible and multi-desktop. LightDM is a cross-desktop display manager that aims is to be the standard display manager for the X.org X server. The most user visible aspect of the display manager is the login screen, however it also facilitates remote logins using the XDMCP protocol. You can find here for Linux Mint 15/14 and Linux Mint 13.
As you know Mint is getting away from Gnome and developing their own stuff for their distro, So this time is kind of difficult to install LightDM in Mint 16 but I managed to do it. So lets start!
lightdm mint

1.) To install LightDM in Linux Mint 16 'Petra' open Terminal (Press Ctrl+Alt+T) and copy the following command in the Terminal:

During installation terminal will ask to choose Display Manager, So select "LightDM" using 'Tab' and 'Enter' keys.
lightdm mint

2.) I was having issues with login, Lightdm wasn't logging into desktop. So this problem is solved with these commands:

3.) Remove Ubuntu Logo from LightDM

4.) Install Ubuntu-Tweak to make changes in 'Lightdm' copy following commands in the Terminal and follow the next image:

Open Ubuntu-Tweak > Go to Tweaks > select Login Settings, See the following image and same settings in Ubuntu-Tweak.
lightdm mint

5.) Restart PC then select desktop from LightDM and login.
Now enter this command to remove test desktop file:

Revert back to MDM (Mint Display Manager)
If you want to get back MDM simple enter following command in terminal and choose MDM option in Terminal:
That's it
Install LightDM GTK+ Greeter in Ubuntu 14.04 Trusty/13.10 Saucy/13.04 Raring/12.10 Quantal and If you have installed LightDM in Linux Mint 16/15/14

LightDM Gtk+ Greeter used in Lubuntu, it is light-wright interface, the LightDM GTK+ Greeter provides Linux users a quick, reliable, and accessible login screen. With refreshed attention to detail and consideration for accessibility, this is the best release yet!

Features:
  • Window positioning (relative or absolute) of the login window and power dialogs is now configurable.
  • The default user-image displayed for user's without a profile image is now configurable.
  • The onboard on-screen keyboard application is now run in xembed mode.
  • The accessibility menu items can now be activated with the F1, F2, and F3 hotkeys.
  • The selected user can now be changed from the username and password entries with the up and down keys.
  • The power dialogs can now be cancelled with the Escape key.
  • Available in GTK+2 or GTK+3
  • Support for Ubuntu indicators
  • Supports loading user wallpaper and profile image
  • Optional and configurable clock
  • Named widgets allow for easy customization
  • Lock Screen Improvements: When the LightDM GTK+ Greeter is used as a locked, it now blanks the screen when activated.
lightdm gtk greeter

lightdm gtk greeter

lightdm gtk greeter
Changelog:
  • Display selected username in tooltip for the user combobox
  • Use GtkInfoBar for authentication messages
  • Greeter doesn't select user's last session when using "Other"
  • Can't change the login window’s position
  • Disabling language selector leaves strange artifact on the screen
  • Move to password input if pressed after username input
  • Support enter key to validate login entry
  • Improve "login greeter -> desktop" transition in Xubuntu
  • User background gets painted over background specified in config file
  • Fixed typo in language selection code
  • Fixed keyboard focus when used with the on-screen keyboard
For customization checkout these links page, page2.

To install LightDM GTK+ Greeter in Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:

To install LightDM GTK+ Greeter (Daily Builds - Unstable) in Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
That's it
Install Lightdm Display Manager in Linux Mint 15 'Olivia'/Linux Mint 14 'Nadia'

LightDM is an X display manager that aims to be light, fast, extensible and multi-desktop. LightDM is a cross-desktop display manager that aims is to be the standard display manager for the X.org X server. The most user visible aspect of the display manager is the login screen, however it also facilitates remote logins using the XDMCP protocol. You can find LightDM instructions for Linux Mint 16Linux Mint 13.
Many People like LightDM login screen, they prefer LightDM instead of other login display managers. Linux Mint 15/14 comes with MDM as default login manager but you can change it easily with LightDM. First of all you will install LightDM then some tweaks for LightDM like removing guest account, Ubuntu logo and white dots. So lets start!
lightdm

1.) To install LightDM in Linux Mint 15/14 open Terminal (Press Ctrl+Alt+T) and copy the following command in the Terminal:
During installation terminal will ask to choose Display Manager, So select "LightDm" using 'Tab' and 'Enter' keys.

2.) Now remove white dots from LightDM
Enter following commands in the Terminal to remove white dots from login screen:

3.) Remove Ubuntu Logo from LightDM

4.) Disable Guest Account from LightDM
If you don't want Guest account you can easily remove it, Enter following command it will open file in terminal.

Now add this line at the end of file.
allow-guest=false
Then reboot and you will be with LightDm.

5.) Install Ubuntu-Tweak to change background of 'Lightdm' copy following commands in the Terminal:

Go to Tweaks and select Login Settings, Here change GTK + Icon Theme to Mint and choose background for 'Lightdm '.
lightdm

Revert back to MDM (Mint Display Manager)
If you want to get back MDM simple enter following command in terminal and choose MDM option in Terminal:
That's it
Special thanks to Mark for command update to install LightDM with minimal packages
Install Light-Locker in Ubuntu 13.10 Saucy/Ubuntu 13.04 Raring

Light-Locker is simple locker designed to work with LightDM, it is forked of gnome-screensaver and it's aims to have secure, simple, and well integrated lock-screen with the desktop.
Basically light-locker relies on LightDM for lock and unlock session via ConsoleKit/UPower or logind/systemd.
light locker
LightDM has built-in support for user-switching and session-locking, however it doesn't actually lock your session. Meaning if you switch users, LightDM will re-spawn on a new TTY. If your active TTY is VT7 then it'll re-spawn on VT8. So theoretically users can go back to their supposedly locked session with Ctrl+Alt+F7. This is where light-locker steps in. It really locks your session (standing on the shoulders of years of testing and security of gnome-screensaver, of which it was forked) and forwards you back to the LightDM greeter in case you really end up on your locked session VT.

Requirements by developers:
To use light-locker with systemd, you need at least lightdm 1.7.0.
Light-locker doesn't work with lightdm version 1.7.5-1.7.9

Note:
We tested Light-Locker also with LightDM 1.6.0 version and it works perfectly with that version.
While testing it we used Gnome Shell, Unity, Cinnamon and it worked without any problem. We had hard time to get it work with KDE and XFCE.

1: First of all check which LightDM version you have in your system via this command:
Don't install it, if you have between 1.7.5-1.7.9 version.

2: To install Light-Locker in Ubuntu 13.10/13.04 open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:

3: Once installed log-out and login back then enter following command in Terminal:
After installation of light-locker, it will auto-start along with session and you will be able to lock your session.

4: Now you can lock your screen with this shortcut (Ctrl+Alt+L) or Here is terminal command to lock screen:

If you want to remove it simply enter these commands in terminal:
That's it
Source: Light Locker
Install Lightdm Display Manager in Linux Mint 15 'Olivia'/Linux Mint 14 'Nadia'/Mint 13

LightDM is an X display manager that aims to be light, fast, extensible and multi-desktop. LightDM is a cross-desktop display manager that aims is to be the standard display manager for the X.org X server.
 mint lightdm

Install LightDm in Linux Mint 13 Maya

Many People don't like MDM (Mint Display Manager) login screen, they prefer LightDM instead of MDM. Linux Mint 13 brings MDM as default login manager but you can change it easily with LightDM. First of all you will install LightDM then some tweaks for LightDM like removing guest account, Ubuntu logo and white dots. So lets start!


To install LightDM in Linux Mint 13 open Terminal (Press Ctrl+Alt+T) and copy the following command in the Terminal:

When installation will start Terminal will ask you two options "LightDM" and "MDM", You need to choose "LightDM"

>> Now Remove Dots from LightDM
Enter following following commands in the Terminal to remove white dots from login screen:

>> Remove Ubuntu Logo from LightDM

>> Disable Guest Account from LightDM
If you don't want Guest account you can easily remove it, Enter following command it will open text file.

Now add this line at the end of file
allow-guest=false

>> Get back MDM (Mint Display Manager)
If you want to get back MDM simple enter following command in terminal and choose MDM option in Terminal:
That's it