fix the previous fix

This commit is contained in:
Matthias Clasen 2007-08-12 17:43:08 +00:00
parent ab74709c77
commit 252bf8c981
2 changed files with 6 additions and 3 deletions

View File

@ -17,7 +17,7 @@
Summary: The GNOME Display Manager
Name: gdm
Version: 2.19.5
Release: 7%{?dist}
Release: 8%{?dist}
Epoch: 1
License: GPLv2+
Group: User Interface/X
@ -358,6 +358,9 @@ fi
%{_datadir}/pixmaps/faces/extras/*.jpg
%changelog
* Sun Aug 12 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.5-8
- Make the previous fix actually work
* Sun Aug 12 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.5-7
- Make gdmsetup work with consolehelper and pam again

View File

@ -7,8 +7,8 @@ diff -up gdm-2.19.5/gui/gdmsetup.desktop.in.in.gdmsetup-path gdm-2.19.5/gui/gdms
_Comment=Configure GDM login window appearance and behavior
-TryExec=@sbindir@/gdmsetup
-Exec=@sbindir@/gdmsetup
+TryExec=@bindir@/gdmsetup
+Exec=@bindir@/gdmsetup
+TryExec=/usr/bin/gdmsetup
+Exec=/usr/bin/gdmsetup
Icon=gdm-setup
StartupNotify=true
Terminal=false