
... | ... | --- /dev/null |
... | ... | +++ b/gnome-shell-3.8.4-focus-losing-after-suspend.patch |
... | ... | @@ -0,0 +1,13 @@ |
1 |
diff -urN gnome-shell-3.8.4.orig/js/ui/screenShield.js gnome-shell-3.8.4/js/ui/screenShield.js
|
|
2 |
--- gnome-shell-3.8.4.orig/js/ui/screenShield.js 2013-07-31 02:57:44.000000000 +0600
|
|
3 |
+++ gnome-shell-3.8.4/js/ui/screenShield.js 2014-01-10 16:06:47.000000000 +0600
|
|
4 |
@@ -642,6 +642,9 @@
|
|
5 |
Lang.bind(this, function(inhibitor) {
|
|
6 |
this._inhibitor = inhibitor;
|
|
7 |
}));
|
|
8 |
+
|
|
9 |
+ // Added to prevent from losing of focus after suspend
|
|
10 |
+ this._lockScreenGroup.grab_key_focus();
|
|
11 |
},
|
|
12 |
|
|
13 |
_uninhibitSuspend: function() {
|
... | ... | --- a/gnome-shell.spec |
... | ... | +++ b/gnome-shell.spec |
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 |
Summary: Next generation GNOME desktop shell
|
6 | 6 |
Name: gnome-shell
|
7 | 7 |
Version: 3.8.4
|
8 |
Release: 9
|
|
8 |
Release: 10
|
|
9 | 9 |
License: GPLv2+ and LGPLv2+
|
10 | 10 |
Group: Graphical desktop/GNOME
|
11 | 11 |
Url: http://live.gnome.org/GnomeShell
|
... | ... | @@ -26,6 +26,7 @@ Patch6: gnome-shell-3.8.3-memory.patch |
… | … | |
26 | 26 |
Patch7: 0001-main-Close-runDialog-as-necessary-on-session-mode-ch.patch
|
27 | 27 |
|
28 | 28 |
Patch8: gnome-shell-3.8.3-tray_in_overlay.patch
|
29 |
Patch9: gnome-shell-3.8.4-focus-losing-after-suspend.patch
|
|
29 | 30 |
|
30 | 31 |
BuildRequires: intltool >= 0.40
|
31 | 32 |
BuildRequires: rootcerts
|
New comment