Package: gdm3 / 48.0-3

Metadata

Package Version Patches format
gdm3 48.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
gdm settings utils rename variable to fix build with gcc .patch | (download)

common/gdm-settings-utils.c | 8 4 + 4 - 0 !
common/gdm-settings-utils.h | 2 1 + 1 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 gdm-settings-utils: rename variable to fix build with gcc 15

In GNU23 C, bool is a keyword. Rename the variable to avoid syntax error.

16_xserver_path.patch | (download)

build-aux/find-x-server.sh | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 use x_path and related environment variables when they exist

Based on a patch by Julien Cristau.

90_config_comments.patch | (download)

data/gdm.conf-custom.in | 13 13 + 0 - 0 !
1 file changed, 13 insertions(+)

 add some comments in the daemon.conf file to explain the available
 options

Thanks to Joey Hess.

91_dconf_database_path.patch | (download)

data/dconf/gdm.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 point to a dconf path in /var/lib/gdm3 instead of the one in
 $DATADIR

92_systemd_unit.patch | (download)

data/gdm.service.in | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 configure systemd service for debian

* Regenerate dconf defaults from source files before start or reload
* Use the right executable name for Debian
* Delay restarts a little
* Don't install the display-manager.service alias, which is managed
  jointly by all Debian display managers via a debconf question

Authors: Josselin Mouette, Laurent Bigonville, Iain Lane
94_retain_xorg_log.patch | (download)

daemon/gdm-server.c | 10 6 + 4 - 0 !
1 file changed, 6 insertions(+), 4 deletions(-)

 reinstate xorg.n.log at xorg maintainers' request

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765771
debian/utils gdm auth config debian Add debian hook for gdm conf.patch | (download)

utils/gdm-auth-config-debian | 175 175 + 0 - 0 !
1 file changed, 175 insertions(+)

 utils/gdm-auth-config-debian: add debian hook for gdm-config

This is distro-specific configuration that gdm allows distro to
configure so add the debian version for it that will be installed when
-Ddistro=debian