From ba198034cbc22020d14ceb92e4c8563e3f605bf1 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 20 Mar 2013 17:20:02 -0400 Subject: [PATCH] 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 file changed, 2 deletions(-) diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js index 0dfb58d8d..7d9654c16 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);