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
ade3560f
Commit
ade3560f
authored
Sep 17, 2014
by
Rex Dieter
Browse files
lightdm-1.10.2
parent
b3fab507
Changes
6
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
ade3560f
/lightdm-1.10.
1
.tar.xz
/lightdm-1.10.
2
.tar.xz
lightdm-1.
9.9
-FD_leak.patch
→
lightdm-1.
10.2
-FD_leak.patch
View file @
ade3560f
diff -up lightdm-1.
9.9
/src/greeter.c.FD_leak lightdm-1.
9.9
/src/greeter.c
--- lightdm-1.
9.9
/src/greeter.c.FD_leak 2014-0
2-23 18:03:55
.000000000 -0
6
00
+++ lightdm-1.
9.9
/src/greeter.c 2014-0
3
-1
1
0
8:26:37.66734138
2 -0500
@@ -9
69
,9 +9
69
,15 @@
greeter_finalize (GObject *object)
diff -up lightdm-1.
10.2
/src/greeter.c.FD_leak lightdm-1.
10.2
/src/greeter.c
--- lightdm-1.
10.2
/src/greeter.c.FD_leak 2014-0
9-07 18:29:36
.000000000 -0
5
00
+++ lightdm-1.
10.2
/src/greeter.c 2014-0
9
-1
7
0
6:44:52.19038965
2 -0500
@@ -9
87
,9 +9
87
,15 @@
greeter_finalize (GObject *object)
g_object_unref (self->priv->authentication_session);
}
if (self->priv->to_greeter_channel)
...
...
@@ -17,10 +17,10 @@ diff -up lightdm-1.9.9/src/greeter.c.FD_leak lightdm-1.9.9/src/greeter.c
if (self->priv->from_greeter_watch)
g_source_remove (self->priv->from_greeter_watch);
diff -up lightdm-1.
9.9
/src/session.c.FD_leak lightdm-1.
9.9
/src/session.c
--- lightdm-1.
9.9
/src/session.c.FD_leak 2014-0
3-05 21:35:03
.000000000 -0
6
00
+++ lightdm-1.
9.9
/src/session.c 2014-0
3
-1
1
0
8:26:37.667341382
-0500
@@ -45
0
,6 +45
0
,8 @@
session_watch_cb (GPid pid, gint status,
diff -up lightdm-1.
10.2
/src/session.c.FD_leak lightdm-1.
10.2
/src/session.c
--- lightdm-1.
10.2
/src/session.c.FD_leak 2014-0
9-11 19:04:40
.000000000 -0
5
00
+++ lightdm-1.
10.2
/src/session.c 2014-0
9
-1
7
0
6:44:52.191389641
-0500
@@ -45
9
,6 +45
9
,8 @@
session_watch_cb (GPid pid, gint status,
if (session->priv->is_guest)
guest_account_cleanup (session->priv->username);
...
...
lightdm-1.
9.11
-fedora_config.patch
→
lightdm-1.
10.2
-fedora_config.patch
View file @
ade3560f
diff -up lightdm-1.
9.11
/data/lightdm.conf.fedora_config lightdm-1.
9.11
/data/lightdm.conf
--- lightdm-1.
9.11
/data/lightdm.conf.fedora_config 2014-0
3
-1
2 14:56:34
.000000000 -0500
+++ lightdm-1.
9.11
/data/lightdm.conf 2014-0
3
-1
3
0
7:15:20.266046171
-0500
@@ -1
9
,9 +1
9
,9 @@
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-0
9
-1
0 20:07:11
.000000000 -0500
+++ lightdm-1.
10.2
/data/lightdm.conf 2014-0
9
-1
7
0
6:42:05.603122757
-0500
@@ -
2
1,9 +
2
1,9 @@
#start-default-seat=true
#greeter-user=lightdm
#minimum-display-number=0
...
...
@@ -11,18 +11,25 @@ diff -up lightdm-1.9.11/data/lightdm.conf.fedora_config lightdm-1.9.11/data/ligh
-#user-authority-in-system-dir=false
+user-authority-in-system-dir=true
#guest-account-script=guest-account
#log-directory=/var/log/lightdm
#run-directory=/var/run/lightdm
@@ -73,7 +73,7 @@
[SeatDefaults]
#type=xlocal
#xdg-seat=seat0
-#xserver-command=X
#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)
+xserver-command=X -background none
#xserver-layout=
#xserver-config=
#xserver-allow-tcp=false
@@ -85,7 +85,7 @@
# 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 @@
#xdmcp-key=
#unity-compositor-command=unity-system-compositor
#unity-compositor-timeout=60
...
...
@@ -31,22 +38,13 @@ diff -up lightdm-1.9.11/data/lightdm.conf.fedora_config lightdm-1.9.11/data/ligh
#greeter-hide-users=false
#greeter-allow-guest=true
#greeter-show-manual-login=false
@@ -93,7 +93,7 @@
#user-session=default
#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.9.11/data/users.conf.fedora_config lightdm-1.9.11/data/users.conf
--- lightdm-1.9.11/data/users.conf.fedora_config 2013-07-30 09:09:28.000000000 -0500
+++ lightdm-1.9.11/data/users.conf 2014-03-13 07:13:28.320086064 -0500
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-09-17 06:40:05.032377125 -0500
+++ lightdm-1.10.2/data/users.conf 2014-09-17 06:42:21.414958257 -0500
@@ -9,6 +9,6 @@
# hidden-shells = Shells that indicate a user cannot login
#
[User
Accounts
]
[User
List
]
-minimum-uid=500
+minimum-uid=1000
hidden-users=nobody nobody4 noaccess
...
...
lightdm-nodaemon_option.patch
→
lightdm-
1.10.2-
nodaemon_option.patch
View file @
ade3560f
diff -up lightdm-1.10.
0
/src/lightdm.c.nodaemon_option lightdm-1.10.
0
/src/lightdm.c
--- lightdm-1.10.
0
/src/lightdm.c.nodaemon_option 2014-0
3
-17
23:25:24.000000000
-0500
+++ lightdm-1.10.
0
/src/lightdm.c 2014-0
4
-17 06:
50:57.697292717
-0500
@@ -
977,7 +977
,7 @@
main (int argc, char **argv)
diff -up lightdm-1.10.
2
/src/lightdm.c.nodaemon_option lightdm-1.10.
2
/src/lightdm.c
--- lightdm-1.10.
2
/src/lightdm.c.nodaemon_option 2014-0
9
-17
06:42:48.681674585
-0500
+++ lightdm-1.10.
2
/src/lightdm.c 2014-0
9
-17 06:
44:03.021901180
-0500
@@ -
1135,7 +1135
,7 @@
main (int argc, char **argv)
g_printerr (/* Text printed out when an unknown command-line argument provided */
_("Run '%s --help' to see a full list of available command line options."), argv[0]);
g_printerr ("\n");
- return EXIT_FAILURE;
+ /*
return EXIT_FAILURE; */
+
/* return EXIT_FAILURE; */
}
if (show_version)
/* Show combined configuration if user requested it */
lightdm.spec
View file @
ade3560f
...
...
@@ -4,8 +4,8 @@
Name: lightdm
Summary: Lightweight Display Manager
Version: 1.10.
1
Release:
5
%{?dist}
Version: 1.10.
2
Release:
1
%{?dist}
# library/bindings are LGPLv2 or LGPLv3, the rest GPLv3+
License: (LGPLv2 or LGPLv3) and GPLv3+
...
...
@@ -19,16 +19,16 @@ Source4: lightdm.service
Source6: lightdm.rules
## Downstream patches:
Patch10: lightdm-1.
9.11
-fedora_config.patch
Patch10: lightdm-1.
10.2
-fedora_config.patch
# hack in support for --nodaemon option
Patch11: lightdm-nodaemon_option.patch
Patch11: lightdm-
1.10.2-
nodaemon_option.patch
# disable saving to ~/.dmrc (runs afoul of selinux, http://bugzilla.redhat.com/963238 )
Patch12: lightdm-1.9.8-no_dmrc_save.patch
## upstreamable patches
# https://bugzilla.redhat.com/show_bug.cgi?id=973584
# https://bugs.launchpad.net/lightdm/+bug/1190344
Patch50: lightdm-1.
9.9
-FD_leak.patch
Patch50: lightdm-1.
10.2
-FD_leak.patch
BuildRequires: gettext
BuildRequires: gnome-common
...
...
@@ -248,6 +248,9 @@ exit 0
%changelog
* Wed Sep 17 2014 Rex Dieter <rdieter@fedoraproject.org> 1.10.2-1
- lightdm-1.10.2
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
...
...
sources
View file @
ade3560f
b237530f833bd3aafe613a85b76a5826
lightdm-1.10.
1
.tar.xz
0c3bc2027b792c8714dce6076dbf15c2
lightdm-1.10.
2
.tar.xz
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