Lutris doesn't launch anymore

Lutris was working fien until an update (probably? I’m not really sure)
I’m on manjaro 21.0.1
Here’s the output of lutris --submit-issue

(lutris:5348): Gtk-WARNING **: 19:58:51.872: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn’t be used anymore. It will be removed in a future version

(lutris:5348): Gtk-WARNING **: 19:58:51.872: Theme parsing error: gtk.css:69:35: The style property GtkButton:child-displacement-y is deprecated and shouldn’t be used anymore. It will be removed in a future version

(lutris:5348): Gtk-WARNING **: 19:58:51.872: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn’t be used anymore. It will be removed in a future version
Traceback (most recent call last):
File “/usr/lib/python3.9/site-packages/gi/importer.py”, line 137, in load_module
introspection_module = get_introspection_module(namespace)
File “/usr/lib/python3.9/site-packages/gi/module.py”, line 257, in get_introspection_module
module = IntrospectionModule(namespace, version)
File “/usr/lib/python3.9/site-packages/gi/module.py”, line 109, in init
repository.require(namespace, version)
gi.RepositoryError: Failed to load typelib file ‘/usr/lib/girepository-1.0/GnomeDesktop-3.0.typelib’ for namespace ‘GnomeDesktop’: The specified typelib length 0 is too short

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/bin/lutris”, line 52, in
from lutris.gui.application import Application # pylint: disable=no-name-in-module
File “/usr/lib/python3.9/site-packages/lutris/gui/application.py”, line 37, in
from lutris.game import Game
File “/usr/lib/python3.9/site-packages/lutris/game.py”, line 15, in
from lutris.config import LutrisConfig
File “/usr/lib/python3.9/site-packages/lutris/config.py”, line 8, in
from lutris import settings, sysoptions
File “/usr/lib/python3.9/site-packages/lutris/sysoptions.py”, line 13, in
from lutris.util.display import DISPLAY_MANAGER, SCREEN_SAVER_INHIBITOR, USE_DRI_PRIME
File “/usr/lib/python3.9/site-packages/lutris/util/display.py”, line 16, in
from gi.repository import Gdk, GLib, GnomeDesktop, Gio
File “/usr/lib/python3.9/site-packages/gi/importer.py”, line 139, in load_module
raise ImportError(e)
ImportError: Failed to load typelib file ‘/usr/lib/girepository-1.0/GnomeDesktop-3.0.typelib’ for namespace ‘GnomeDesktop’: The specified typelib length 0 is too short

Thanks in advance

It also seems my pacman is broken?
It didn’t really matter tbh

I removed lutris

pacman -R lutris

I alsodeleted gnome-dekstop

pacman -R gnome desktop

then downloaded lutris from the aur

pamac build lutris

and it worked