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 696962 Details for
Bug 882037
race between adding liveuser and gdm autologin
[?]
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]
patch to fix things
0001-Fix-GDM-auto-login-for-all-GNOME-based-spins.patch (text/plain), 2.75 KB, created by
Richard Hughes
on 2013-02-13 17:38:24 UTC
(
hide
)
Description:
patch to fix things
Filename:
MIME Type:
Creator:
Richard Hughes
Created:
2013-02-13 17:38:24 UTC
Size:
2.75 KB
patch
obsolete
>From 3ce5530265cdabd0688dd4f01f85285b6cb7e996 Mon Sep 17 00:00:00 2001 >From: Richard Hughes <richard@hughsie.com> >Date: Wed, 13 Feb 2013 15:37:36 +0000 >Subject: [PATCH] Fix GDM auto-login for all GNOME-based spins > >Using >> means we have a custom.conf file that looks like this: > >[daemon] >... >[daemon] >AutomaticLoginEnable=True >AutomaticLogin=liveuser > >Which is the first reason why it's failing. Change the cat append to replace as >the other sections are optional. > >Additionally, the livesys legacy service is not completing before gdm is being >started, which means the config file is being read before it has been altered. > >This can be fixed by adding a LSB-style "X-Start-Before: display-manager" in the >header of livesys. >--- > fedora-live-base.ks | 3 +++ > fedora-live-desktop.ks | 2 +- > fedora-live-mini.ks | 3 +++ > fedora-livecd-soas.ks | 2 +- > fedora-livedvd-robotics.ks | 2 +- > 5 files changed, 9 insertions(+), 3 deletions(-) > >diff --git a/fedora-live-base.ks b/fedora-live-base.ks >index ecbc9b5..503a624 100644 >--- a/fedora-live-base.ks >+++ b/fedora-live-base.ks >@@ -63,6 +63,9 @@ cat > /etc/rc.d/init.d/livesys << EOF > # > # chkconfig: 345 00 99 > # description: Init script for live image. >+### BEGIN INIT INFO >+# X-Start-Before: display-manager >+### END INIT INFO > > . /etc/init.d/functions > >diff --git a/fedora-live-desktop.ks b/fedora-live-desktop.ks >index 56ee2ea..f9ea42b 100644 >--- a/fedora-live-desktop.ks >+++ b/fedora-live-desktop.ks >@@ -65,7 +65,7 @@ fi > glib-compile-schemas /usr/share/glib-2.0/schemas > > # set up auto-login >-cat >> /etc/gdm/custom.conf << FOE >+cat > /etc/gdm/custom.conf << FOE > [daemon] > AutomaticLoginEnable=True > AutomaticLogin=liveuser >diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks >index 90a50b6..8a524a6 100644 >--- a/fedora-live-mini.ks >+++ b/fedora-live-mini.ks >@@ -107,6 +107,9 @@ cat > /etc/rc.d/init.d/livesys << EOF > # > # chkconfig: 345 00 99 > # description: Init script for live image. >+### BEGIN INIT INFO >+# X-Start-Before: display-manager >+### END INIT INFO > > . /etc/init.d/functions > >diff --git a/fedora-livecd-soas.ks b/fedora-livecd-soas.ks >index cf87f55..5938bd9 100644 >--- a/fedora-livecd-soas.ks >+++ b/fedora-livecd-soas.ks >@@ -67,7 +67,7 @@ vu.lux.olpc.Speak > EOF > > # set up auto-login >-cat >> /etc/gdm/custom.conf << EOF >+cat > /etc/gdm/custom.conf << EOF > [daemon] > AutomaticLoginEnable=True > AutomaticLogin=liveuser >diff --git a/fedora-livedvd-robotics.ks b/fedora-livedvd-robotics.ks >index 9b4a0b0..c903e5a 100644 >--- a/fedora-livedvd-robotics.ks >+++ b/fedora-livedvd-robotics.ks >@@ -127,7 +127,7 @@ fi > glib-compile-schemas /usr/share/glib-2.0/schemas > > # set up auto-login >-cat >> /etc/gdm/custom.conf << FOE >+cat > /etc/gdm/custom.conf << FOE > [daemon] > AutomaticLoginEnable=True > AutomaticLogin=liveuser >-- >1.8.1.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 882037
: 696962