Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
srpm
lightdm
Commits
83a202e9
Commit
83a202e9
authored
Oct 06, 2014
by
Rex Dieter
Browse files
respin/fix fedora_config.patch (properly use [SeatDefaults] section)
parent
313da6cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
lightdm-1.10.2-fedora_config.patch
View file @
83a202e9
diff -up lightdm-1.10.2/data/lightdm.conf.fedora_config lightdm-1.10.2/data/lightdm.conf
--- lightdm-1.10.2/data/lightdm.conf.fedora_config 2014-09-10 20:07:11.000000000 -0500
+++ lightdm-1.10.2/data/lightdm.conf 2014-
09-17 06:42:05.603122757
-0500
+++ lightdm-1.10.2/data/lightdm.conf 2014-
10-06 09:00:51.305080416
-0500
@@ -21,9 +21,9 @@
#start-default-seat=true
#greeter-user=lightdm
...
...
@@ -13,23 +13,16 @@ diff -up lightdm-1.10.2/data/lightdm.conf.fedora_config lightdm-1.10.2/data/ligh
#guest-account-script=guest-account
#logind-load-seats=false
#logind-check-graphical=false
@@ -43,6 +43,7 @@
# pam-autologin-service = PAM service to use for autologin
# pam-greeter-service = PAM service to use for greeters
# xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
@@ -84,7 +84,7 @@
#pam-service=lightdm
#pam-autologin-service=lightdm-autologin
#pam-greeter-service=lightdm-greeter
-#xserver-command=X
+xserver-command=X -background none
# xserver-layout = Layout to pass to X server
# xserver-config = Config file to pass to X server
# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
@@ -64,6 +65,7 @@
# allow-guest = True if guest login is allowed
# guest-session = Session to load for guests (overrides user-session)
# session-wrapper = Wrapper script to run session with
+session-wrapper=/etc/X11/xinit/Xsession
# greeter-wrapper = Wrapper script to run greeter with
# guest-wrapper = Wrapper script to run guest sessions with
# display-setup-script = Script to run when starting a greeter session (runs as root)
@@ -96,7 +98,7 @@
#xserver-layout=
#xserver-config=
#xserver-allow-tcp=false
@@ -96,7 +96,7 @@
#xdmcp-key=
#unity-compositor-command=unity-system-compositor
#unity-compositor-timeout=60
...
...
@@ -38,9 +31,18 @@ diff -up lightdm-1.10.2/data/lightdm.conf.fedora_config lightdm-1.10.2/data/ligh
#greeter-hide-users=false
#greeter-allow-guest=true
#greeter-show-manual-login=false
@@ -105,7 +105,7 @@
#allow-user-switching=true
#allow-guest=true
#guest-session=
-#session-wrapper=lightdm-session
+session-wrapper=/etc/X11/xinit/Xsession
#greeter-wrapper=
#guest-wrapper=
#display-setup-script=
diff -up lightdm-1.10.2/data/users.conf.fedora_config lightdm-1.10.2/data/users.conf
--- lightdm-1.10.2/data/users.conf.fedora_config 2014-0
9
-1
7 06:40:05.032377125
-0500
+++ lightdm-1.10.2/data/users.conf 2014-
09-17 06:42:21.414958257
-0500
--- lightdm-1.10.2/data/users.conf.fedora_config 2014-0
5
-1
9 15:11:31.000000000
-0500
+++ lightdm-1.10.2/data/users.conf 2014-
10-06 08:59:37.425129841
-0500
@@ -9,6 +9,6 @@
# hidden-shells = Shells that indicate a user cannot login
#
...
...
lightdm.spec
View file @
83a202e9
...
...
@@ -5,7 +5,7 @@
Name: lightdm
Summary: Lightweight Display Manager
Version: 1.10.2
Release:
1
%{?dist}
Release:
2
%{?dist}
# library/bindings are LGPLv2 or LGPLv3, the rest GPLv3+
License: (LGPLv2 or LGPLv3) and GPLv3+
...
...
@@ -248,6 +248,9 @@ exit 0
%changelog
* Mon Oct 06 2014 Rex Dieter <rdieter@fedoraproject.org> 1.10.2-2
- respin/fix fedora_config.patch (properly use [SeatDefaults] section)
* Wed Sep 17 2014 Rex Dieter <rdieter@fedoraproject.org> 1.10.2-1
- lightdm-1.10.2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment