fix the previous fix
This commit is contained in:
parent
ab74709c77
commit
252bf8c981
5
gdm.spec
5
gdm.spec
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user