SaladinAyyub / Lutris-RHEL-CentOS7

Lutris package for RHEL and CentOS 7.x
7 stars 0 forks source link

Lutris 5.0 core dumped #1

Closed IanTrudel closed 5 years ago

IanTrudel commented 5 years ago

Lutris 5.0 core dumped after fresh install. Please, take note that Lutris 4.23 package is working fine.

(lutris:25114): Gtk-ERROR **: 20:40:20.997: failed to add UI: L’ouverture du fichier « /usr/share/lutris/ui/menus-traditional.ui » a échoué : Aucun fichier ou dossier de ce type [1] 25114 trace trap (core dumped) lutris

SaladinAyyub commented 5 years ago

I have updated the readme 😊 thanks !

strycore commented 5 years ago

the pillow dependency can be made optional

SaladinAyyub commented 5 years ago

https://github.com/jatin-cbs/Lutris-RHEL-CentOS7/issues/1#issuecomment-478067593

PIL error comes when not having pillow so i fixed it using pip.

strycore commented 5 years ago

yeah, PIL and pillow are the same thing. The only component using that currently is the background for the sidebar. We can use feature detection to not display a background if PIL isn't available, it's not a very hard patch

strycore commented 5 years ago

i'd rather make the background optional than add steps with pip in the lutris.spec, that's what I'm saying.

SaladinAyyub commented 5 years ago

That wont be needed now im workin on new RPM that uses python 3.6 which has all deps avilable.. @strycore

strycore commented 5 years ago

yeah but how would that be distributed? Will it be in some kind of CentOS PPA equivalent? or can I use your changes in OBS and distribute the packages there?

SaladinAyyub commented 5 years ago

There is a third party Repo called "IUS repos" in centos which actually has python3.6 packages required for lutris 5 and there are pip commands.. I dont know how to include pip commands in an RPM tho. So currently you have to do these two things manualy other things are handeled by the RPM.. Yes u can distribute as a PPA kind off for centos but what about the pip packages that is the thing to do manually.. @strycore

SaladinAyyub commented 5 years ago

For now you can include this on lutris website given by install instructions on the readme @strycore

SaladinAyyub commented 5 years ago

or simply provide this link to follow instructions https://github.com/jatin-cbs/Lutris-RHEL-CentOS7/

SaladinAyyub commented 5 years ago

4.23 RPM it is stable working and doesnt need anything manually except creating 1 symlink as in readme https://github.com/jatin-cbs/Lutris-RHEL-CentOS7/tree/master