-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Blur/dimming not applied on lock screen #239
Comments
I added some extra logging into |
I've been poking around in the script and trying to debug more. The Looking at their source code, it looks like it gets the widgets in a different way and then Gnome 46 changed the blur settings. So far, I've only managed to make everything lock up and not show the lock screen when I edit the Bing Wallpaper code, though 😁 |
I think I've got a fix for this now. I just need to tidy up a few bits (in particular, it doesn't seem to apply new settings until the second time that you lock!) |
…imming Bug #239: fix lockscreen dimming
Describe the bug
When setting the lockscreen wallpaper with dynamic lockscreen blur, no dimming or blur is applied. The image is show as-is. This can make it hard to see the password prompt etc.
Screenshots
To Reproduce
Steps to reproduce the behavior:
Super
+L
Desktop (please complete the following information):
Additional context
I've been using the plugin for a while. This used to work but stopped a while back. Possibly around the time there was the rewrite for new Gnome compatibility.
I tried uninstalling it, wiping all of the settings with
dconf reset -f /org/gnome/shell/extensions/bingwallpaper/
and re-installing in case it was a "legacy install" issue, but there's no change.If I've got
dconf-editor
open while I change presets then it prompts me to reload and the settings are changed. But if I editblur.js
to enable debug logging (because it's not on the main toggle) then it only logsBingWallpaper extension/Blur: lockscreen blur strength set to 0
when switching between "default" and "No blur/slight dimming", and then logsBingWallpaper extension/Blur: lockscreen blur strength set to 0
andBingWallpaper extension/Blur: lockscreen brightness set to 65
when switching between "Slight blur & dim" and the other two.The text was updated successfully, but these errors were encountered: