icedman / dash2dock-lite

A minimal and animated implementation of dash to dock
GNU General Public License v3.0
187 stars 14 forks source link

Error: [Gnome 42]: An error occurred while loading this extension #107

Closed mr0bn0xi0us closed 3 months ago

mr0bn0xi0us commented 3 months ago

Ubuntu 22.4 Gnome 42.9

Cloned from g44 branch

Error message says: The settings of extension dash2dock-lite@icedman.github.com had an error:

SyntaxError: import declarations may only appear at top level of a module

Stack trace:

_init@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:23:33
ExtensionPrefsDialog@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:10:4
OpenExtensionPrefsAsync/<@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:129:33
asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:115:22
run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:186:20
main@resource:///org/gnome/Shell/Extensions/js/main.js:22:13
run@resource:///org/gnome/gjs/modules/script/package.js:206:19
start@resource:///org/gnome/gjs/modules/script/package.js:190:8
@/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17
icedman commented 3 months ago

Please try the release for gnome 44... Or git checkout the g44 branch..

Or use the development branch but call make g44

On Thu, Mar 28, 2024, 15:58 Niixon Briuz @.***> wrote:

Error message says: The settings of extension @.*** had an error:

SyntaxError: import declarations may only appear at top level of a module

Stack trace:

@.**@.:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:10:4 @.**@*.**@*.**@*.**@*.**@.:///org/gnome/gjs/modules/script/package.js:190:8 @/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17

— Reply to this email directly, view it on GitHub https://github.com/icedman/dash2dock-lite/issues/107, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEBLXWMMM2LIK5VSYB7E3TY2PERTAVCNFSM6AAAAABFMJQZ2OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYTENJYHAZDKMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

icedman commented 3 months ago

You have installed the code for gnome 45 which is not compatible.. git checkout development... Then make g44.

Or git checkout g44. Then make..