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 602739 Details for
Bug 846151
[PATCH] Please adapt cdm 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-https-fedoraproject.org-wiki-Features-DisplayManager.patch (text/plain), 2.30 KB, created by
Lennart Poettering
on 2012-08-07 12:45:10 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Lennart Poettering
Created:
2012-08-07 12:45:10 UTC
Size:
2.30 KB
patch
obsolete
>From 055e741b9bc38265cf953a3b37e9500eab7ef2d2 Mon Sep 17 00:00:00 2001 >From: Lennart Poettering <lennart@poettering.net> >Date: Tue, 7 Aug 2012 14:43:49 +0200 >Subject: [PATCH] https://fedoraproject.org/wiki/Features/DisplayManagerRework > >--- > cdm.service | 12 ++++++++++++ > cdm.spec | 24 ++++++++++++++++++++---- > 2 files changed, 32 insertions(+), 4 deletions(-) > create mode 100644 cdm.service > >diff --git a/cdm.service b/cdm.service >new file mode 100644 >index 0000000..7fac27c >--- /dev/null >+++ b/cdm.service >@@ -0,0 +1,12 @@ >+[Unit] >+Description=CDM Display Manager >+Conflicts=getty@tty1.service >+After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service >+ >+[Service] >+ExecStart=/usr/bin/cdm >+Restart=always >+IgnoreSIGPIPE=no >+ >+[Install] >+Alias=display-manager.service >diff --git a/cdm.spec b/cdm.spec >index 4360cdc..e2cde8f 100644 >--- a/cdm.spec >+++ b/cdm.spec >@@ -1,12 +1,13 @@ > Name: cdm > Version: 0.5.3 >-Release: 6%{?dist} >-Summary: Very minimalistic login manager >+Release: 7%{?dist} >+Summary: Very minimalistic login manager > > Group: User Interface/X > License: GPLv2+ > URL: http://cdm.ghost1227.com > Source0: http://cdm.ghost1227.com/repo/%{name}-%{version}.tar.gz >+Source1: cdm.service > > Requires: dialog xorg-x11-xinit xorg-x11-utils ConsoleKit pm-utils > Patch0: cdm-fedora-default-config.patch >@@ -37,9 +38,20 @@ install -Dm644 src/cdmrc $RPM_BUILD_ROOT/%{_sysconfdir}/cdmrc > install -m755 src/xinitrc $RPM_BUILD_ROOT/%{_datarootdir}/%{name}/ > cp -rf src/themes/* $RPM_BUILD_ROOT/%{_datarootdir}/%{name}/ > >+mkdir -p $RPM_BUILD_ROOT%{_unitdir} >+install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir}/cdm.service >+ > %clean > rm -rf $RPM_BUILD_ROOT > >+%post >+%systemd_post cdm.service >+ >+%preun >+%systemd_preun cdm.service >+ >+%postun >+%systemd_postun > > %files > %defattr(-,root,root,-) >@@ -50,10 +62,14 @@ rm -rf $RPM_BUILD_ROOT > > %config(noreplace) %{_sysconfdir}/cdmrc > >- >- >+%{_unitdir}/cdm.service > > %changelog >+* Tue Aug 7 2012 Lennart Poettering <lpoetter@redhat.com> - 0.5.3-7 >+- Display Manager Rework >+- https://fedoraproject.org/wiki/Features/DisplayManagerRework >+- https://bugzilla.redhat.com/show_bug.cgi?id=846151 >+ > * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-6 > - 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 846151
: 602739