Closed
Description
I was using https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen and it effectively drops the lock screen blur properly.
I later noticed that, after enabling blur my shell extension, it was blurring my screen again after resuming from suspend. I think it's due to it still trying to mess with blur when extension is disabled at suspend time as it was happening with Bing extension blur functionality:
neffo/bing-wallpaper-gnome-extension#113
I then discovered that there was another issue: blur-my-shell looks to have an option to enable/disable blur in lockscreen, but it doesn't work at all :/ It changes nothing even without suspending/resuming.
In summary:
- lockscreen option looks to have no effect and always leave the default gnome blurred lockscreen.
- Blur-my-shell looks to collide with other extensions handling blur as explained in Lock screen gets blurred again when resuming from suspend neffo/bing-wallpaper-gnome-extension#113 , that was fixed simply not touching blur at all if the option to touch blur is not activated at all (leaving it to other extensions like Control_Blur_effect or Bing one to do that). This is specially noticeable closing laptop lid and going to suspend -> resume cycle, as Blur-my-shell extension will change blur setting when it is getting disabled always, even if user doesn't want it to touch the lock screen blur.
Thanks a lot
Metadata
Metadata
Assignees
Labels
No labels