You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.
The line in the file is:
for each(let [path, properties] in services)
I know nothing about javascript and am wondering how to get this working...
There are a lot more lines with this same structure and I am guessing this syntax is throwing off Gnome as the code base is pretty old... Any idea how to get this further? I'd like to have network indicator with connman/iwd in gnome.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I cloned and made according to the instructions applied the bugfix for error #8 and Gnome will not enable the extension. The error is:
gnome-shell[837]: JS ERROR: Extension gnome-extension-connman@jaakko.hannikainen.intel.com: SyntaxError: missing ( after for @ /home/me/.local/share/gnome-shell/extensions/gnome-extension-connman@jaakko.hannikainen.intel.com/applet.js:231
The line in the file is:
for each(let [path, properties] in services)
I know nothing about javascript and am wondering how to get this working...
There are a lot more lines with this same structure and I am guessing this syntax is throwing off Gnome as the code base is pretty old... Any idea how to get this further? I'd like to have network indicator with connman/iwd in gnome.
The text was updated successfully, but these errors were encountered: