All Projects → elementary → Greeter

elementary / Greeter

Licence: gpl-3.0
Login and Lock Screen greeter for elementary OS and Pantheon, using LightDM

Programming Languages

vala
323 projects

Projects that are alternatives of or similar to Greeter

Files
File browser designed for elementary OS
Stars: ✭ 187 (+94.79%)
Mutual labels:  hacktoberfest, gtk
Code
Code editor designed for elementary OS
Stars: ✭ 324 (+237.5%)
Mutual labels:  hacktoberfest, gtk
Stylesheet
The GTK Stylesheet for elementary OS
Stars: ✭ 260 (+170.83%)
Mutual labels:  hacktoberfest, gtk
Ephemeral
A private-by-default, always-incognito browser for elementary OS
Stars: ✭ 133 (+38.54%)
Mutual labels:  hacktoberfest, gtk
Ideogram
Insert emoji anywhere in elementary OS, even in non-native apps
Stars: ✭ 68 (-29.17%)
Mutual labels:  hacktoberfest, gtk
Iio Oscilloscope
A GTK+ based oscilloscope application for interfacing with various IIO devices
Stars: ✭ 143 (+48.96%)
Mutual labels:  hacktoberfest, gtk
Terminal
Terminal emulator designed for elementary OS
Stars: ✭ 281 (+192.71%)
Mutual labels:  hacktoberfest, gtk
Termonad
Terminal emulator configurable in Haskell.
Stars: ✭ 266 (+177.08%)
Mutual labels:  hacktoberfest, gtk
Wingpanel Indicator Nightlight
A Wingpanel indicator for Night Light
Stars: ✭ 20 (-79.17%)
Mutual labels:  hacktoberfest, gtk
Appcenter
Pay-what-you-want app store for elementary OS
Stars: ✭ 358 (+272.92%)
Mutual labels:  hacktoberfest, gtk
Mail
Mail app designed for elementary OS
Stars: ✭ 130 (+35.42%)
Mutual labels:  hacktoberfest, gtk
Applications Menu
Applications Menu for elementary OS and the Pantheon desktop environment
Stars: ✭ 84 (-12.5%)
Mutual labels:  hacktoberfest, gtk
Wingpanel
Stylish top panel that holds indicators and spawns an application launcher
Stars: ✭ 104 (+8.33%)
Mutual labels:  hacktoberfest, gtk
Granite
Library that extends GTK with common widgets and utilities
Stars: ✭ 164 (+70.83%)
Mutual labels:  hacktoberfest, gtk
Launchpad
An open-source game launcher for your games
Stars: ✭ 322 (+235.42%)
Mutual labels:  hacktoberfest, gtk
Calendar
Desktop calendar app designed for elementary OS
Stars: ✭ 78 (-18.75%)
Mutual labels:  hacktoberfest, gtk
Music
Music player and library designed for elementary OS
Stars: ✭ 92 (-4.17%)
Mutual labels:  hacktoberfest, gtk
Python Cheatsheet
Basic Cheat Sheet for Python (PDF, Markdown and Jupyter Notebook)
Stars: ✭ 1,334 (+1289.58%)
Mutual labels:  hacktoberfest
Researchpapernotes
Initiative to read research papers
Stars: ✭ 97 (+1.04%)
Mutual labels:  hacktoberfest
Workadventure
A collaborative web application (virtual office) presented as a 16-bit RPG video game
Stars: ✭ 1,326 (+1281.25%)
Mutual labels:  hacktoberfest

Greeter

Translation status

Screenshot

Building and Installation

You'll need the following dependencies:

  • gnome-settings-daemon >= 3.27
  • libaccountsservice-dev
  • libgdk-pixbuf2.0-dev
  • libgranite-dev >= 5.5.0
  • libgtk-3-dev
  • libhandy-1-dev >= 0.90.0
  • liblightdm-gobject-1-dev
  • libmutter
  • libwingpanel-2.0-dev
  • libx11-dev
  • meson
  • valac

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install

sudo ninja install

Testing & Debugging

Run LightDM in test mode with Xephyr:

lightdm --test-mode --debug

You can then find the debug log in ~/.cache/lightdm/log

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].