Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2013-10-19 11:10:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-shell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-shell"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2013-10-17 
20:41:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes     
2013-10-19 11:15:20.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Oct 18 07:22:56 UTC 2013 - [email protected]
+
+- Add gnome-shell-no_clear_hint.patch: Work around refresh issues.
+  This is not the final solution; the wallpaper is often not
+  loaded, but at least it stops the screen from flickering wildly,
+  giving a much less broken experience (bgo#709313, bnc#844891).
+
+-------------------------------------------------------------------

New:
----
  gnome-shell-no_clear_hint.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-shell.spec ++++++
--- /var/tmp/diff_new_pack.qxInHa/_old  2013-10-19 11:15:25.000000000 +0200
+++ /var/tmp/diff_new_pack.qxInHa/_new  2013-10-19 11:15:25.000000000 +0200
@@ -26,6 +26,8 @@
 Source:         
http://download.gnome.org/sources/gnome-shell/3.10/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gnome-shell-private-connection.patch bnc#751211 
bgo#646187 [email protected] -- create private connections if the user is 
not authorized
 Patch1:         gnome-shell-private-connection.patch
+# PATCH-FIX-OPENSUSE gnome-shell-no_clear_hint.patch bgo#709313 bnc#844891 
[email protected] -- Work around refresh issues. This is not the final 
solution; the wallpaper is often not loaded, but at least it stops the screen 
from flickering wildly, giving a much less broken experience.
+Patch2:         gnome-shell-no_clear_hint.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -135,6 +137,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 translation-update-upstream
 
 %build

++++++ gnome-shell-no_clear_hint.patch ++++++
Index: gnome-shell-3.10.1/js/ui/layout.js
===================================================================
--- gnome-shell-3.10.1.orig/js/ui/layout.js
+++ gnome-shell-3.10.1/js/ui/layout.js
@@ -659,7 +659,7 @@ const LayoutManager = new Lang.Class({
     _startupAnimationComplete: function() {
         // At this point, the UI group is covering everything, so
         // we no longer need to clear the stage
-        global.stage.no_clear_hint = true;
+        global.stage.no_clear_hint = false;
 
         this._coverPane.destroy();
         this._coverPane = null;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to