make gdmsetup work with consolehelper and pam, again
This commit is contained in:
parent
dc78af3e04
commit
ab74709c77
11
gdm.spec
11
gdm.spec
@ -17,7 +17,7 @@
|
|||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.19.5
|
Version: 2.19.5
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -53,6 +53,9 @@ Patch33: gdm-2.19.1-pass-ats-to-session.patch
|
|||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=457998
|
# http://bugzilla.gnome.org/show_bug.cgi?id=457998
|
||||||
Patch34: gdm-2.19.5-dont-warp-pointer-to-stylus.patch
|
Patch34: gdm-2.19.5-dont-warp-pointer-to-stylus.patch
|
||||||
|
|
||||||
|
# make gdmsetup work with consolehelper
|
||||||
|
Patch35: gdmsetup-path.patch
|
||||||
|
|
||||||
Patch100: gdm-2.19.4-change-defaults.patch
|
Patch100: gdm-2.19.4-change-defaults.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -137,13 +140,14 @@ Extra icons / faces for the GNOME Display Manager.
|
|||||||
%patch32 -p1 -b .a11y-fixes
|
%patch32 -p1 -b .a11y-fixes
|
||||||
%patch33 -p1 -b .pass-ats-to-session
|
%patch33 -p1 -b .pass-ats-to-session
|
||||||
%patch34 -p1 -b .dont-warp-pointer-to-stylus
|
%patch34 -p1 -b .dont-warp-pointer-to-stylus
|
||||||
|
%patch35 -p1 -b .gdmsetup-path
|
||||||
|
|
||||||
%patch100 -p1 -b .change-defaults
|
%patch100 -p1 -b .change-defaults
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp -f %{SOURCE1} config/gdm
|
cp -f %{SOURCE1} config/gdm
|
||||||
cp -f %{SOURCE2} config/gdm-autologin
|
cp -f %{SOURCE2} config/gdm-autologin
|
||||||
cp -f %{SOURCE3} gdmsetup-pam
|
cp -f %{SOURCE3} utils/gdmsetup-pam
|
||||||
|
|
||||||
intltoolize --force --copy
|
intltoolize --force --copy
|
||||||
aclocal
|
aclocal
|
||||||
@ -354,6 +358,9 @@ fi
|
|||||||
%{_datadir}/pixmaps/faces/extras/*.jpg
|
%{_datadir}/pixmaps/faces/extras/*.jpg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 12 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.5-7
|
||||||
|
- Make gdmsetup work with consolehelper and pam again
|
||||||
|
|
||||||
* Mon Aug 6 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.5-6
|
* Mon Aug 6 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.5-6
|
||||||
- Require gnome-keyring-pam
|
- Require gnome-keyring-pam
|
||||||
|
|
||||||
|
14
gdmsetup-path.patch
Normal file
14
gdmsetup-path.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
diff -up gdm-2.19.5/gui/gdmsetup.desktop.in.in.gdmsetup-path gdm-2.19.5/gui/gdmsetup.desktop.in.in
|
||||||
|
--- gdm-2.19.5/gui/gdmsetup.desktop.in.in.gdmsetup-path 2007-08-12 01:56:54.000000000 -0400
|
||||||
|
+++ gdm-2.19.5/gui/gdmsetup.desktop.in.in 2007-08-12 01:57:34.000000000 -0400
|
||||||
|
@@ -2,8 +2,8 @@
|
||||||
|
Encoding=UTF-8
|
||||||
|
_Name=Login Window
|
||||||
|
_Comment=Configure GDM login window appearance and behavior
|
||||||
|
-TryExec=@sbindir@/gdmsetup
|
||||||
|
-Exec=@sbindir@/gdmsetup
|
||||||
|
+TryExec=@bindir@/gdmsetup
|
||||||
|
+Exec=@bindir@/gdmsetup
|
||||||
|
Icon=gdm-setup
|
||||||
|
StartupNotify=true
|
||||||
|
Terminal=false
|
Loading…
Reference in New Issue
Block a user