Package Details: lutris-git 0.5.17.r1.ge8bfc73bb-1

Git Clone URL: https://aur.archlinux.org/lutris-git.git (read-only, click to copy)
Package Base: lutris-git
Description: Open Gaming Platform
Upstream URL: https://lutris.net
Licenses: GPL-3.0-or-later
Conflicts: lutris
Provides: lutris
Submitter: ProfessorKaos64
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 39
Popularity: 0.37
First Submitted: 2017-12-17 21:07 (UTC)
Last Updated: 2024-05-01 14:30 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »

D3SOX commented on 2021-04-15 17:44 (UTC) (edited on 2021-04-15 17:46 (UTC) by D3SOX)

https://github.com/lutris/lutris/commit/5637f25c1802c4b26f7868c78ca1877897f21f87
python-pypresence is no longer optional
EDIT: There is still a reference in the code (https://github.com/lutris/lutris/blob/bb9ddb8c65e4fc9f335b238039954ee67c7615ce/lutris/discord.py#L9-L14) but it isn't used anymore. It seems like they're going to remove that completely.

yochananmarqos commented on 2021-03-12 17:32 (UTC)

@serxxx @XianZongzi: I've made the necessary changes.

@jogai: As stated in the INSTALL.rst:

the GnomeDesktop library is not directly related to the Gnome desktop and is only used as a xrandr replacement.

jogai commented on 2021-03-12 15:43 (UTC)

Its because gnome-desktop is not installed. Its an optional dependency. I hope it does work without the gnome stuff.

XianZongzi commented on 2021-03-02 09:54 (UTC)

KDE(X11):

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 31, in <module>
    gi.require_version("GnomeDesktop", "3.0")
  File "/usr/lib/python3.9/site-packages/gi/__init__.py", line 126, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GnomeDesktop not available

yochananmarqos commented on 2021-02-25 00:53 (UTC)

@serxxx: Which "python module"? What's the error message?

According to the INSTALL.rst, it should only be required on Wayland.

serxxx commented on 2021-02-24 23:10 (UTC)

The package claims that gnome-desktop is an optional dependency, but it is a hard dependency; there's a check for a specific version of gnome-desktop in one of the python modules.

lutris will not run without gnome-desktop installed.

yochananmarqos commented on 2021-01-23 02:40 (UTC)

@XianZongzi: Done.

XianZongzi commented on 2021-01-23 01:27 (UTC)

Add translation?