How to start writing Gnome Shell extensions
GNOME Shell uses GJS, not Seed. There are some differences among both of them, and it might explain why you are having problems. With GOBject Introspection you can read the documentation for the original library and adapt the signature of every method/function to the language you are using. In your particular case, for files, networking, … Read more