~ubuntu-branches/ubuntu/maverick/gdm/maverick

« back to all changes in this revision

Viewing changes to debian/patches/19_no_greeter_for_autologin.patch

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook, Sebastien Bacher, Kees Cook, Robert Ancell, Martin Pitt
  • Date: 2010-08-06 13:02:51 UTC
  • mfrom: (1.4.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20100806130251-dqy5pufiii6fb20m
Tags: 2.30.4-0ubuntu1
[ Sebastien Bacher ]
* New upstream versions:
  - Translation fixes
  - Many performance improvements for the greeter
  - Various robustness fixes
  - Fix XDMCP
  - Fix switch user menu item detection
  - Remove obsolete restart and stop scripts
  - Fixed #618834, GdmProductSlave does not handle OpenSession 
  - Fixed #342397, gdm doesn't respond to XDMCP querys if local X server fails
    to start 
  - Fixed #544730, XDMCP broadcast discovery not working on BSD w/ ipv6 
    enabled (lp: #393835)
  - Fixed #589536, gdm-simple-slave crashed with signal 5 in 
    g_return_if_fail_warning (lp: #403441)
  - Fixed #592183, GDM entry field loses focus after dialogs are presented 
  - Fixed #594857, Warning when type 'gdm --version' in terminal in new GDM 
  - Fixed #599683, xdmcp Queries from Older software 
  - Fixed #610179, GDM patch for accounts dialogue 
  - Fixed #616722, Xdmcp linking problem 
  - Fixed #616730, user-switch-applet build failure: missing -I for dbus-glib 
  - Fixed #617665, Panel doesn't shrink after disabling "high contrast" 
  - Fixed #619588, User's Real names should be escaped against XML markup 
    (lp: #499690, #585128)
  - Fixed #620430, memory leaks in gdm 
  - Fixed #620893, bottom panel is overlapping at smaller sizes 
  - Fixed #620908, gdm user switch applet goes nuts while 
    changing password file 
  - Fixed #621045, Improve startup performance of the greeter 
  - Fixed #621131, User switch applet performance issues 
  - Fixed #621661, Make slaves more robust against crashes 
  - Fixed #622069, greeter doesn't work when there's no local user 
  - Fixed #622337, shows shutdown buttons when connecting over xdmcp 
  - Fixed #622430, keyboard layout handling wonky 
  - Fixed #622431, cancel button not shown during timed login 
  - Fixed #601458, Add presence items to status menu and port to JS 
* Refresh distribution changes
* debian/patches/07_correct_distribution_version.patch:
  - use upstream version
* debian/patches/13_cache_ck_history.patch:
  - dropped since the new upstream version solves this issue differently
* debian/patches/23_login_window_hint.patch:
  - dropped, the change is in the new version

[ Kees Cook ]
* debian/patches/24_system_uid.patch: - updated for upstream code changes

[ Robert Ancell ]
* debian/xsession.desktop:
* debian/xterm.desktop:
  - Use clearer session names (LP: #599336)
* debian/patches/09_gdmsetup.patch:
  - Remove session comment from combo box to make it fit better

[ Martin Pitt ]
* 09_gdmsetup.patch: Only show "Play Login Sound" checkbox if we have
  /usr/share/gdm/autostart/LoginWindow/libcanberra-ready-sound.desktop.
* Add 01_upower.patch: Port to UPower.
* debian/control: libdevkit-power-gobject-dev → libupower-glib-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=596830
3
3
Bug-Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/gdm/+bug/435801
4
4
 
5
 
Index: gdm-2.30.2/daemon/gdm-simple-slave.c
 
5
Index: gdm-2.30.4/daemon/gdm-simple-slave.c
6
6
===================================================================
7
 
--- gdm-2.30.2.orig/daemon/gdm-simple-slave.c   2010-04-27 03:08:42.000000000 +1000
8
 
+++ gdm-2.30.2/daemon/gdm-simple-slave.c        2010-06-22 13:11:22.424157016 +1000
9
 
@@ -1050,6 +1050,7 @@
 
7
--- gdm-2.30.4.orig/daemon/gdm-simple-slave.c   2010-06-29 15:42:14.000000000 +0200
 
8
+++ gdm-2.30.4/daemon/gdm-simple-slave.c        2010-06-30 14:49:38.000000000 +0200
 
9
@@ -1058,6 +1058,7 @@
10
10
         if (res) {
11
11
                 gboolean enabled;
12
12
                 int      delay;
14
14
 
15
15
                 /* FIXME: handle wait-for-go */
16
16
 
17
 
@@ -1057,7 +1058,8 @@
 
17
@@ -1065,7 +1066,8 @@
18
18
 
19
19
                 delay = 0;
20
20
                 enabled = FALSE;