~ubuntu-branches/ubuntu/wily/lightdm/wily-proposed

« back to all changes in this revision

Viewing changes to debian/patches/04_language_handling.patch

  • Committer: Package Import Robot
  • Author(s): Robert Ancell, Robert Ancell, Gunnar Hjalmarsson
  • Date: 2015-08-10 16:11:13 UTC
  • Revision ID: package-import@ubuntu.com-20150810161113-lji1gykoxp1caloq
Tags: 1.15.2-0ubuntu1
[ Robert Ancell ]
* New upstream release:
  - Support Wayland sessions. (LP: #888391)
  - Implement autologin-session option.    
  - Generate Vala bindings from GIR instead of manually writing them. This
    fixes some small bugs in both the Vala and GIR bindings.
  - Don't remove autotools generated files in distclean.
* debian/control:
  - Use standards version 3.9.6
* debian/liblightdm-gobject-1-0.symbols:
  - Updated

[ Gunnar Hjalmarsson ]
* debian/lightdm-session:
  - Prevent ~/.bashrc from being sourced when ~/.profile is sourced.
    (LP: #1482641)

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
===================================================================
76
76
--- trunk.orig/src/seat.c
77
77
+++ trunk/src/seat.c
78
 
@@ -999,7 +999,7 @@ configure_session (Session *session, Ses
 
78
@@ -1003,7 +1003,7 @@ configure_session (Session *session, Ses
79
79
     }
80
80
     if (language && language[0] != '\0')
81
81
     {