[gnome-shell] screenShield: Remove blur and desaturation from lock screen
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] screenShield: Remove blur and desaturation from lock screen
- Date: Fri, 22 Mar 2013 16:37:04 +0000 (UTC)
commit ba198034cbc22020d14ceb92e4c8563e3f605bf1
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Mar 20 17:20:02 2013 -0400
screenShield: Remove blur and desaturation from lock screen
There's large performance issues with both the blur and desaturation
that make the screen shield hard to use on slower computers, and this
has always been a temporary stopgap until the user can pick a different
image for the lock screen.
https://bugzilla.gnome.org/show_bug.cgi?id=696322
js/ui/screenShield.js | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js
index 0dfb58d..7d9654c 100644
--- a/js/ui/screenShield.js
+++ b/js/ui/screenShield.js
@@ -547,9 +547,7 @@ const ScreenShield = new Lang.Class({
let bgManager = new Background.BackgroundManager({ container: widget,
monitorIndex: monitorIndex,
- effects: Meta.BackgroundEffects.BLUR |
Meta.BackgroundEffects.DESATURATE,
controlPosition: false });
- bgManager.background.saturation = 0.6;
this._bgManagers.push(bgManager);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]