mzur / gnome-shell-wsmatrix

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

Failed to load in ubuntu 20.04 #109

Closed adrian-kriegel closed 4 years ago

adrian-kriegel commented 4 years ago

Since upgrading to 20.04 from 19.10, I get the following error:

JS ERROR: Extension wsmatrix@martin.zurowietz.de: Error: Tried to construct an object without a GType; are you using GObject.registerClass() when inheriting from a GObject type? Settings@/home/name/.local/share/gnome-shell/extensions/wsmatrix@martin.zurowietz.de/Settings.js:23:5 WsMatrixExtension@/home/name/.local/share/gnome-shell/extensions/wsmatrix@martin.zurowietz.de/extension.js:10:22 enable@/home/name/.local/share/gnome-shell/extensions/wsmatrix@martin.zurowietz.de/extension.js:25:15 Mai 17 21:45:00 thinkpad-007 gnome-shell[2167]: JS ERROR: Extension wsmatrix@martin.zurowietz.de: Error: Tried to construct an object without a GType; are you using GObject.registerClass() when inheriting from a GObject type?

ebeem commented 4 years ago

make sure you upgrade the extension github/gnome-extensions whenever you upgrade GNOME, I think this your problem.

adrian-kriegel commented 4 years ago

Thanks, manually installing the extension worked.