[Bug 344460] Re: Please sponsor gnome-session 2.26.0-0ubuntu1 in to Jaunty

2009-03-18 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-session - 2.26.0-0ubuntu1

---
gnome-session (2.26.0-0ubuntu1) jaunty; urgency=low

  * New upstream version (LP: #344460):
  * debian/patches/90_no_debug_flood_by_default.patch:
- Dropped, as debug messages are disabled by default
  upstream now.
  * debian/patches/91_upstream_change_fix_session_saving.patch:
- Updated with latest patch from Gnome bug #552387.
- Re-enable session saving support (disabled upstream).
  * debian/patches/98_autotools.patch:
- New version update.

 -- Chris Coulson chrisccoul...@googlemail.com   Tue, 17 Mar 2009
18:25:40 +

** Changed in: gnome-session (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Please sponsor gnome-session 2.26.0-0ubuntu1 in to Jaunty
https://bugs.launchpad.net/bugs/344460
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 344460] Re: Please sponsor gnome-session 2.26.0-0ubuntu1 in to Jaunty

2009-03-17 Thread Chris Coulson

** Attachment added: gnome-session_2.26.0-0ubuntu1.diff.gz
   http://launchpadlibrarian.net/24017804/gnome-session_2.26.0-0ubuntu1.diff.gz

** Changed in: gnome-session (Ubuntu)
   Importance: Undecided = Wishlist
   Status: New = Confirmed

-- 
Please sponsor gnome-session 2.26.0-0ubuntu1 in to Jaunty
https://bugs.launchpad.net/bugs/344460
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 344460] Re: Please sponsor gnome-session 2.26.0-0ubuntu1 in to Jaunty

2009-03-17 Thread Michael Vogt
I just had a look over the debdiff and noticed that upstream does:

--- gnome-session-2.25.92/data/session-properties.glade 2009-03-03 
17:58:01.0 +0100
+++ gnome-session-2.26.0/data/session-properties.glade  2009-03-16 
23:26:58.0 +0100
@@ -306,7 +306,7 @@
 property name=visibleTrue/property
 child
   widget class=GtkButton 
id=session_properties_save_button
-property name=visibleTrue/property
+property name=visibleFalse/property
 property name=can_focusTrue/property
 property name=receives_defaultTrue/property
 child

This looks like we want to revert this change in
debian/patches/91_upstream_change_fix_session_saving.patch ? It seems
like we do not do that currently in the patch.

-- 
Please sponsor gnome-session 2.26.0-0ubuntu1 in to Jaunty
https://bugs.launchpad.net/bugs/344460
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 344460] Re: Please sponsor gnome-session 2.26.0-0ubuntu1 in to Jaunty

2009-03-17 Thread Chris Coulson
Hi Michael,

I think the button was disabled because it currently doesn't do
anything. From having a quick look, it seems that this button triggers
the following callback in capplet/gsm-properties-dialog.c:

static void
on_save_session_clicked (GtkWidget   *widget,
 GsmPropertiesDialog *dialog)
{
g_debug (Session saving is not implemented yet!);
}

-- 
Please sponsor gnome-session 2.26.0-0ubuntu1 in to Jaunty
https://bugs.launchpad.net/bugs/344460
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs