neffo / earth-view-wallpaper-gnome-extension

A beautiful satellite image from Google Earth as your GNOME desktop wallpaper.
https://extensions.gnome.org/extension/1295/google-earth-wallpaper/
GNU General Public License v3.0
67 stars 8 forks source link

Add Support for the Gnome41 #25

Closed motorto closed 3 years ago

motorto commented 3 years ago

Fixes the issues that I created #24 .

It works perfectly on my machine, don't know if you do any type of testing ...

neffo commented 3 years ago

Thanks for this. There's a few more things that need fixing up to get this approval of the GNOME extension. Some of the other code is using older techniques that are no longer needed so I will have to port that over as well.

motorto commented 3 years ago

This should be '40' and '41' (rather than '40.0' and '41.0'),

I changed that on my branch

I am not experienced in js neither on the gnome standards, but if you could link the docs where the newer techniques are explained, I might be able to help : )

neffo commented 3 years ago

An overview is here:

https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review

neffo commented 3 years ago

Sure, if you'd like to help I would gladly accept. I can merge this fix into the new branch for the moment, and document some of fixes needed.

See #26