From f450ba4056f3af0d17aeb1e5534619ce2231b63d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:43:08 +0200 Subject: Adding debian version 43.0-3. Signed-off-by: Daniel Baumann --- debian/patches/90_config_comments.patch | 48 +++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 debian/patches/90_config_comments.patch (limited to 'debian/patches/90_config_comments.patch') diff --git a/debian/patches/90_config_comments.patch b/debian/patches/90_config_comments.patch new file mode 100644 index 0000000..15268bf --- /dev/null +++ b/debian/patches/90_config_comments.patch @@ -0,0 +1,48 @@ +From: Josselin Mouette +Date: Wed, 6 Oct 2010 00:10:48 +0200 +Subject: Add some comments in the daemon.conf file to explain the available + options + +Thanks to Joey Hess. + +Last-Update: 2016-03-15 by Andreas Henriksson +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598666 +Origin: vendor, Debian +Forwarded: no +--- + data/gdm.conf-custom.in | 13 +++++++++++++ + 1 file changed, 13 insertions(+) + +diff --git a/data/gdm.conf-custom.in b/data/gdm.conf-custom.in +index 9b63ba9..b6ba63c 100644 +--- a/data/gdm.conf-custom.in ++++ b/data/gdm.conf-custom.in +@@ -1,9 +1,20 @@ + # GDM configuration storage ++# ++# See /usr/share/gdm/gdm.schemas for a list of available options. + + [daemon] + # Uncomment the line below to force the login screen to use Xorg + #WaylandEnable=false + ++# Enabling automatic login ++# AutomaticLoginEnable = true ++# AutomaticLogin = user1 ++ ++# Enabling timed login ++# TimedLoginEnable = true ++# TimedLogin = user1 ++# TimedLoginDelay = 10 ++ + [security] + + [xdmcp] +@@ -12,5 +23,7 @@ + + [debug] + # Uncomment the line below to turn on debugging ++# More verbose logs ++# Additionally lets the X server dump core if it crashes + #Enable=true + -- cgit v1.2.3