FS#61611 - [lutris] Missing dependencies for 0.5

Attached to Project: Community Packages
Opened by Andreas Hirschauer (johnnyleone) - Sunday, 03 February 2019, 02:38 GMT
Last edited by Filipe Laíns (FFY00) - Wednesday, 06 February 2019, 00:41 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Filipe Laíns (FFY00)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 14
Private No

Details

Description: Lutris needs the following dependencies in order to start:
- python-pillow
- gnome-desktop


Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce: Start lutris without gnome-desktop and python-pillow.
This task depends upon

Closed by  Filipe Laíns (FFY00)
Wednesday, 06 February 2019, 00:41 GMT
Reason for closing:  Fixed
Additional comments about closing:  lutris-0.5.0-2
Comment by Eric Donkersloot (lordchaos) - Sunday, 03 February 2019, 07:49 GMT
Operating System: Arch Linux
KDE Plasma Version: 5.14.5
Qt Version: 5.12.0
KDE Frameworks Version: 5.54.0
Kernel Version: 4.20.6-arch1-1-ARCH
OS Type: 64-bit
Processors: 4 × Intel® Core™ i7-4600U CPU @ 2.10GHz
Memory: 7,5 GiB of RAM

Traceback (most recent call last):
File "/usr/bin/lutris", line 31, in <module>
from lutris.gui.application import Application
File "/usr/lib/python3.7/site-packages/lutris/gui/application.py", line 30, in <module>
gi.require_version("GnomeDesktop", "3.0")
File "/usr/lib/python3.7/site-packages/gi/__init__.py", line 129, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GnomeDesktop not available
Comment by Roland Jäger (Eyenseo) - Sunday, 03 February 2019, 11:51 GMT
See the deps in lutris-git aur package, installing these solves the issue for me.
Comment by Richard Coleman (microbug) - Sunday, 03 February 2019, 12:49 GMT
For me installing `gnome-desktop` and `python-pillow` fixed it (though I imagine the full list of dependencies for lutris-git is required, I just have some already).
Comment by Alexandr Oleynikov (citrusalex) - Sunday, 03 February 2019, 22:13 GMT
These dependencies should probably be added as hard dependencies and not just check deps.
Comment by Alfredo Amatriain (amatriain) - Sunday, 03 February 2019, 22:18 GMT
'python-requests' should be a hard dependency as well, lutris doesn't start unless it's installed.

Loading...