~ubuntu-branches/ubuntu/precise/lightdm/precise

« back to all changes in this revision

Viewing changes to debian/patches/01_transition_gnome_ubuntu_desktop.patch

  • Committer: Package Import Robot
  • Author(s): Robert Ancell, Gunnar Hjalmarsson, Robert Ancell
  • Date: 2012-03-22 16:48:59 UTC
  • mfrom: (1.1.26)
  • Revision ID: package-import@ubuntu.com-20120322164859-qff2tfcxk01bztae
Tags: 1.1.9-0ubuntu1
[ Gunnar Hjalmarsson ]
* debian/guest-account: Add trailing '/' to the line
  "gs_skel=/etc/guest-session/skel" (LP: #956152).

[ Robert Ancell ]
* New upstream release:
  * Add --show-users/--hide-users to lightdm-set-defaults
  * Call initgroups before pam_setcred - this allows pam_setcred to change
    group membership correctly (LP: #880104)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
=== modified file 'liblightdm-gobject/user.c'
4
4
Index: lightdm/liblightdm-gobject/user.c
5
5
===================================================================
6
 
--- lightdm.orig/liblightdm-gobject/user.c      2012-02-15 20:02:49.524980000 +1100
7
 
+++ lightdm/liblightdm-gobject/user.c   2012-02-15 20:08:19.575191981 +1100
8
 
@@ -1162,6 +1162,22 @@
 
6
--- lightdm.orig/liblightdm-gobject/user.c      2012-03-22 16:48:58.821820000 +1100
 
7
+++ lightdm/liblightdm-gobject/user.c   2012-03-22 16:59:44.835679957 +1100
 
8
@@ -1158,6 +1158,22 @@
9
9
     if (priv->session)
10
10
         g_free (priv->session);
11
11
     priv->session = g_key_file_get_string (priv->dmrc_file, "Desktop", "Session", NULL);