BaderSZ / pixman-copr

Spec file for pixman build
1 stars 0 forks source link

Version incompatibility with steam in f37 #1

Open BaderSZ opened 1 year ago

BaderSZ commented 1 year ago

A user is reporting issues in fedora 37, the copr version tries to uninstall steam for unknown reasons.

More info to come

fangmarks commented 1 year ago

Would you want me to run a few more commands to see what's happening?

BaderSZ commented 1 year ago

no need, I was able to reproduce the issue.

BaderSZ commented 1 year ago

Seems that my version of pixman wasn't available for i686. To fix, you might need to clean cache and try again.

sudo dnf clean all
sudo dnf update
sudo dnf install hyprland

If that did not work, disable the repo, clean cache, update, then re-enable:

sudo dnf copr disable bzaidan/Hyprland
sudo dnf clean all && sudo dnf update
sudo dnf copr enable bzaidan/Hyprland
sudo dnf update

I'll keep the issue open until I finish correcting the automated builds. Have fun.

BaderSZ commented 1 year ago

All good for i686 for now: Build 5507728

fangmarks commented 1 year ago

Bless, I'll test it out

fangmarks commented 1 year ago

the second set of commands worked for me! :D