Package Details: gis-weather 0.8.4.17-1

Git Clone URL: https://aur.archlinux.org/gis-weather.git (read-only, click to copy)
Package Base: gis-weather
Description: Customizable weather widget
Upstream URL: https://github.com/RingOV/gis-weather
Keywords: weather widget
Licenses: GPL3
Conflicts: gis-weather-git
Submitter: Haron_Prime
Maintainer: adrien1018
Last Packager: adrien1018
Votes: 11
Popularity: 0.000000
First Submitted: 2015-10-18 14:12 (UTC)
Last Updated: 2023-06-16 11:16 (UTC)

Latest Comments

rwd2 commented on 2023-10-11 10:14 (UTC) (edited on 2023-10-11 10:18 (UTC) by rwd2)

Running 0.8.4.17-1 crashes with:

Gis Weather 0.8.4.17
Configuration folder:
    /home/user1/.config/gis-weather/gw_config1.json
/usr/bin/gis-weather:1576: DeprecationWarning: Gtk.Window.set_has_resize_grip is deprecated
  self.window_main.set_has_resize_grip(False)
/usr/bin/gis-weather:1635: DeprecationWarning: Gtk.Window.set_opacity is deprecated
  self.window_main.set_opacity(opacity)
Traceback (most recent call last):
  File "/usr/bin/gis-weather", line 1970, in <module>
    app = Weather_Widget()
          ^^^^^^^^^^^^^^^^
  File "/usr/bin/gis-weather", line 1578, in __init__
    self.window_main.set_icon_from_file(os.path.join(APP_PATH, "icon.png"))
gi.repository.GLib.GError: g-file-error-quark: Failed to open file “/usr/bin/icon.png”: No such file or directory (4)

Tio commented on 2022-07-20 17:06 (UTC)

When I try to open it I get this error:

Configuration folder:
    /home/tio/.config/gis-weather/gw_config2.json
/usr/share/gis-weather/gis-weather.py:1536: DeprecationWarning: Gtk.Window.set_has_resize_grip is deprecated
  self.window_main.set_has_resize_grip(False)
/usr/share/gis-weather/gis-weather.py:1595: DeprecationWarning: Gtk.Window.set_opacity is deprecated
  self.window_main.set_opacity(opacity)
Widget size:
    width = 334 height = 150 including indent = 20
/usr/share/gis-weather/gis-weather.py:1547: DeprecationWarning: Gtk.Widget.is_composited is deprecated
  if not self.window_main.is_composited():
Your screen supports alpha
/usr/share/gis-weather/gis-weather.py:809: DeprecationWarning: Gdk.cairo_create is deprecated
  self.cr = Gdk.cairo_create(self.get_window())
> Getting weather for 3 days
> Downloading https://services.gismeteo.ru/inform-service/inf_chrome/forecast/?lang=en&city=51410
OK
> updated on server 18:30
> weather received 19:06
> Next update in 60 min
----------------------------------------
/usr/share/gis-weather/gis-weather.py:1510: DeprecationWarning: Rsvg.Handle.render_cairo is deprecated
  svg.render_cairo(cr)

schw0reismus commented on 2022-02-07 09:53 (UTC)

To run the widget without window decorations in Wayland, change line 26 to echo "exec env GDK_BACKEND=x11 python3 /usr/share/gis-weather/gis-weather.py $*" > ${pkgdir}/usr/bin/gis-weather

System.Root commented on 2019-10-16 08:56 (UTC) (edited on 2019-10-16 08:58 (UTC) by System.Root)

обновите пакет!! Уже актуальна 8.4.1, ваша версия уже совсем умерла! Приходиться в ручную загружать для других версий линукса и класть в /user/share/gis-weather/...

Haron_Prime commented on 2015-11-30 12:31 (UTC)

0.8.0 Fixed pressure units for Accuweather Fixed order "Night, Morning, Day, Evening" for weather services Added new weather service Yr.no Added "Start new instance" into popup menu Fixed some errors

Haron_Prime commented on 2015-10-25 17:33 (UTC)

New version. Fixed bug receive data from accuweather and openweathermap Added API key support (OpenWeatherMap) OpenWeatherMap required API key now. You can get it free. Register on the Sign up page and copy your API key to Location dialog. More information - https://github.com/RingOV/gis-weather/wiki/0.7.x#079