ckissane / blur-me

Extension that adds a blur look to applications and to different parts of the GNOME Shell, including the top panel, dash and overview
https://extensions.gnome.org/extension/4236/blur-me/
GNU General Public License v3.0
192 stars 11 forks source link

Settings do not work and shell crashes upon notification receive #54

Open zefir-git opened 2 years ago

zefir-git commented 2 years ago

The settings of extension blur-me@nunchucks had an error:

TypeError: this._sigma_scale is null

Stack trace:

_init@/home/william/.local/share/gnome-shell/extensions/blur-me@nunchucks/prefs.js:36:7
buildPrefsWidget@/home/william/.local/share/gnome-shell/extensions/blur-me@nunchucks/prefs.js:165:10
_init@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:207:40
OpenExtensionPrefsAsync/<@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:122:28
asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:132:13
run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:175:20
main@resource:///org/gnome/Shell/Extensions/js/main.js:19:13
run@resource:///org/gnome/gjs/modules/script/package.js:222:19
start@resource:///org/gnome/gjs/modules/script/package.js:206:5
@/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17

Furthermore, with all extensions except blur-me@nunchucks disabled, sending a notification on Ubuntu 20.04 with notify-send test crashes the shell. The shell then restarts. Sometimes the shell fails to restart and a logout is required to recover. Disabled the extension and notifications work again and do not crash the shell.

I used this extension to blur my terminal, unfortunately, I will have to disable it now. These issues are causing too great of a productivity hit.

mdunc commented 2 years ago

Same error here with trying to open the settings in Zorin OS 16.1. It also seems to have blurred and non-blurred states backwards so my background is blurry all the time except when I press the super key to open the dash and then it's sharp.

zefir-git commented 2 years ago

Same error here with trying to open the settings in Zorin OS 16.1. It also seems to have blurred and non-blurred states backwards so my background is blurry all the time except when I press the super key to open the dash and then it's sharp.

No idea about that. I used it with blur my shell at the same time. Blur for anything else except applications didn't seem to work on my machine with just blur me.

Something that I noticed just now is that only Gnome 40+ is supported as per the project readme. I encountered these issues using Gnome 3.36.8, therefore my guess is that this problem is due to this incompatibility.

ckissane commented 2 years ago

@williamd5 right on!