Closed brunelli closed 6 years ago
That's odd, it's working for me (Debian Sid). Is Icon Hider the only extension where this is happening?
GSConnect was not working either, and this is the only other extension I have installed.
Maybe it can be related with Arch's packaging of gnome-shell?
Ok, it's related to gjs.
Debian Sid has gjs 1.52.3, while Arch Linux has gjs 1.54.1.
This may be related.
Fortunately, it's easy to fix! Just replace code like this...
for each (let k in [...])
...with code like this:for (let k of [...])
Cool, thanks. I'll try to make a hotfix.
I can confirm the extension works as expected after changing all for each (... in ...)
to for (... of ...)
.
The previous syntax was removed in gjs 1.53.90.
Cheers, but those changes are listed as backwards-incompatible, which makes this a bit tricky.
but those changes are listed as backwards-incompatible
Oh, it was the other way around. Haha :man_facepalming:
Trying to launch the extension preferences dialog gives the following: