- Load background after everything else, so the crossfade isn't choppy.
This commit is contained in:
parent
1de4f902bb
commit
13de7695f2
12
gdm-2.23.92-fix-bg-priority.patch
Normal file
12
gdm-2.23.92-fix-bg-priority.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up gdm-2.23.92/gui/simple-greeter/gdm-simple-greeter.schemas.in.fix-bg-priority gdm-2.23.92/gui/simple-greeter/gdm-simple-greeter.schemas.in
|
||||||
|
--- gdm-2.23.92/gui/simple-greeter/gdm-simple-greeter.schemas.in.fix-bg-priority 2008-09-23 09:59:12.000000000 -0400
|
||||||
|
+++ gdm-2.23.92/gui/simple-greeter/gdm-simple-greeter.schemas.in 2008-09-23 09:59:30.000000000 -0400
|
||||||
|
@@ -177,7 +177,7 @@
|
||||||
|
<applyto>/apps/gdm/simple-greeter/settings-manager-plugins/background/priority</applyto>
|
||||||
|
<owner>gdm-simple-greeter</owner>
|
||||||
|
<type>int</type>
|
||||||
|
- <default>5</default>
|
||||||
|
+ <default>25</default>
|
||||||
|
<locale name="C">
|
||||||
|
<short></short>
|
||||||
|
<long></long>
|
8
gdm.spec
8
gdm.spec
@ -16,7 +16,7 @@
|
|||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.24.0
|
Version: 2.24.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -90,6 +90,7 @@ Patch6: ssid-leak.patch
|
|||||||
Patch7: gdm-2.23.92-filter-dupes-from-lang-list.patch
|
Patch7: gdm-2.23.92-filter-dupes-from-lang-list.patch
|
||||||
Patch8: gdm-2.23.92-another-locale-fixup.patch
|
Patch8: gdm-2.23.92-another-locale-fixup.patch
|
||||||
Patch9: gdm-2.23.92-fix-crash.patch
|
Patch9: gdm-2.23.92-fix-crash.patch
|
||||||
|
Patch10: gdm-2.23.92-fix-bg-priority.patch
|
||||||
|
|
||||||
# Fedora-specific
|
# Fedora-specific
|
||||||
Patch99: gdm-2.23.1-fedora-logo.patch
|
Patch99: gdm-2.23.1-fedora-logo.patch
|
||||||
@ -120,6 +121,7 @@ multiple simulanteous logged in users.
|
|||||||
%patch7 -p1 -b .filter-dupes-from-lang-list
|
%patch7 -p1 -b .filter-dupes-from-lang-list
|
||||||
%patch8 -p1 -b .another-locale-fixup
|
%patch8 -p1 -b .another-locale-fixup
|
||||||
%patch9 -p1 -b .fix-crash
|
%patch9 -p1 -b .fix-crash
|
||||||
|
%patch10 -p1 -b .fix-bg-priority
|
||||||
|
|
||||||
%patch99 -p1 -b .fedora-logo
|
%patch99 -p1 -b .fedora-logo
|
||||||
|
|
||||||
@ -322,6 +324,10 @@ fi
|
|||||||
%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
|
%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 23 2008 Ray Strode <rstrode@redhat.com> - 1:2.24.0-3
|
||||||
|
- Load background after everything else, so the crossfade
|
||||||
|
isn't choppy.
|
||||||
|
|
||||||
* Mon Sep 22 2008 Ray Strode <rstrode@redhat.com> - 1:2.24.0-2
|
* Mon Sep 22 2008 Ray Strode <rstrode@redhat.com> - 1:2.24.0-2
|
||||||
- Fix permssions on spool dir
|
- Fix permssions on spool dir
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user