При запуске gis-weather 0.8.1 (из репозитория) происходит ошибка. текст в консоли следующий: Gis Weather 0.8.1 /usr/share/gis-weather/utils/localization.py:8: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '4.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk Not found gir1.2-appindicator3-0.1 (libappindicator3) /usr/share/gis-weather/gis-weather.py:69: PyGIWarning: Rsvg was imported without specifying a version first. Use gi.require_version('Rsvg', '2.0') before import to ensure that the right version gets loaded. from gi.repository import Rsvg Traceback (most recent call last): File "/usr/share/gis-weather/gis-weather.py", line 225, in <module> Gdk.WindowTypeHint.DOCK, ^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3/site-packages/gi/overrides/__init__.py", line 32, in __getattr__ return getattr(self._introspection_module, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3/site-packages/gi/module.py", line 126, in __getattr__ raise AttributeError("%r object has no attribute %r" % ( AttributeError: 'gi.repository.Gdk' object has no attribute 'WindowTypeHint' После замены gis-weather на версию 0.8.4.1 (из гитхаба https://github.com/RingOV/gis-weather ) виджет работает без проблем.
Попробуйте apt-repo test 330848
gis-weather-0.8.4.17-alt1 -> sisyphus: Tue Oct 03 2023 Hihin Ruslan <ruslandh@altlinux.ru> 0.8.4.17-alt1 - Update from github (ALT #47590)
Спасибо. Работает.