[lightdm] lightdm.conf: minimum-vt=1 (allows for better plymouth no vt-switch)

Rex Dieter rdieter at fedoraproject.org
Sun Jul 1 15:12:39 UTC 2012


commit fe9b1e3c6d2871ba397d2e8bf4a1617117455d13
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sun Jul 1 10:15:53 2012 -0500

    lightdm.conf: minimum-vt=1 (allows for better plymouth no vt-switch)

 lightdm-1.3.1-fedora_config.patch |   11 +++++++----
 lightdm.spec                      |    5 ++++-
 2 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/lightdm-1.3.1-fedora_config.patch b/lightdm-1.3.1-fedora_config.patch
index 5300ad0..911daee 100644
--- a/lightdm-1.3.1-fedora_config.patch
+++ b/lightdm-1.3.1-fedora_config.patch
@@ -1,9 +1,12 @@
 diff -up lightdm-1.3.1/data/lightdm.conf.fedora_config lightdm-1.3.1/data/lightdm.conf
 --- lightdm-1.3.1/data/lightdm.conf.fedora_config	2012-05-28 18:27:22.000000000 -0500
-+++ lightdm-1.3.1/data/lightdm.conf	2012-06-27 13:59:13.305441563 -0500
-@@ -20,7 +20,7 @@
++++ lightdm-1.3.1/data/lightdm.conf	2012-07-01 10:14:02.550230009 -0500
+@@ -18,9 +18,9 @@
+ #start-default-seat=true
+ #greeter-user=lightdm
  #minimum-display-number=0
- #minimum-vt=7
+-#minimum-vt=7
++minimum-vt=1
  #lock-memory=true
 -#user-authority-in-system-dir=false
 +user-authority-in-system-dir=true
@@ -29,7 +32,7 @@ diff -up lightdm-1.3.1/data/lightdm.conf.fedora_config lightdm-1.3.1/data/lightd
  #session-setup-script=
 diff -up lightdm-1.3.1/data/users.conf.fedora_config lightdm-1.3.1/data/users.conf
 --- lightdm-1.3.1/data/users.conf.fedora_config	2011-12-08 19:51:23.000000000 -0600
-+++ lightdm-1.3.1/data/users.conf	2012-06-27 13:56:33.355440302 -0500
++++ lightdm-1.3.1/data/users.conf	2012-07-01 10:13:28.092660756 -0500
 @@ -9,6 +9,6 @@
  # hidden-shells = Shells that indicate a user cannot login
  #
diff --git a/lightdm.spec b/lightdm.spec
index 5b5d2c8..2e75834 100644
--- a/lightdm.spec
+++ b/lightdm.spec
@@ -1,7 +1,7 @@
 Name:    lightdm
 Summary: Lightweight Display Manager
 Version: 1.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 # library/bindings are LGPLv3, the rest GPLv3+
 License: LGPLv3+ and GPLv3+
@@ -209,6 +209,9 @@ exit 0
 
 
 %changelog
+* Sun Jul 01 2012 Rex Dieter <rdieter at fedoraproject.org> 1.3.1-2
+- lightdm.conf: minimum-vt=1 (allows for better plymouth no vt-switch)
+
 * Wed Jun 27 2012 Rex Dieter <rdieter at fedoraproject.org> 1.3.1-1
 - lightdm-1.3.1
 


More information about the scm-commits mailing list