r43965 - in /desktop/unstable/gnome-shell/debian: changelog control control.in patches/01_network_list.patch patches/02_auth_prompt.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Nov 30 14:31:15 UTC 2014


Author: joss
Date: Sun Nov 30 14:31:15 2014
New Revision: 43965

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43965
Log:
* New upstream bugfix release.
  + Summarize notifications instead of queuing up.
* Bump (build-)dependencies on mutter.
* 01_network_list.patch: patch from upstream git. Fix an UI bug when 
  removing network connections.
* 02_auth_prompt.patch: patch from upstream git. Fix the prompt with  
  disable_user_list after canceling an attempt. Closes: #683338.

Added:
    desktop/unstable/gnome-shell/debian/patches/01_network_list.patch
    desktop/unstable/gnome-shell/debian/patches/02_auth_prompt.patch
Modified:
    desktop/unstable/gnome-shell/debian/changelog
    desktop/unstable/gnome-shell/debian/control
    desktop/unstable/gnome-shell/debian/control.in
    desktop/unstable/gnome-shell/debian/patches/series

Modified: desktop/unstable/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/changelog?rev=43965&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/changelog	[utf-8] Sun Nov 30 14:31:15 2014
@@ -1,9 +1,16 @@
-gnome-shell (3.14.1-3) UNRELEASED; urgency=medium
+gnome-shell (3.14.2-1) unstable; urgency=medium
 
   * gnome-shell.gsettings-override: remove shotwell which is no longer 
     part of the default installation.
-
- -- Josselin Mouette <joss at debian.org>  Sun, 30 Nov 2014 11:28:53 +0100
+  * New upstream bugfix release.
+    + Summarize notifications instead of queuing up.
+  * Bump (build-)dependencies on mutter.
+  * 01_network_list.patch: patch from upstream git. Fix an UI bug when 
+    removing network connections.
+  * 02_auth_prompt.patch: patch from upstream git. Fix the prompt with  
+    disable_user_list after canceling an attempt. Closes: #683338.
+
+ -- Josselin Mouette <joss at debian.org>  Sun, 30 Nov 2014 13:52:46 +0100
 
 gnome-shell (3.14.1-2) unstable; urgency=medium
 

Modified: desktop/unstable/gnome-shell/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/control?rev=43965&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/control	[utf-8] Sun Nov 30 14:31:15 2014
@@ -6,7 +6,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>
 Build-Depends: autotools-dev,
                cdbs,
                debhelper (>= 8.1.3~),
@@ -36,7 +36,7 @@
                libgstreamer1.0-dev (>= 0.11.92),
                libgtk-3-dev (>= 3.13.2),
                libibus-1.0-dev,
-               libmutter-dev (>= 3.14.1),
+               libmutter-dev (>= 3.14.2),
                libnm-glib-dev (>= 0.9.8) [linux-any],
                libnm-glib-vpn-dev (>= 0.9.8) [linux-any],
                libnm-gtk-dev (>= 0.9.8) [linux-any],
@@ -79,7 +79,7 @@
          gir1.2-gnomedesktop-3.0 (>= 3.12.0),
          gir1.2-gtk-3.0 (>= 3.8),
          gir1.2-ibus-1.0 (>= 1.5.2),
-         gir1.2-mutter-3.0 (>= 3.14.1),
+         gir1.2-mutter-3.0 (>= 3.14.2),
          gir1.2-networkmanager-1.0 [linux-any],
          gir1.2-nmgtk-1.0 (>= 0.9.8) [linux-any],
          gir1.2-pango-1.0,

Modified: desktop/unstable/gnome-shell/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/control.in?rev=43965&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/control.in	[utf-8] Sun Nov 30 14:31:15 2014
@@ -32,7 +32,7 @@
                libgstreamer1.0-dev (>= 0.11.92),
                libgtk-3-dev (>= 3.13.2),
                libibus-1.0-dev,
-               libmutter-dev (>= 3.14.1),
+               libmutter-dev (>= 3.14.2),
                libnm-glib-dev (>= 0.9.8) [linux-any],
                libnm-glib-vpn-dev (>= 0.9.8) [linux-any],
                libnm-gtk-dev (>= 0.9.8) [linux-any],
@@ -75,7 +75,7 @@
          gir1.2-gnomedesktop-3.0 (>= 3.12.0),
          gir1.2-gtk-3.0 (>= 3.8),
          gir1.2-ibus-1.0 (>= 1.5.2),
-         gir1.2-mutter-3.0 (>= 3.14.1),
+         gir1.2-mutter-3.0 (>= 3.14.2),
          gir1.2-networkmanager-1.0 [linux-any],
          gir1.2-nmgtk-1.0 (>= 0.9.8) [linux-any],
          gir1.2-pango-1.0,

Added: desktop/unstable/gnome-shell/debian/patches/01_network_list.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/patches/01_network_list.patch?rev=43965&op=file
==============================================================================
--- desktop/unstable/gnome-shell/debian/patches/01_network_list.patch	(added)
+++ desktop/unstable/gnome-shell/debian/patches/01_network_list.patch	[utf-8] Sun Nov 30 14:31:15 2014
@@ -0,0 +1,32 @@
+From 86618ce1f963be53410ac5e68d99a8b7bb82e0c6 Mon Sep 17 00:00:00 2001
+From: Ryan Lortie <desrt at desrt.ca>
+Date: Sun, 16 Nov 2014 15:50:14 -0800
+Subject: network: properly remove connections from list
+
+Due to a typo we were always removing the first (index 0) connection
+from the global list of connections instead of the correct one.
+
+This resulted in some connections remaining in the shell's connection
+list long after they were removed.  In particular, this resulted in
+multiple copies of a bluetooth connection appearing after suspend/resume
+(when the device was readded and the cached connection list was
+rescanned).
+
+https://bugzilla.gnome.org/show_bug.cgi?id=740227
+
+diff --git a/js/ui/status/network.js b/js/ui/status/network.js
+index 049406d..4f02d78 100644
+--- a/js/ui/status/network.js
++++ b/js/ui/status/network.js
+@@ -1866,7 +1866,7 @@ const NMApplet = new Lang.Class({
+     _connectionRemoved: function(connection) {
+         let pos = this._connections.indexOf(connection);
+         if (pos != -1)
+-            this._connections.splice(connection, 1);
++            this._connections.splice(pos, 1);
+ 
+         let section = connection._section;
+ 
+-- 
+cgit v0.10.1
+

Added: desktop/unstable/gnome-shell/debian/patches/02_auth_prompt.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/patches/02_auth_prompt.patch?rev=43965&op=file
==============================================================================
--- desktop/unstable/gnome-shell/debian/patches/02_auth_prompt.patch	(added)
+++ desktop/unstable/gnome-shell/debian/patches/02_auth_prompt.patch	[utf-8] Sun Nov 30 14:31:15 2014
@@ -0,0 +1,34 @@
+From 2ceaa05a5a3aa3e8b9c67877eb968b2813fb4d18 Mon Sep 17 00:00:00 2001
+From: Ray Strode <rstrode at redhat.com>
+Date: Tue, 7 Oct 2014 14:30:34 -0400
+Subject: gdm: fix sensitivity of auth prompt when cancelling early and user
+ list is disabled
+
+If the user list is disabled and the user clicks cancel quickly enough
+after typing their username, they can get in a state where the
+auth prompt gets stuck in the insensitive state.
+
+This is because the login dialog code makes the prompt insensitive
+while while pam is processing the provided username, but the prompt
+only makes itself sensitive again when it is hidden.
+
+This commit makes it sensitive right before asking for a username again.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=740141
+
+diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
+index ceaccaa..6a8ae0a 100644
+--- a/js/gdm/loginDialog.js
++++ b/js/gdm/loginDialog.js
+@@ -643,6 +643,8 @@ const LoginDialog = new Lang.Class({
+                                                         realmManager.release();
+                                                     }));
+         this._updateCancelButton();
++
++        this._authPrompt.updateSensitivity(true);
+         this._showPrompt();
+     },
+ 
+-- 
+cgit v0.10.1
+

Modified: desktop/unstable/gnome-shell/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/patches/series?rev=43965&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/patches/series	[utf-8] Sun Nov 30 14:31:15 2014
@@ -1,3 +1,5 @@
+01_network_list.patch
+02_auth_prompt.patch
 #10-make-NetworkManager-optional.patch
 27-nm-libexec-path.patch
 #30-remoteMenu-Prevent-the-shell-from-becoming-unrespons.patch




More information about the pkg-gnome-commits mailing list