diff --git a/gdm-2.17.7.tar.bz2 b/gdm-2.17.7.tar.bz2 deleted file mode 100644 index 1ce82d8..0000000 --- a/gdm-2.17.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8377abb7adc0a2a0fb9eeb1bd8256a9ec907506d22359a9a8b28d3e56b5ab222 -size 3322848 diff --git a/gdm-2.18.0.tar.bz2 b/gdm-2.18.0.tar.bz2 new file mode 100644 index 0000000..28e3af1 --- /dev/null +++ b/gdm-2.18.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6619ef1ba04f4408f181b1a6c1d8a86f791706e22e0e2803153dbd5554a18053 +size 3461709 diff --git a/gdm-conf-custom-sysconfig.patch b/gdm-conf-custom-sysconfig.patch index 648a27f..c35b369 100644 --- a/gdm-conf-custom-sysconfig.patch +++ b/gdm-conf-custom-sysconfig.patch @@ -1,6 +1,8 @@ ---- config/gdm.conf-custom -+++ config/gdm.conf-custom -@@ -37,6 +37,12 @@ +Index: config/gdm.conf-custom.in +=================================================================== +--- config/gdm.conf-custom.in.orig ++++ config/gdm.conf-custom.in +@@ -50,6 +50,12 @@ # # NOTE: Lines that begin with "#" are considered comments. # diff --git a/gdm-gdmsetup-rootonly.patch b/gdm-gdmsetup-rootonly.patch index 50d4cb3..4816be3 100644 --- a/gdm-gdmsetup-rootonly.patch +++ b/gdm-gdmsetup-rootonly.patch @@ -1,9 +1,11 @@ ---- gui/gdmsetup.desktop.in.in +Index: gui/gdmsetup.desktop.in.in +=================================================================== +--- gui/gdmsetup.desktop.in.in.orig +++ gui/gdmsetup.desktop.in.in -@@ -5,6 +5,7 @@ - _Comment=Configure the login window (GNOME Display Manager) +@@ -4,6 +4,7 @@ _Name=Login Window + _Comment=Configure GDM login window appearance and behavior TryExec=@sbindir@/gdmsetup - Exec=gdmsetup + Exec=@sbindir@/gdmsetup +X-KDE-RootOnly=true Icon=gdm-setup StartupNotify=true diff --git a/gdm-gdmsetup.patch b/gdm-gdmsetup.patch index b365c71..bf3188a 100644 --- a/gdm-gdmsetup.patch +++ b/gdm-gdmsetup.patch @@ -8,6 +8,6 @@ Index: gui/gdmsetup.desktop.in.in _Comment=Configure GDM login window appearance and behavior -TryExec=@sbindir@/gdmsetup +TryExec=gdmsetup - Exec=gdmsetup + Exec=@sbindir@/gdmsetup X-KDE-RootOnly=true Icon=gdm-setup diff --git a/gdm-trunk-string-literal-cmp.patch b/gdm-trunk-string-literal-cmp.patch deleted file mode 100644 index ef1ba3b..0000000 --- a/gdm-trunk-string-literal-cmp.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: gui/gdmdynamic.c -=================================================================== ---- gui/gdmdynamic.c (revision 4590) -+++ gui/gdmdynamic.c (working copy) -@@ -153,7 +153,7 @@ main (int argc, char *argv[]) - } - - /* process remaining option arguments for -l */ -- if (command == GDM_SUP_ATTACHED_SERVERS) -+ if (command != NULL && strcmp (command, GDM_SUP_ATTACHED_SERVERS) == 0) - for (; optind