Closed Raindrac closed 1 month ago
I can confirm this bug, although I found an error on the logs (logs from flatpak run
and not the app's debug logs):
Traceback (most recent call last):
File "/app/lib/python3.12/site-packages/cartridges/details_dialog.py", line 321, in set_cover
self.toggle_loading()
File "/app/lib/python3.12/site-packages/cartridges/details_dialog.py", line 288, in toggle_loading
self.spinner.set_visible(not self.spinner.get_spinning())
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Spinner' object has no attribute 'get_spinning'
I can confirm this only exists on the latest version (2.10.0) as this issue is gone upon downgrading (2.9.3). I'm also running Gnome 46, but on NixOS and using Flatpak to install.
Describe the bug Starting with version 2.10.0 on Gnome, it no longer seems possible to add cover art. I've tried adding jpegs, pngs, and more; none of them are accepted.
It works as recently as version 2.9.3, something I confirmed by downgrading the flatpak so that I could add cover art again. Hopefully that'll help narrow down what caused the regression.
To Reproduce Steps to reproduce the behavior:
Logs
Beyond this point, the logs only contain Cartridges reporting "New store name
x
" and "Display manager done forx
" for each respective game in my library, so I've omitted the rest of it. Doesn't appear to be much useful here beyond some system specs.System
Additional context Fedora is currently running on Gnome 46, and so it's using the old file picker rather than using the new Nautilus-based file picker. Possibly relevant?