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
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.19.5
|
Version: 2.19.5
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -358,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-8
|
||||||
|
- Make the previous fix actually work
|
||||||
|
|
||||||
* Sun Aug 12 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.5-7
|
* Sun Aug 12 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.5-7
|
||||||
- Make gdmsetup work with consolehelper and pam again
|
- 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
|
_Comment=Configure GDM login window appearance and behavior
|
||||||
-TryExec=@sbindir@/gdmsetup
|
-TryExec=@sbindir@/gdmsetup
|
||||||
-Exec=@sbindir@/gdmsetup
|
-Exec=@sbindir@/gdmsetup
|
||||||
+TryExec=@bindir@/gdmsetup
|
+TryExec=/usr/bin/gdmsetup
|
||||||
+Exec=@bindir@/gdmsetup
|
+Exec=/usr/bin/gdmsetup
|
||||||
Icon=gdm-setup
|
Icon=gdm-setup
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
Loading…
Reference in New Issue
Block a user