LukeShortCloud / winesapOS

winesapOS - Game with Linux anywhere, no installation required!
GNU General Public License v3.0
871 stars 31 forks source link

[repo][setup] gamescope fails to install #846

Closed LukeShortCloud closed 2 months ago

LukeShortCloud commented 2 months ago

gamescope cannot be installed on Arch Linux because libdisplay-info is too new now. Manjaro does not have this issue.

Short-term fix: sudo pacman -U https://archive.archlinux.org/packages/l/libdisplay-info/libdisplay-info-0.1.1-3-x86_64.pkg.tar.zst

Long-term fix: https://gitlab.archlinux.org/archlinux/packaging/packages/gamescope/-/merge_requests/3

https://bbs.archlinux.org/viewtopic.php?id=297004

LukeShortCloud commented 2 months ago

This also affects building the winesapOS repository (all of the gamescope-session related packages).

https://github.com/LukeShortCloud/winesapOS/actions/runs/9627356545/job/26554366117

LukeShortCloud commented 2 months ago

Arch Linux merged that PR and updated the version of the package. The repository build and first-time setup for winesapOS are now working as expected again.