mzur / gnome-shell-wsmatrix

GNOME shell extension to arrange workspaces in a two-dimensional grid with workspace thumbnails
GNU General Public License v3.0
464 stars 59 forks source link

Too many arguments to method Clutter.Actor.set_allocation: expected 1, got 2 #124

Closed aminvakil closed 3 years ago

aminvakil commented 3 years ago

Once in a while journalctl gets flooded with this error:

gnome-shell[2067]: JS WARNING: [/usr/share/gnome-shell/extensions/wsmatrix@martin.zurowietz.de/ThumbnailWsmatrixPopup.js 59]: Too many arguments to method Clutter.Actor.set_allocation: expected 1, got 2

If it matters 24 lines of the same error at once.

mzur commented 3 years ago

Which version of GNOME Shell do you use?

aminvakil commented 3 years ago
$ gnome-shell --version
GNOME Shell 3.38.1
mzur commented 3 years ago

Thanks, I've added this to #123.

aminvakil commented 3 years ago

Great, thanks!