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 602793 Details for
Bug 846152
[PATCH] Please adapt slim for display manager rework feature
[?]
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]
proposed patch
0001-Display-Manager-Rework.patch (text/plain), 2.86 KB, created by
Lennart Poettering
on 2012-08-07 15:59:05 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Lennart Poettering
Created:
2012-08-07 15:59:05 UTC
Size:
2.86 KB
patch
obsolete
>From 5ba1090d093cce4e08d70cc0a0cfdec3cad54cb6 Mon Sep 17 00:00:00 2001 >From: Lennart Poettering <lennart@poettering.net> >Date: Tue, 7 Aug 2012 17:57:44 +0200 >Subject: [PATCH] Display Manager Rework > >--- > slim.service | 13 +++++++++++++ > slim.spec | 26 +++++++++++++++++++++++++- > 2 files changed, 38 insertions(+), 1 deletion(-) > create mode 100644 slim.service > >diff --git a/slim.service b/slim.service >new file mode 100644 >index 0000000..45b71c6 >--- /dev/null >+++ b/slim.service >@@ -0,0 +1,13 @@ >+[Unit] >+Description=SLiM Login Manager >+Documentation=man:slim(1) >+Conflicts=getty@tty1.service >+After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service >+ >+[Service] >+ExecStart=/usr/bin/slim >+Restart=always >+IgnoreSIGPIPE=no >+ >+[Install] >+Alias=display-manager.service >diff --git a/slim.spec b/slim.spec >index 4135301..83cd9c4 100644 >--- a/slim.spec >+++ b/slim.spec >@@ -1,6 +1,6 @@ > Name: slim > Version: 1.3.3 >-Release: 3%{?dist} >+Release: 4%{?dist} > Summary: Simple Login Manager > Group: User Interface/X > License: GPLv2+ >@@ -15,6 +15,7 @@ Source4: slim-fedora.txt > # logrotate entry (see bz#573743) > Source5: slim.logrotate.d > Source6: slim-tmpfiles.conf >+Source7: slim.service > # Fedora-specific patches > Patch1: slim-1.3.3-fedora.patch > Patch2: slim-1.3.2-selinux.patch >@@ -32,6 +33,11 @@ Requires: desktop-backgrounds-basic > # for anaconda yum > Provides: service(graphical-login) > >+BuildRequires: systemd >+Requires(post): systemd >+Requires(preun): systemd >+Requires(postun): systemd >+ > %description > SLiM (Simple Login Manager) is a graphical login manager for X11. > It aims to be simple, fast and independent from the various >@@ -72,6 +78,18 @@ install -m0644 -D %{SOURCE5} %{buildroot}/%{_sysconfdir}/logrotate.d/slim > install -p -D %{SOURCE6} %{buildroot}%{_sysconfdir}/tmpfiles.d/slim.conf > %endif > >+mkdir -p $RPM_BUILD_ROOT%{_unitdir} >+install -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_unitdir}/slim.service >+ >+%post >+%systemd_post slim.service >+ >+%preun >+%systemd_preun slim.service >+ >+%postun >+%systemd_postun >+ > %files > %defattr(-,root,root,-) > %doc COPYING ChangeLog README* THEMES TODO >@@ -84,12 +102,18 @@ install -p -D %{SOURCE6} %{buildroot}%{_sysconfdir}/tmpfiles.d/slim.conf > %{_mandir}/man1/slim*.1* > %dir %{_datadir}/slim > %{_datadir}/slim/themes/ >+%{_unitdir}/slim.service > > %if 0%{?fedora} >= 15 > %config(noreplace) %{_sysconfdir}/tmpfiles.d/slim.conf > %endif > > %changelog >+* Tue Aug 7 2012 Lennart Poettering <lpoetter@redhat.com> - 1.3.3-4 >+- Display Manager Rework >+- https://fedoraproject.org/wiki/Features/DisplayManagerRework >+- https://bugzilla.redhat.com/show_bug.cgi?id=846152 >+ > * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-3 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >-- >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 846152
: 602793