You can just pin your other deployment and boot from that
You can just pin your other deployment and boot from that
rpm-ostree rollbackrpm-ostree usroverlay --hotfix to test a different gamescope version, how can I revert to locked install + update to latest gamescope ?:stable now, yeah?
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
rpm-ostree resetusroverlay
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
rpm-ostree usroverlay --hotfix