Closed Alexmitter closed 5 years ago
I just managed to run Lutris 0.5.0 on Gnome Desktop
adding a Me Too, Ubuntu MATE 18.0401
Traceback (most recent call last):
File "./lutris", line 31, in <module>
from lutris.gui.application import Application
File "/home/jarris/Downloads/lutris-0.5.0-beta/lutris/gui/application.py", line 30, in <module>
gi.require_version("GnomeDesktop", "3.0")
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 130, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GnomeDesktop not available
same issue on Solus Plasma 5.14.4
try this:
sudo apt install gir1.2-gnomedesktop-3.0 gir1.2-webkit2-4.0
worked for me on debian/plasma
Thanks @jamon
install the dependencies listed by @jamon when in doubt look up the dependency list in debian/control
For Arch the package name is gnome-desktop
no it's not
wait
I remember there was something fucky about Arch
does the gnome-desktop package provide the GIR binding for gnomedesktop?
Same issue on Gentoo Plasma 5.14.5
Still running in to this issue on Plasma, is there a fix for this?
Please install Lutris with the official packages.
@strycore
Please install Lutris with the official packages.
I just emerge lurtis-9999
ebuild from Gentoo repo, and I not use Gnome on my PC.
Yeah, that was before I realized the Gentoo ebuild is outdated.
This is what I wrote on another ticket: This ebuild is outdated, please update it with the latest dependencies. You can find them in debian/control in the sources of the project. (In this case you'll need the Python GObject bindings for GnomeDesktop and Webkit2, and also install the python3 packages Pillow and requests)
I'm not sure there's a current maintainer for Gentoo, the package page says the last maintainer retired in 2018 so I'm not sure how to get the ebuild updated, maybe you can ask around in the Gentoo community.
915 did not help me in this context.
Running the /bin/lutris from the 0.5.0-beta result in this:
Traceback (most recent call last): File "./bin/lutris", line 31, in
from lutris.gui.application import Application
File "/tmp/lutris-0.5.0-beta/lutris/gui/application.py", line 30, in
gi.require_version("GnomeDesktop", "3.0")
File "/usr/lib/python3/dist-packages/gi/init.py", line 130, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GnomeDesktop not available