~noskcaj/ubuntu/vivid/gdm/3.14.1

« back to all changes in this revision

Viewing changes to debian/patches/01_language.patch

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha, Tim Lunn, Jeremy Bicha, Robert Ancell
  • Date: 2013-05-31 22:36:08 UTC
  • mfrom: (1.4.55)
  • Revision ID: package-import@ubuntu.com-20130531223608-33uo85niksee5460
Tags: 3.8.1.1-0ubuntu1
[ Tim Lunn ]
* New upstream release
* debian/patches/ubuntu_dont_catch_sigsegv.patch:
  - Dropped, obsolete
* debian/rules:
  - Don't rename gdm binary since that's already been
    done in the new version

[ Jeremy Bicha ]
* debian/control.in: Bump minimum glib
* debian/watch: Watch for unstable releases
* debian/patches/00git_logind_check.patch:
  - Dropped, applied in new release
* debian/patches/08_frequent-users_greeter.patch: Refreshed

[ Robert Ancell ]
* New upstream release
* debian/patches/ubuntu_daemon_autologin_tracking.patch:
* debian/patches/ubuntu_ensure_dirs.patch:
* debian/patches/ubuntu_slave-only-set-up-autologin.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
GNOME #649413
2
2
 
3
 
Index: gdm-3.0.0/daemon/gdm-session.c
 
3
Index: gdm-3.7.2/daemon/gdm-session.c
4
4
===================================================================
5
 
--- gdm-3.0.0.orig/daemon/gdm-session.c 2011-04-29 01:19:33.240497348 +0200
6
 
+++ gdm-3.0.0/daemon/gdm-session.c      2011-04-29 01:19:39.568528281 +0200
7
 
@@ -1970,9 +1970,6 @@ setup_session_environment (GdmSessionDir
8
 
         locale = get_language_name (self);
 
5
--- gdm-3.7.2.orig/daemon/gdm-session.c 2012-11-14 17:37:25.000000000 +1300
 
6
+++ gdm-3.7.2/daemon/gdm-session.c      2012-12-04 10:38:32.311982391 +1300
 
7
@@ -2299,9 +2299,6 @@
9
8
 
10
9
         if (locale != NULL && locale[0] != '\0') {
11
 
-                gdm_session_set_environment_variable (self,
 
10
                 gdm_session_set_environment_variable (self,
12
11
-                                                      "LANG",
13
12
-                                                      locale);
14
 
                 gdm_session_set_environment_variable (self,
 
13
-                gdm_session_set_environment_variable (self,
15
14
                                                       "GDM_LANG",
16
15
                                                       locale);
17
 
 
 
16
         }