All Projects → Xubuntu → lightdm-gtk-greeter

Xubuntu / lightdm-gtk-greeter

Licence: GPL-3.0 License
A GTK greeter for LightDM

Programming Languages

c
50402 projects - #5 most used programming language
M4
1887 projects
CSS
56736 projects
Makefile
30231 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to lightdm-gtk-greeter

Dotfiles
🌸 Configuration for i3, kitty, picom, ZSH, gtk, qutebrowser, qbittorrent and more... (All tools for an arch linux new installation)
Stars: ✭ 15 (-76.19%)
Mutual labels:  gtk, lightdm
switchboard-plug-bluetooth
Switchboard Bluetooth Plug
Stars: ✭ 23 (-63.49%)
Mutual labels:  gtk
Spedread
GTK speed reading software: Read like a speedrunner!
Stars: ✭ 23 (-63.49%)
Mutual labels:  gtk
switchboard-plug-display
Switchboard Displays Plug
Stars: ✭ 14 (-77.78%)
Mutual labels:  gtk
Lua-GTK3-Examples
Some GTK examples in Lua
Stars: ✭ 20 (-68.25%)
Mutual labels:  gtk
csak
Cartel Swiss Army Knife for Android devices - easy to use toolkit for Android devices
Stars: ✭ 18 (-71.43%)
Mutual labels:  gtk
givemelyrics
See the lyrics of the song that is playing, from any application.
Stars: ✭ 52 (-17.46%)
Mutual labels:  gtk
scalaui
Scala Native GUI framework based on libui
Stars: ✭ 56 (-11.11%)
Mutual labels:  gtk
Abrus-gtk-theme
Abrus is a stylish Design theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 25 (-60.32%)
Mutual labels:  gtk
uibuilder.nim
UI prototyping w/ Glade for lazy me
Stars: ✭ 21 (-66.67%)
Mutual labels:  gtk
quickmd
Quickly preview a markdown file
Stars: ✭ 24 (-61.9%)
Mutual labels:  gtk
date-countdown
A date countdown applet
Stars: ✭ 15 (-76.19%)
Mutual labels:  gtk
ordne
A Simple Pomodoro Timer for Elementary OS
Stars: ✭ 13 (-79.37%)
Mutual labels:  gtk
obozrenie
Simple and easy to use game server browser.
Stars: ✭ 25 (-60.32%)
Mutual labels:  gtk
nicotine-plus
Graphical client for the Soulseek peer-to-peer network
Stars: ✭ 601 (+853.97%)
Mutual labels:  gtk
kiwi
A graphical UI framework on top of PyGTK
Stars: ✭ 24 (-61.9%)
Mutual labels:  gtk
wingpanel-indicator-bluetooth
Wingpanel Bluetooth Indicator
Stars: ✭ 18 (-71.43%)
Mutual labels:  gtk
principles
Remember Dieter Rams' ten principles of good design on elementary OS
Stars: ✭ 38 (-39.68%)
Mutual labels:  gtk
Playhouse
A Playground for HTML/CSS/JavaScript
Stars: ✭ 28 (-55.56%)
Mutual labels:  gtk
tasks
Synced tasks and reminders on elementary OS
Stars: ✭ 79 (+25.4%)
Mutual labels:  gtk

LightDM GTK Greeter

LightDM GTK Greeter is a greeter that has moderate requirements (GTK).

This project is one of many greeters for LightDM.

About LightDM

LightDM is a cross-desktop display manager. A display manager is a daemon that:

  • Runs display servers (e.g. X) where necessary.
  • Runs greeters to allow users to pick which user account and session type to use.
  • Allows greeters to perform authentication using PAM.
  • Runs session processes once authentication is complete.
  • Provides remote graphical login options.

Key features of LightDM are:

  • Cross-desktop - supports different desktop technologies.
  • Supports different display technologies (X, Mir, Wayland ...).
  • Lightweight - low memory usage and fast performance.
  • Guest sessions.
  • Supports remote login (incoming - XDMCP, VNC, outgoing - XDMCP, pluggable).
  • Comprehensive test suite.

Configuration

LightDM configuration is provided by the following files:

/usr/share/lightdm/lightdm.conf.d/*.conf
/etc/lightdm/lightdm.conf.d/*.conf
/etc/lightdm/lightdm.conf

LightDM GTK Greeter uses lightdm-gtk-greeter.conf for it's configuration.

System provided configuration should be stored in /usr/share/lightdm/lightdm.conf.d/. System administrators can override this configuration by adding files to /etc/lightdm/lightdm.conf.d/ and /etc/lightdm/lightdm.conf. Files are read in the above order and combined together to make the LightDM configuration.

For example, if a sysadmin wanted to override the system configured default session (provided in /usr/share/lightdm/lightdm.conf.d) they should make a file /etc/lightdm/lightdm.conf.d/50-myconfig.conf with the following:

[Seat:*]
user-session=mysession

Configuration is in keyfile format. For most installations you will want to change the keys in the [Seat:*] section as this applies to all seats on the system (normally just one). A configuration file showing all the possible keys is provided in data/lightdm.conf.

Questions

Questions about LightDM and LightDM GTK Greeter should be asked on the mailing list. All questions are welcome.

Stack Overflow and Ask Ubuntu are good sites for frequently asked questions.

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].