Loading
Commits on Source 52
-
gnome-remote-desktop should ship its own policy to use GDM's remote display interfaces. This way it's all kept modular and users won't get warnings about unknown users if they don't have gnome-remote-desktop installed. https://gitlab.gnome.org/GNOME/gdm/-/issues/924
-
Ray Strode authored
data: Don't reference gnome-remote-desktop in D-Bus policy Closes #924 See merge request GNOME/gdm!255
-
GdmRemoteDisplayFactory assumes the displays added and removed are remote displays, and gives a warning in the log if that assumption fails. But the remote display factory and local display factory share a display store, so that assumption will fail... This commit changes the g_return_if_fail calls to if () return;
-
Ray Strode authored
remote-display-factory: Don't be so noisy about non-remote displays See merge request GNOME/gdm!259
-
Jan Tojnar authored
- xdmcp/PingIntervalSeconds was removed in 50f32ce6 - greeter/{Include{,All},Exclude} were removed due to AccountsService port in ec034f78 Let’s remove the corresponding stale constants from the header, drop references from docs and remove schema entries. Fixes: https://gitlab.gnome.org/GNOME/gdm/-/issues/95
-
Ray Strode authored
Clean up config docs & other references Closes #218 and #95 See merge request GNOME/gdm!262
-
Balázs Úr authored
-
Daniel Șerbănescu authored
(cherry picked from commit 53fd28ddc66f5194feb722948814f671371fc4de)
-
Anders Jonsson authored
-
Meson's gnome.yelp() is used now.
-
Ray Strode authored
gitlab-ci: Stop installing yelp tools See merge request GNOME/gdm!257
-
-
Ray Strode authored
Switch back to greeter when logind emits SecureAttentionKey See merge request GNOME/gdm!256
-
Fix the following warnings reported by udevadm verify: data/61-gdm.rules.in:94 LABEL="gdm_virt_passthrough_check" is unused. data/61-gdm.rules.in:102 LABEL="gdm_virt_multi_gpu_check" is unused. data/61-gdm.rules.in: udev rules check failed
-
Ray Strode authored
udev: fix warnings reported by udevadm verify See merge request GNOME/gdm!206
-
This rule is not used for anything.
-
Ray Strode authored
data: Drop unused gdm_prefer_xorg rule See merge request GNOME/gdm!260
-
Ray Strode authored
As far as I can tell add_local_addrinfo is just broken. getaddrinfo should be returning an error always, since we've specified NUMERICHOST and are putting in a non-numeric hostname. This commit switches out the code to use getifaddrs which seems to be the actual intention of the function.
-
Ray Strode authored
common: Fix add_local_addrinfo See merge request GNOME/gdm!232
-
When user_session is NULL, we would try to ref it leading to errors.
-
The previous version of this code was simply wrong. It would pass the session we want to return to into switch_to_compatible_user_session, but it would pass TRUE to fail_if_already_switched. This would exclude the session we want to activate from the list of sessions we can activate. This leaves the user stranded on a frozen GDM when reauthenticating during a secure lock
-
Ray Strode authored
Bugfixes for temporary reauthentication channel See merge request GNOME/gdm!253
-
This is an in progress patch to make Xorg support optional. Things left: 1. Add meson good to set BUILD_X11_SUPPORT 2. Make XorgEnable and WaylandEnable become noops if we can't switch between them 3. Drop the udev rule from the build 4. Drop gdm-x-session and Xsession 5. Probably more extensive #ifdefs throughout the code to cut out more bits.
-
-
-
-
-
-
-
As that is the requirement for building the chooser
-
-
-
-
-
-
Ray Strode authored
Strip out Xorg support See merge request GNOME/gdm!261
-
Quentin PAGÈS authored
(cherry picked from commit cdc96e6181966e33d9eaa41fa09739aa8d99a6b0)
-
Artur S0 authored
-
Yuri Chornoivan authored
-
Piotr Drąg authored
-
Rafael authored
-
twlvnn kraftwerk authored
(cherry picked from commit e023f4c35187835c45e1bcfc34735132eeb26a68)
-
Giannis Antypas authored
(cherry picked from commit ab3ce6f713c894dc716cb3ecce008297e6ef359d)
-
Sabri Ünal authored
-
Davide Ferracin authored
-
Quentin PAGÈS authored
-
Dušan Kazik authored
-
Ray Strode authored
This commit gets rid of some last ditch fallback code that is only useful when X11 support is enabled and can get in the way if X11 support is disabled.
-
Ray Strode authored
daemon: Don't try Xorg as a last ditch fallback if there is no X11 support See merge request GNOME/gdm!263
-
Ray Strode authored
- Make X11 support optional - Support logind secure attention key - Drop gdm-screenshot - Don't hardcode g-r-d in dbus policy - Fix numeric local address resolution - Docs updates - Translation updates
-
Simon McVittie authored