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

GNU General Public License v3.0
32 stars 16 forks source link

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

Closed ai closed 2 years ago

ai commented 2 years ago

Distro Name & Version

Fedora 35

GNOME Shell Version

GNOME 41

Expected Behavior

See On/Off switcher

Current Behavior

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

lapsha38 commented 2 years ago

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 2 years ago

Manually updating worked for me.

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

LoneFenris commented 2 years ago

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

Th0rleif commented 2 years ago

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.

Th0rleif commented 2 years ago

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"
  ],
ironbone commented 2 years ago

Gonme 41.2 the manualy way does not work

lapsha38 commented 2 years ago

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

ironbone commented 2 years ago

Sorry - after updating the system - it works

f1lipe commented 2 years ago

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!

jbalme commented 2 years ago

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/

JasonLG1979 commented 2 years ago

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.