Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 602734 Details for
Bug 846135
[PATCH] please update gdm to new display manager logic
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
the right patch file
0001-https-fedoraproject.org-wiki-Features-DisplayManager.patch (text/plain), 2.24 KB, created by
Lennart Poettering
on 2012-08-07 12:34:02 UTC
(
hide
)
Description:
the right patch file
Filename:
MIME Type:
Creator:
Lennart Poettering
Created:
2012-08-07 12:34:02 UTC
Size:
2.24 KB
patch
obsolete
>From 60a4c55bf74d2bb42ed1a13ea0948278531219cb Mon Sep 17 00:00:00 2001 >From: Lennart Poettering <lennart@poettering.net> >Date: Tue, 7 Aug 2012 01:13:11 +0200 >Subject: [PATCH] https://fedoraproject.org/wiki/Features/DisplayManagerRework > >--- > gdm.spec | 19 +++++++++++++++++-- > 1 file changed, 17 insertions(+), 2 deletions(-) > >diff --git a/gdm.spec b/gdm.spec >index 4f1b588..706516b 100644 >--- a/gdm.spec >+++ b/gdm.spec >@@ -14,7 +14,7 @@ > Summary: The GNOME Display Manager > Name: gdm > Version: 3.5.5 >-Release: 1%{?dist} >+Release: 2%{?dist} > Epoch: 1 > License: GPLv2+ > Group: User Interface/X >@@ -77,6 +77,11 @@ BuildRequires: pkgconfig(accountsservice) >= 0.6.3 > BuildRequires: pkgconfig(libsystemd-login) > BuildRequires: pkgconfig(libsystemd-daemon) > BuildRequires: pkgconfig(ply-boot-client) >+BuildRequires: systemd >+ >+Requires(post): systemd >+Requires(preun): systemd >+Requires(postun): systemd > > # these are all just for rewriting gdm.d/00-upstream-settings > Requires(posttrans): dconf >@@ -235,8 +240,11 @@ if [ $1 -ge 2 -a -f $custom ] && grep -q /etc/X11/gdm $custom ; then > sed -i -e 's@/etc/X11/gdm@/etc/gdm@g' $custom > fi > >+%systemd_post gdm.service >+ > %preun > %gconf_schema_remove gdm-simple-greeter >+%systemd_preun gdm.service > > %postun > /sbin/ldconfig >@@ -248,6 +256,7 @@ fi > if [ $1 -eq 0 ] ; then > /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : > fi >+%systemd_postun > > %posttrans > dconf update >@@ -330,7 +339,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : > %{_datadir}/gdm/simple-greeter/extensions/fingerprint/page.ui > %{_libdir}/gdm/simple-greeter/extensions/libfingerprint.so > %{_sysconfdir}/pam.d/gdm-launch-environment >-/usr/lib/systemd/system/gdm.service >+%{_unitdir}/gdm.service > > %files devel > %dir %{_includedir}/gdm >@@ -345,6 +354,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : > %{_libdir}/girepository-1.0/Gdm-1.0.typelib > > %changelog >+* Tue Aug 7 2012 Lennart Poettering <lpoetter@redhat.com> - 1:3.5.5-2 >+- https://fedoraproject.org/wiki/Features/DisplayManagerRework >+- https://bugzilla.redhat.com/show_bug.cgi?id=846135 >+- Ship and use gdm.service >+- Force gdm onto VT1 >+ > * Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.5-1 > - Update to 3.5.5 > >-- >1.7.11.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 846135
:
602597
|
602733
| 602734