Works for me aswell, thank you very much!
andib, I try running the command line you posted, but I get the message:
error: ‘‘/var/cache/pacman/pkg/lutris-0.4.23-1-any.pkg.tar.xz’’: could not find or read package
But when I browse the /var/cache/pacman/pkg, I see the lutris-0.4.23-1-any.pkg.tar.xz file in it. What would you say could be the problem? It’s in there, somehow pacman can’t access it.
Thank you.
Had an error on the first try too.
Just try it like this:
sudo pacman -U /var/cache/pacman/pkg/lutris-0.4.23-1-any.pkg.tar.xz
instead of
sudo pacman -U ‘/var/cache/pacman/pkg/lutris-0.4.23-1-any.pkg.tar.xz’
hmm… i just typed
sudo pacman -U
and then dragged the file from the filemanager into the terminal. Perhaps it works this way for you.
Wow, it worked! =D thank you guys so much!
For the ModuleNotFoundError: No module named 'GnomeDesktop’ and ‘PIL’ on Arch Linux try run sudo pacman -S gnome-desktop python-pillow
Python Pillow made it work on my Gnome Laptop.
But i guess the Gnome Desktop should not be a dependency for Lutris, so i’ll just stay on a downgraded Version on my Xfce Desktop, until there is another solution.
Thank you very much!
Yay! Installing sudo pacman -S python-pillow made it work for me. I am using Xfce 4 just like you and the newest version now works for me. Thank you for mentioning it @OsamaBinlada.
gir1.2-gnomedesktop-3 is a dependency on Lutris Debian package, gnome-desktop on arch is the same package (its a lib for Gnome modules), i guess…
Enjoy Lutris 0.5.0 hehe
Well, i didn’t expect that.
Installed it now and got everything working, thanks for your research and help!
Let me see if I understand this right, I need to install gnome-desktop as a dependency of Lutris even if my desktop environment is actually KDE?
Edit:
Wow, this is even better! In fact, installing gnome-desktop dependency then lutris-0.5.0-1 works just fine! =D I thought somehow the gnome-desktop would try and install itself in place of my current KDE installation. =P the more you know, I guess… one thing though, I had to manually remove the old Lutris shortcut and then re-add it again, so it wouldn’t give me any error messages when opening from the shortcut.
Welp.
I’m on Arch in KDE.
Installed gnome-desktop. Command line said it was missing appmenu-gtk-module. Installed that. Now I get this:
(lutris:2603): Gtk-WARNING **: 11:17:10.266: Theme parsing error: gtk.css:127: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:2603): Gtk-WARNING **: 11:17:10.266: Theme parsing error: gtk.css:128: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:2603): Gtk-WARNING **: 11:17:10.266: Theme parsing error: gtk.css:132: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/bin/lutris", line 31, in <module>
from lutris.gui.application import Application
File "/usr/lib/python3.7/site-packages/lutris/gui/application.py", line 34, in <module>
from lutris.game import Game
File "/usr/lib/python3.7/site-packages/lutris/game.py", line 11, in <module>
from lutris import runtime
File "/usr/lib/python3.7/site-packages/lutris/runtime.py", line 8, in <module>
from lutris.util.downloader import Downloader
File "/usr/lib/python3.7/site-packages/lutris/util/downloader.py", line 3, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
Any clues?
The gnome-desktop package is a lib, not the Desktop Enviroment.
Install the python-requests package on your Arch Linux with sudo pacman -S python-requests
Awesome, that did the trick. Thank you.
Hi,
I just downloaded the package “gnome-desktop-1:3.30.2-1” and it worked for me.
I also downgraded Lutris to 0.4.*
I’m on Arch-linux.
I guess I skipped this issue. I installed 0.5.0-1 yesterday and it works.
4.20.6-arch1-1-ARCH #1 SMP PREEMPT Thu Jan 31 08:22:01 UTC 2019 x86_64 GNU/Linux
xcfe
Fedora user here.
According to this very helpful PR https://github.com/lutris/lutris/issues/1725, the package name for Fedora is gnome-desktop3 . Worked for me.
Lutris 0.5.0.1 working correctly here with Debian sid (KDE).
Seems I have python-pil installed by default.
Description: Python Imaging Library (Pillow fork)
The Python Imaging Library (PIL) adds an image object to your Python interpreter. You can load images from a variety of file formats, and apply a rich set of image operations to them.