gdm: add patch from git master branch to fix crash with autologin.
--HG-- branch : gnome3
This commit is contained in:
parent
14a6e49916
commit
c2ce22ef4b
|
@ -0,0 +1,15 @@
|
|||
--- daemon/gdm-session-worker.c.orig
|
||||
+++ daemon/gdm-session-worker.c
|
||||
@@ -2094,7 +2094,9 @@ save_account_details_now (GdmSessionWorker *worker)
|
||||
}
|
||||
|
||||
static void
|
||||
-on_settings_is_loaded_changed (GdmSessionWorker *worker)
|
||||
+on_settings_is_loaded_changed (GdmSessionSettings *user_settings,
|
||||
+ GParamSpec *pspec,
|
||||
+ GdmSessionWorker *worker)
|
||||
{
|
||||
if (!gdm_session_settings_is_loaded (worker->priv->user_settings)) {
|
||||
return;
|
||||
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'gdm'
|
||||
pkgname=gdm
|
||||
version=2.91.93
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.91/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-schemas-install --disable-scrollkeeper
|
||||
|
|
Loading…
Reference in New Issue