~ubuntu-branches/ubuntu/karmic/gdm/karmic-security

« back to all changes in this revision

Viewing changes to debian/patches/13_cache_ck_history.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher, Robert Ancell
  • Date: 2009-09-30 15:21:09 UTC
  • Revision ID: james.westby@ubuntu.com-20090930152109-jmgwujvrjac32hwh
Tags: 2.28.0-0ubuntu9
* debian/gdm.postinst:
  - use the correct key to set the gtk theme

[ Robert Ancell ]
* debian/patches/22_shutdown_menu.patch:
  - Fix spacing on shutdown menu (LP: #437691)
* debian/patches/*.patch:
  - Update patch headers
* debian/patches/19_no_greeter_for_autologin.patch:
  - Fix bug that caused the GDM greeter to be displayed briefly when
    automatically logging in (LP: #435801)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
 
2
# Description: Cache the result of ck-history so greeter shows user list immediately after login
2
3
# Ubuntu: https://bugs.edge.launchpad.net/ubuntu/karmic/+source/gdm/+bug/400863
3
4
# Upstream: http://bugzilla.gnome.org/show_bug.cgi?id=594344
4
 
# Description: Cache the result of ck-history so greeter shows user list immediately after login
5
5
#
6
 
 
7
 
From b5e49650c6f6cf66fdbffe7e160152f9ed1eded3 Mon Sep 17 00:00:00 2001
8
 
From: Robert Ancell <robert.ancell@canonical.com>
9
 
Date: Mon, 7 Sep 2009 14:44:41 +1000
10
 
Subject: [PATCH] Add cache for ck-history call to improve startup time (Bug #594344)
11
 
 
12
 
---
13
 
 gui/simple-greeter/Makefile.am        |    1 +
14
 
 gui/simple-greeter/gdm-user-manager.c |   57 ++++++++++++++++++++++++++++++++-
15
 
 2 files changed, 57 insertions(+), 1 deletions(-)
16
 
 
17
6
diff --git a/gui/simple-greeter/Makefile.am b/gui/simple-greeter/Makefile.am
18
7
index b36aa28..901a71b 100644
19
8
--- a/gui/simple-greeter/Makefile.am