Advertisement
darkxst

g-s 3.7.91

Mar 5th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 6.81 KB | None | 0 0
  1. --- gnome-shell-3.7.90/debian/changelog 2013-03-04 11:34:13.000000000 +1100
  2. +++ gnome-shell-3.7.91/debian/changelog 2013-03-06 09:13:49.000000000 +1100
  3. @@ -1,3 +1,16 @@
  4. +gnome-shell (3.7.91-0ubuntu1~raring1) raring; urgency=low
  5. +
  6. +  * New upstream release
  7. +  * debian/patches:
  8. +    - git_fix_too_short_apps_view.patch,
  9. +       git_fix_session_list.patch: Dropped, applied upstream
  10. +    - git_fix_fallback_hotcorners.patch:
  11. +      upstream fix for errors in fallback for new hotcorners
  12. +  * debian/control.in:
  13. +    - bump minimum mutter
  14. +
  15. + -- Tim Lunn <tim@feathertop.org>  Wed, 06 Mar 2013 09:04:51 +1100
  16. +
  17.  gnome-shell (3.7.90-0ubuntu1~raring5) raring; urgency=medium
  18.  
  19.    * debian/control.in: Don't depend on gir1.2-gconf-2.0
  20. --- gnome-shell-3.7.90/debian/control   2013-03-04 11:34:15.000000000 +1100
  21. +++ gnome-shell-3.7.91/debian/control   2013-03-06 09:54:34.000000000 +1100
  22. @@ -38,7 +38,7 @@
  23.                 libgstreamer1.0-dev (>= 0.11.92),
  24.                 libgtk-3-dev (>= 3.7.9),
  25.                 libibus-1.0-dev,
  26. -               libmutter-dev (>= 3.7.90),
  27. +               libmutter-dev (>= 3.7.91),
  28.                 libnm-glib-dev (>= 0.9) [linux-any],
  29.                 libnm-glib-vpn-dev (>= 0.9) [linux-any],
  30.                 libnm-gtk-dev (>= 0.9.6),
  31. --- gnome-shell-3.7.90/debian/control.in    2013-03-04 11:34:13.000000000 +1100
  32. +++ gnome-shell-3.7.91/debian/control.in    2013-03-06 09:12:29.000000000 +1100
  33. @@ -34,7 +34,7 @@
  34.                 libgstreamer1.0-dev (>= 0.11.92),
  35.                 libgtk-3-dev (>= 3.7.9),
  36.                 libibus-1.0-dev,
  37. -               libmutter-dev (>= 3.7.90),
  38. +               libmutter-dev (>= 3.7.91),
  39.                 libnm-glib-dev (>= 0.9) [linux-any],
  40.                 libnm-glib-vpn-dev (>= 0.9) [linux-any],
  41.                 libnm-gtk-dev (>= 0.9.6),
  42. --- gnome-shell-3.7.90/debian/patches/git_fix_fallback_hotcorners.patch 1970-01-01 10:00:00.000000000 +1000
  43. +++ gnome-shell-3.7.91/debian/patches/git_fix_fallback_hotcorners.patch 2013-03-06 09:09:35.000000000 +1100
  44. @@ -0,0 +1,35 @@
  45. +From 6c3685649921790feb00616f5a840debce3e1d85 Mon Sep 17 00:00:00 2001
  46. +From: Tim Lunn <tim@feathertop.org>
  47. +Date: Tue, 05 Mar 2013 06:49:35 +0000
  48. +Subject: layout: fix errors in fallback HotCorner function
  49. +
  50. +---
  51. +diff --git a/js/ui/layout.js b/js/ui/layout.js
  52. +index 63d040d..6ca5d84 100644
  53. +--- a/js/ui/layout.js
  54. ++++ b/js/ui/layout.js
  55. +@@ -1112,7 +1112,7 @@ const HotCorner = new Lang.Class({
  56. +         this._x = x;
  57. +         this._y = y;
  58. +
  59. +-        this._setupFallbackCornerIfNeeded();
  60. ++        this._setupFallbackCornerIfNeeded(layoutManager);
  61. +
  62. +         this._pressureBarrier = new PressureBarrier(HOT_CORNER_PRESSURE_THRESHOLD,
  63. +                                                     HOT_CORNER_PRESSURE_TIMEOUT,
  64. +@@ -1156,10 +1156,10 @@ const HotCorner = new Lang.Class({
  65. +         }
  66. +     },
  67. +
  68. +-    _setupFallbackCornerIfNeeded: function() {
  69. ++    _setupFallbackCornerIfNeeded: function(layoutManager) {
  70. +         if (!global.display.supports_extended_barriers()) {
  71. +             this.actor = new Clutter.Actor({ name: 'hot-corner-environs',
  72. +-                                             x: x, y: y,
  73. ++                                             x: this._x, y: this._y,
  74. +                                              width: 3,
  75. +                                              height: 3,
  76. +                                              reactive: true });
  77. +--
  78. +cgit v0.9.1
  79. +
  80. --- gnome-shell-3.7.90/debian/patches/git_fix_session_list.patch    2013-03-04 11:34:13.000000000 +1100
  81. +++ gnome-shell-3.7.91/debian/patches/git_fix_session_list.patch    1970-01-01 10:00:00.000000000 +1000
  82. @@ -1,25 +0,0 @@
  83. -From a7bb6a27819ac2a8eac40888543a581c12385d8a Mon Sep 17 00:00:00 2001
  84. -From: Matthias Clasen <mclasen@redhat.com>
  85. -Date: Wed, 27 Feb 2013 04:50:29 +0000
  86. -Subject: Show the session list when needed
  87. -
  88. -Some of the conditions for showing the user list were not
  89. -properly inverted, causing the session list to be hidden
  90. -when it shouldn't be and shown when it shouldn't be.
  91. -
  92. -https://bugzilla.gnome.org/show_bug.cgi?id=694784
  93. ----
  94. -diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
  95. -index ee366e4..cd8dff5 100644
  96. ---- a/js/gdm/loginDialog.js
  97. -+++ b/js/gdm/loginDialog.js
  98. -@@ -753,7 +753,7 @@ const LoginDialog = new Lang.Class({
  99. -                            time: _FADE_ANIMATION_TIME,
  100. -                            transition: 'easeOutQuad' });
  101. -
  102. --        if (!this._user || (this._user.is_logged_in() && this._verifyingUser))
  103. -+        if ((this._user && !this._user.is_logged_in()) || this._verifyingUser)
  104. -             this._sessionList.actor.show();
  105. -
  106. -         this._promptEntry.grab_key_focus();
  107. -
  108. --- gnome-shell-3.7.90/debian/patches/git_fix_too_short_apps_view.patch 2013-03-04 11:34:13.000000000 +1100
  109. +++ gnome-shell-3.7.91/debian/patches/git_fix_too_short_apps_view.patch 1970-01-01 10:00:00.000000000 +1000
  110. @@ -1,41 +0,0 @@
  111. -From aad5d98b43c33f789e02073998443522254acbe8 Mon Sep 17 00:00:00 2001
  112. -From: Jasper St. Pierre <jstpierre@mecheye.net>
  113. -Date: Wed, 20 Feb 2013 02:18:48 +0000
  114. -Subject: iconGrid: Take extra spacing into account for height requests
  115. -
  116. -This fixes the clipped app picker in the overview.
  117. -
  118. -https://bugzilla.gnome.org/show_bug.cgi?id=694234
  119. ----
  120. -diff --git a/js/ui/iconGrid.js b/js/ui/iconGrid.js
  121. -index 98e5761..b3755cb 100644
  122. ---- a/js/ui/iconGrid.js
  123. -+++ b/js/ui/iconGrid.js
  124. -@@ -218,11 +218,14 @@ const IconGrid = new Lang.Class({
  125. -
  126. -     _getPreferredHeight: function (grid, forWidth, alloc) {
  127. -         let children = this._getVisibleChildren();
  128. --        let nColumns;
  129. --        if (forWidth < 0)
  130. -+        let nColumns, spacing;
  131. -+        if (forWidth < 0) {
  132. -             nColumns = children.length;
  133. --        else
  134. --            nColumns = this._computeLayout(forWidth)[0];
  135. -+            spacing = this._spacing;
  136. -+        } else {
  137. -+            [nColumns, , spacing] = this._computeLayout(forWidth);
  138. -+        }
  139. -+
  140. -         let nRows;
  141. -         if (nColumns > 0)
  142. -             nRows = Math.ceil(children.length / nColumns);
  143. -@@ -230,7 +233,7 @@ const IconGrid = new Lang.Class({
  144. -             nRows = 0;
  145. -         if (this._rowLimit)
  146. -             nRows = Math.min(nRows, this._rowLimit);
  147. --        let totalSpacing = Math.max(0, nRows - 1) * this._spacing;
  148. -+        let totalSpacing = Math.max(0, nRows - 1) * spacing;
  149. -         let height = nRows * this._vItemSize + totalSpacing;
  150. -         alloc.min_size = height;
  151. -         alloc.natural_size = height;
  152. --- gnome-shell-3.7.90/debian/patches/series    2013-03-04 11:34:13.000000000 +1100
  153. +++ gnome-shell-3.7.91/debian/patches/series    2013-03-06 09:09:45.000000000 +1100
  154. @@ -6,5 +6,4 @@
  155.  #ubuntu_lock_on_suspend.patch
  156.  calendar-remove-strict-check.patch
  157.  revert-suspend-break.patch
  158. -git_fix_too_short_apps_view.patch
  159. -git_fix_session_list.patch
  160. +git_fix_fallback_hotcorners.patch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement