1
0
Fork 0
No description
Find a file
Daniel Baumann f3bc1652e9
Updating vcs fields.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 19:45:30 +02:00
build-aux Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
chooser Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
common Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
daemon Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
data Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
debian Updating vcs fields. 2025-06-22 19:45:30 +02:00
docs Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
libgdm Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
pam-extensions Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
pam_gdm Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
po Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
tests Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
utils Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
.gitignore Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
.gitlab-ci.yml Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
AUTHORS Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
COPYING Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
gdm.doap Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
HACKING Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
logo.png Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
MAINTAINERS Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
meson.build Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
meson_options.txt Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
NEWS Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00
README.md Adding upstream version 48.0. 2025-06-22 19:45:29 +02:00

GDM - GNOME Display Manager

http://wiki.gnome.org/Projects/GDM/

The GNOME Display Manager is a system service that is responsible for providing graphical log-ins and managing local and remote displays.

Building and installing

To build and install GDM from source, just execute the following commands:

$ meson _build
$ ninja -C _build
$ sudo ninja -C _build install

Contributing

You can browse the code, issues and more at GDM's GitLab repository.

If you find a bug in GDM, please file an issue on the issue tracker. Please try to add reproducible steps and the relevant version of GDM.

If you want to contribute functionality or bug fixes, please open a Merge Request (MR). For more info on how to do this, see GitLab's help pages on MR's. Please also follow the GDM coding style, which is documented in HACKING.

If GDM is not translated in your language or you believe that the current translation has errors, you can join one of the various translation teams in GNOME. Translators do not commit directly to Git, but are advised to use our separate translation infrastructure instead. More info can be found at the translation project wiki page.

Licensing

GDM is licensed under the GNU General Public License v2.0. For more info, see the COPYING file.