Hide gdmphotosetup
This commit is contained in:
parent
2af7a7a81f
commit
4df839e6af
10
gdm.spec
10
gdm.spec
@ -16,7 +16,7 @@
|
|||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.18.0
|
Version: 2.18.0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: LGPL/GPL
|
License: LGPL/GPL
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -213,7 +213,10 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/applications/gdmsetup.desktop
|
|||||||
(cd $RPM_BUILD_ROOT/usr/bin; ln -sf consolehelper gdmsetup)
|
(cd $RPM_BUILD_ROOT/usr/bin; ln -sf consolehelper gdmsetup)
|
||||||
|
|
||||||
# fix the "login photo" file
|
# fix the "login photo" file
|
||||||
# FIXME: work around invalid categories for now
|
cat >>$RPM_BUILD_ROOT%{_datadir}/applications/gdmphotosetup.desktop <<EOF
|
||||||
|
NoDisplay=true
|
||||||
|
EOF
|
||||||
|
|
||||||
desktop-file-install --vendor gnome --delete-original \
|
desktop-file-install --vendor gnome --delete-original \
|
||||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||||
--remove-category Application \
|
--remove-category Application \
|
||||||
@ -369,6 +372,9 @@ fi
|
|||||||
%{_datadir}/pixmaps/faces/extras/*.jpg
|
%{_datadir}/pixmaps/faces/extras/*.jpg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 27 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-6
|
||||||
|
- Hide gdmphotosetup by default, since About Me does the same
|
||||||
|
|
||||||
* Tue Mar 20 2007 Ray Strode <rstrode@redhat.com> - 1:2.18.0-5
|
* Tue Mar 20 2007 Ray Strode <rstrode@redhat.com> - 1:2.18.0-5
|
||||||
- add fix to allow themes to cope with low resolution modes
|
- add fix to allow themes to cope with low resolution modes
|
||||||
better (bug 232672)
|
better (bug 232672)
|
||||||
|
Loading…
Reference in New Issue
Block a user