JasonLG1979/gnome-shell-extension-weather-in-the-clock

Still can’t be installed from `extensions.gnome.org` to GNOME 41

Closed this issue · 11 comments

ai commented

Distro Name & Version

Fedora 35

GNOME Shell Version

GNOME 41

Expected Behavior

See On/Off switcher

Current Behavior

Снимок экрана от 2021-11-15 12-20-54

u also can do something like this:

cd /tmp
git clone https://github.com/JasonLG1979/gnome-shell-extension-weather-in-the-clock/
cp -r gnome-shell-extension-weather-in-the-clock/weatherintheclock@JasonLG1979.github.io /home/$USER/.local/share/gnome-shell/extensions/

after reboot all gonna be alright

thmo commented

Manually updating worked for me.

Maybe the automatic update doesn't work because of a missing 'version' field in the metadata.json?

As near as I can tell, the updated extension was either never uploaded to e.g.o or never approved by them.

u also can do something like this:

cd /tmp
git clone https://github.com/JasonLG1979/gnome-shell-extension-weather-in-the-clock/
cp -r gnome-shell-extension-weather-in-the-clock/weatherintheclock@JasonLG1979.github.io /home/$user/.local/share/gnome-shell/extensions/

after reboot all gonna be alright

Reboot should not be necessary, simply logout then login.

As an ad-hoc solution (waiting for the update), one can easily edit ${HOME}/.local/share/gnome-shell/extensions/weatherintheclock@JasonLG1979.github.io/metadata.json add "41" to the version list as follow:

  "shell-version": [
    "3.38",
    "40",
    "41"
  ],

Gonme 41.2 the manualy way does not work

i can install it today manualy in fedora 35. maybe u do something wrong?

Sorry - after updating the system - it works

Hello, I just manually installed and it is working fine in Gnome 41.

Is there any reason why support for Gnome 41 is not available in extensions.gnome.org yet? Was it submitted by @JasonLG1979?

This is a very useful extension and works just fine.

Thanks!

u also can do something like this:

cd /tmp
git clone https://github.com/JasonLG1979/gnome-shell-extension-weather-in-the-clock/
cp -r gnome-shell-extension-weather-in-the-clock/weatherintheclock@JasonLG1979.github.io /home/$USER/.local/share/gnome-shell/extensions/

after reboot all gonna be alright

Here's a one-liner:

curl -L https://github.com/JasonLG1979/gnome-shell-extension-weather-in-the-clock/archive/refs/heads/master.tar.gz | tar xz -C ~/.local/share/gnome-shell/extensions/ --strip-components=1 gnome-shell-extension-weather-in-the-clock-master/weatherintheclock@JasonLG1979.github.io/

It's more than just charging metadata.json to include 41. I haven't updated the extension because I'm not happy with how it functions (or rather doesn't sometimes) or looks these days. I really do not have the time nor the desire to fix these issues and I'm really not even sure that you can? Basically unless someone else steps up this extension is effectively dead.