Hello,
When launching the mcomix program from the Galaxy repository, it does not run and reports the following error message:
Traceback (most recent call last):
File "/usr/bin/mcomix", line 8, in <module>
sys.exit(main())
~~~~^^
File "/usr/lib/python3.13/site-packages/mcomix/__main__.py", line 24, in main
run()
~~~^^
File "/usr/lib/python3.13/site-packages/mcomix/run.py", line 180, in run
from mcomix import icons
File "/usr/lib/python3.13/site-packages/mcomix/icons.py", line 6, in <module>
from mcomix import image_tools
File "/usr/lib/python3.13/site-packages/mcomix/image_tools.py", line 718, in <module>
_SUPPORTED_IMAGE_REGEX = tools.formats_to_regex(get_supported_formats())
~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/mcomix/image_tools.py", line 694, in get_supported_formats
assert name not in supported_formats_gdk
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
I solved the problem by installing the version of the AUR package that works without any issues.
Thank you and best regards.