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.50
First Submitted: 2017-12-17 21:07 (UTC)
Last Updated: 2024-04-11 14:31 (UTC)

Latest Comments

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

foxrumor commented on 2021-11-29 18:08 (UTC) (edited on 2021-11-29 18:09 (UTC) by foxrumor)

I just got this error when running an update through paru:

error: could not find all required packages:
    mesa-utils (wanted by: lutris-git)

jogai commented on 2021-11-03 10:45 (UTC)

@BlackLotus89; you could maybe express that in less strong language.

That library is still needed: https://github.com/lutris/lutris/issues/3621

BlackLotus89 commented on 2021-10-15 16:33 (UTC)

@serxxx bullshit gnome-desktop is no dependency https://lutris.net/faq#gnome

yochananmarqos commented on 2021-04-20 19:28 (UTC)

@idoit: No, it's not a drop-in replacement for p7zip. Also the AUR package should not be symlinking 7zz to 7z to conflict with p7zip.

arm commented on 2021-04-20 18:26 (UTC)

Author of 7-zip is now supporting Linux (https://www.7-zip.org/download.html and https://aur.archlinux.org/packages/7-zip/) Can you replace the dependency 'p7zip' with the '7-zip' ? Thanks!

yochananmarqos commented on 2021-04-15 20:43 (UTC)

@D3SOX: Yes, they're dropping Discord rich presence support. I've dropped the dependency.

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