atareao / my-weather-indicator

A Weather Indicator for Linux Desktop (Plasma, GNOME, MATE, XFCE,...)
https://www.atareao.es/aplicacion/my-weather-indicator-para-ubuntu/
MIT License
100 stars 20 forks source link

Latest version won't open #120

Closed marsdenf closed 1 year ago

marsdenf commented 1 year ago

Latest version (april 28 2023) won't open. Here is error message from terminal:

          marsdenf@marsdenf-Desktop:~$ /opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator

Namespace AppIndicator3 not available Repository version required not present marsdenf@marsdenf-Desktop:~$

marsdenf commented 1 year ago

forgot to mention: using xubuntu 22.04 on both a laptop and a desktop. (same problem on both)

bornagainpenguin commented 1 year ago

I had this same issue, same error message on Ubuntu-Mate 22.04.2 LTS and the solution for me was to manually install in terminal:

sudo apt install gir1.2-appindicator3-0.1

Posting this in hopes of helping others.