Closed pesader closed 2 years ago
I'm having the same issue, all the blurs are intact, but the dash and search cards are broken (dash screenshot is in original issue).
Issues:
The error:
I was able to patch this by editing ~/.local/share/gnome-shell/extensions/blur-my-shell@aunetx/components/panel.js
line 250 like so:
- if (this.prefs.PANEL_STATIC_BLUR.get())
+ if (this.prefs.PANEL_STATIC_BLUR.get() && this.effect.actor != null)
I'm having the same issue, all the blurs are intact, but the dash and search cards are broken (dash screenshot is in original issue).
Issues:
The error:
I was able to patch this by editing
~/.local/share/gnome-shell/extensions/blur-my-shell@aunetx/components/panel.js
line 250 like so:- if (this.prefs.PANEL_STATIC_BLUR.get()) + if (this.prefs.PANEL_STATIC_BLUR.get() && this.effect.actor != null)
create pr
Can confirm, getting same issue.
This has been merged, thanks!
Whenever my laptop goes to the lockscreen (either by Suspend or Lock) the "Overview components style" preference is ignored and the components go back to their original opaque appearance.
In addition to that, Extension Manager shows that the Blur My Shell could not be loaded (although everything seems to be working, except the Overview components styling). The error it displays is "this.effect.actor is null".
Logging out and logging in again brings everything back to normal.
And thanks a lot for developing Blur My Shell. I requested the overview components styling back in issue #174 and you made it look better than I imagined it. Great work! :star_struck: