I replaced it by doing ` sudo rpm-ostree usroverlay --hotfix curr_gamescope=$(which gamescope) pa

I replaced it by doing


sudo rpm-ostree usroverlay --hotfix curr_gamescope=$(which gamescope) path=$(echo "$curr_gamescope" | sed 's/\/gamescope//') cmd=$(echo "cp ./gamescope ${path}/") echo "Replacing gamescope to working one v43-1" sudo $cmd
Was this page helpful?