Hi,

Could you help to variety my wallpapers.
For some reason variety has failed to start:

$ variety 
Traceback (most recent call last):
  File "/usr/bin/variety", line 64, in <module>
    import variety  # isort:skip
  File "/usr/lib/python3.10/site-packages/variety/__init__.py", line 24, in <module>
    import gi
ModuleNotFoundError: No module named 'gi'
$ eopkg info variety
Installed package:
Name                : variety, version: 0.8.7, release: 29
Summary             : Variety changes the wallpaper on a regular interval using user-specified or automatically downloaded images
Description         : Variety sits conveniently as an indicator in the panel and can be easily paused and resumed. The mouse wheel can be used to scroll wallpapers back and forth until you find the perfect one for your current mood. Apart
                      from displaying images from local folders, several different online sources can be used to fetch wallpapers according to user-specified criteria. Variety can also automatically apply various fancy filters to the
                      displayed images - charcoal painting, oil painting, heavy blurring, etc. - so that your desktop is always fresh and unique. Applying a heavy blurring filter for example is a great way to get abstract-looking and
                      unobtrusive, yet colorful wallpapers, similar in spirit to the default one in Ubuntu.
Licenses            : GPL-3.0-or-later
Component           : multimedia.graphics
Dependencies        : gexiv2 imagemagick libnotify python-beautifulsoup4 python-configobj python-gobject python-httplib2 python-lxml python-pillow python-requests python3-cairo python3-dbus xdg-user-dirs 
Distribution        : Solus, Dist. Release: 1
Architecture        : x86_64, Installed Size: 2.07 MB
Reverse Dependencies: 

Package found in Solus repository:
Name                : variety, version: 0.8.7, release: 29
Summary             : Variety changes the wallpaper on a regular interval using user-specified or automatically downloaded images
Description         : Variety sits conveniently as an indicator in the panel and can be easily paused and resumed. The mouse wheel can be used to scroll wallpapers back and forth until you find the perfect one for your current mood. Apart
                      from displaying images from local folders, several different online sources can be used to fetch wallpapers according to user-specified criteria. Variety can also automatically apply various fancy filters to the
                      displayed images - charcoal painting, oil painting, heavy blurring, etc. - so that your desktop is always fresh and unique. Applying a heavy blurring filter for example is a great way to get abstract-looking and
                      unobtrusive, yet colorful wallpapers, similar in spirit to the default one in Ubuntu.
Licenses            : GPL-3.0-or-later
Component           : multimedia.graphics
Dependencies        : gexiv2 imagemagick libnotify python-beautifulsoup4 python-configobj python-gobject python-httplib2 python-lxml python-pillow python-requests python3-cairo python3-dbus xdg-user-dirs 
Distribution        : Solus, Dist. Release: 1
Architecture        : x86_64, Installed Size: 2.07 MB, Package Size: 588.00 KB
Reverse Dependencies: 

variety package is not found in source repositories

my variety is fine. update your system, do a reboot, report back.

    Install python-gobject which is already a rundep of variety, i am not sure why it's missing on your system.

      joebonrichie

      $ sudo eopkg install python-gobject
      The following package(s) are already installed and are not going to be installed again:
      python-gobject
      No packages to install.

        gray380 You can try this:
        sudo eopkg check | grep Broken | awk '{print $4}' | xargs sudo eopkg it --reinstall

        This will check for broken packages and then it will reinstall it.