| Summary: | [Update Request] lutris 0.5.8.4 | ||
|---|---|---|---|
| Product: | [ROSA-based products] ROSA Fresh | Reporter: | Vladimir Potapov <v.potapov> |
| Component: | Contributed Packages | Assignee: | ROSA Linux Bugs <bugs> |
| Status: | CONFIRMED --- | QA Contact: | ROSA Linux Bugs <bugs> |
| Severity: | normal | ||
| Priority: | Normal | CC: | alzim, andrey.bondrov, denis.silakov, m.novosyolov, mc2374 |
| Version: | XFCE | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://advisories.mageia.org/MGAA-2020-0039.html | ||
| Whiteboard: | |||
| Platform: | 2016.1 | ROSA Vulnerability identifier: | |
| RPM Package: | lutris-0.5.3-2.src.rpm | ISO-related: | |
| Bad POT generating: | Upstream: | ||
I try build new version ImportError: No module named 'setuptools' Updated lutris package improves compatibility with lutris.net scripts The lutris application relies on scripts hosted at the upstream website lutris.net. For an optimal experience, the client should be kept relatively in sync with the API used for the scripts of the online database. Updated lutris package improves compatibility with lutris.net scripts The lutris application relies on scripts hosted at the upstream website lutris.net. For an optimal experience, the client should be kept relatively in sync with the API used for the scripts of the online database. This update brings the latest version of Lutris with new features and bug fixes. Current version is 0.5.8.2 User kelpee has a working build of this package. This update provides Lutris 0.5.8.4, which is a bugfix only release in the 0.5.8 branch. It should be a low-impact quality of life update. |
lutris Traceback (most recent call last): File "/usr/bin/lutris", line 208, in <module> lutris.run(int(time.time())) File "/usr/lib/python2.7/site-packages/lutris/util/service.py", line 31, in run self.lutris_window = LutrisWindow(service=self) File "/usr/lib/python2.7/site-packages/lutris/gui/lutriswindow.py", line 180, in __init__ steam.sync_with_lutris() File "/usr/lib/python2.7/site-packages/lutris/util/steam.py", line 257, in sync_with_lutris steamapps_paths = get_steamapps_paths() File "/usr/lib/python2.7/site-packages/lutris/util/steam.py", line 208, in get_steamapps_paths for folder in steam_runner.get_steamapps_dirs(): File "/usr/lib/python2.7/site-packages/lutris/runners/steam.py", line 137, in get_steamapps_dirs steam_config = self.get_steam_config() File "/usr/lib/python2.7/site-packages/lutris/runners/steam.py", line 92, in get_steam_config return read_config(steam_data_dir) File "/usr/lib/python2.7/site-packages/lutris/util/steam.py", line 102, in read_config config = vdf_parse(steam_config_file, {}) File "/usr/lib/python2.7/site-packages/lutris/util/steam.py", line 70, in vdf_parse config[key] = vdf_parse(steam_config_file, {}) File "/usr/lib/python2.7/site-packages/lutris/util/steam.py", line 72, in vdf_parse config[line_elements[1]] = line_elements[3] IndexError: list index out of range