wpgtk icon indicating copy to clipboard operation
wpgtk copied to clipboard

Error opening image

Open vaskark opened this issue 1 year ago • 2 comments
trafficstars

Traceback (most recent call last):
  File "/home/vaskark/.local/lib/python3.12/site-packages/wpgtk/gui/theme_picker.py", line 135, in on_add_clicked
    themer.create_theme(f)
  File "/home/vaskark/.local/lib/python3.12/site-packages/wpgtk/data/themer.py", line 24, in create_theme
    return color.get_color_list(filename)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/vaskark/.local/lib/python3.12/site-packages/wpgtk/data/color.py", line 36, in get_color_list
    is_new = not os.path.isfile(files.get_cache_path(filename))
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/vaskark/.local/lib/python3.12/site-packages/wpgtk/data/files.py", line 79, in get_cache_path
    if __check_is_pywal16cols():
       ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/vaskark/.local/lib/python3.12/site-packages/wpgtk/data/files.py", line 30, in __check_is_pywal16cols
    if wal_backend_version[i] > pywal_archived_version[i]:
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '>' not supported between instances of 'tuple' and 'int'

I'm using the latest git. The usual wpgtk from pip doesn't have this error. Thanks.

Ubuntu 24.04

vaskark avatar Jun 07 '24 03:06 vaskark

Same. arch

kleshas avatar Jun 07 '24 04:06 kleshas

Same on arch

chrisJuresh avatar Aug 14 '24 17:08 chrisJuresh

looking into this

deviantfero avatar Oct 21 '24 00:10 deviantfero

fixed, both on -git and on the latest tag

deviantfero avatar Oct 31 '24 01:10 deviantfero