Hello community,
here is the log from the commit of package gnome-shell-extensions for
openSUSE:Factory checked in at 2017-09-21 12:30:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell-extensions (Old)
and /work/SRC/openSUSE:Factory/.gnome-shell-extensions.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-shell-extensions"
Thu Sep 21 12:30:51 2017 rev:62 rq:526969 version:3.26.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
2017-09-15 21:06:24.224995412 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new/gnome-shell-extensions.changes
2017-09-21 12:30:52.700759156 +0200
@@ -1,0 +2,7 @@
+Mon Sep 18 06:38:10 UTC 2017 - [email protected]
+
+- Update patch gse-sle-classic-ext.patch.
+ Fix 'this._pureWinList is null', error involved in bsc#1046570
+ fix(bsc#1046570).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gse-sle-classic-ext.patch ++++++
--- /var/tmp/diff_new_pack.uUraSK/_old 2017-09-21 12:30:53.452653342 +0200
+++ /var/tmp/diff_new_pack.uUraSK/_new 2017-09-21 12:30:53.456652779 +0200
@@ -838,7 +838,7 @@
},
enable: function() {
-@@ -1301,6 +1392,71 @@ const Extension = new Lang.Class({
+@@ -1301,6 +1392,73 @@ const Extension = new Lang.Class({
}
});
@@ -880,6 +880,7 @@
+ // No need for `showOnAllMonitors` change either even this option
+ // changes.
+
++ this._heightChangeId =
+ Main.panel.actor.connect('notify::height', Lang.bind(this, function()
{
+
Main.layoutManager.panelBox.set_position(this._pureWinList._monitor.x,
+ this._pureWinList._monitor.y +
this._pureWinList._monitor.height - Main.panel.actor.height);
@@ -890,6 +891,7 @@
+ if (!this._pureWinList)
+ return;
+
++ Main.panel.actor.disconnect(this._heightChangeId);
+ this._pureWinList.actor.hide();
+ this._pureWinList.actor.destroy();
+