New Version, should fix the wayland issue thats been blocking 0.5.8 from stable
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2021-0f31e2fd1e
Please log in to add feedback.
This update has been submitted for testing by bunnyapocalypse.
This update's test gating status has been changed to 'ignored'.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
Note: It takes long time for first start in this update.
Looks good to me, though the "zoom" slider may freak out a bit when scrolling.
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by bunnyapocalypse.
Working great ! Can push this to stable instead of the previous build.
This update has been pushed to stable.
Lutris is no longer starting after this update. Error message on terminal:
lutris Traceback (most recent call last): File "/usr/bin/lutris", line 52, in <module> from lutris.gui.application import Application # pylint: disable=no-name-in-module File "/usr/lib/python3.9/site-packages/lutris/gui/application.py", line 41, in <module> from lutris.gui.installerwindow import InstallerWindow File "/usr/lib/python3.9/site-packages/lutris/gui/installerwindow.py", line 17, in <module> from lutris.installer import interpreter File "/usr/lib/python3.9/site-packages/lutris/installer/interpreter.py", line 14, in <module> from lutris.installer.installer import LutrisInstaller File "/usr/lib/python3.9/site-packages/lutris/installer/installer.py", line 16, in <module> from lutris.services import get_services File "/usr/lib/python3.9/site-packages/lutris/services/init.py", line 2, in <module> from lutris.services.gog import GOGService File "/usr/lib/python3.9/site-packages/lutris/services/gog.py", line 9, in <module> from lxml import etree ModuleNotFoundError: No module named 'lxml'