Session saving & 2.26.0
- From: Vincent Untz <vuntz gnome org>
- To: release-team gnome org
- Subject: Session saving & 2.26.0
- Date: Mon, 16 Mar 2009 03:03:43 +0100
Hey there,
Just want to see how people feel about the patch for session saving I
made in http://bugzilla.gnome.org/show_bug.cgi?id=552387
Do you think it should go in 2.26.0? Or should it wait for 2.26.1? I
have no strong opinion either way.
Pros for 2.26.0/Cons for 2.26.1:
+ quite some people are unhappy with gnome-session because of this
missing feature
+ some distros are likely going to put a patched package anyway
Cons for 2.26.0/Pros for 2.26.1:
+ big patch coming really late
+ limited testing only
If we wait for 2.26.1, I'd then like to completely disable session
saving since it's not correctly working at the moment. See attached
patch for this.
Vincent
--
Les gens heureux ne sont pas pressés.
Index: gsm-manager.c
===================================================================
--- gsm-manager.c (révision 5327)
+++ gsm-manager.c (copie de travail)
@@ -1578,7 +1578,9 @@ maybe_save_session (GsmManager *manager)
}
error = NULL;
+#if 0
gsm_session_save (manager->priv->clients, &error);
+#endif
if (error) {
g_warning ("Error saving session: %s", error->message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]