wengxt / gnome-shell-extension-kimpanel

KDE kimpanel protocol for gnome shell
GNU General Public License v2.0
125 stars 23 forks source link

Stop working on Gnome 45 final release #77

Closed plumlis closed 12 months ago

plumlis commented 12 months ago

Gnome 45 is released today. But this extension no longer working.

Installed Gnome-45 Ported branch. Version 77

JS ERROR: Extension kimpanel@kde.org: TypeError: (intermediate value).Align is undefined _init@file:///home/plum/.local/share/gnome-shell/extensions/kimpanel@kde.org/panel.js:27:49 InputPanel@file:///home/plum/.local/share/gnome-shell/extensions/kimpanel@kde.org/panel.js:16:8 _init@file:///home/plum/.local/share/gnome-shell/extensions/kimpanel@kde.org/extension.js:97:27 Kimpanel@file:///home/plum/.local/share/gnome-shell/extensions/kimpanel@kde.org/extension.js:77:1 enable@file:///home/plum/.local/share/gnome-shell/extensions/kimpanel@kde.org/extension.js:357:24 _callExtensionEnable@resource:///org/gnome/shell/ui/extensionSystem.js:252:38 loadExtension@resource:///org/gnome/shell/ui/extensionSystem.js:461:32 async_loadExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:759:24 async_enableAllExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:765:48 _sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:800:20 async*init@resource:///org/gnome/shell/ui/extensionSystem.js:71:14 _initializeUI@resource:///org/gnome/shell/ui/main.js:291:22 start@resource:///org/gnome/shell/ui/main.js:164:11 @resource:///org/gnome/shell/ui/init.js:11:47 @resource:///org/gnome/shell/ui/init.js:21:20

plumlis commented 12 months ago

It seems St.Align type has been removed from gnome-shell. should use Clutter.ActorAlign instead.

wengxt commented 12 months ago

what the fuck are they doing? like changing API at beta? It was tested well on 45.beta

plumlis commented 12 months ago

Yeah. It works well on 45.beta. But not on 45 release version.

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2936

wengxt commented 12 months ago

fixed by be1e544cfed3122bb88689517165e52331f078a8

Sherlock-Holo commented 11 months ago

archlinux has updated gnome-shell to 45, and I rebuild gnome-shell-extension-kimpanel-git with latest codes(also I rebooted archlinux), however it still report image

forget this, when makepkg download source codes, it create a lot of empty files... I rebuild again then it works