Skip to content

Commit

Permalink
fix: Restore VRR functionality after update (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Aug 7, 2023
1 parent bb586cd commit 978d332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY --from=docker.io/bketelsen/vanilla-os:v0.0.12 /usr/share/gnome-background-p
COPY --from=cgr.dev/chainguard/cosign:latest /usr/bin/cosign /usr/bin/cosign

RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/gnome-vrr/repo/fedora-"${FEDORA_MAJOR_VERSION}"/kylegospo-gnome-vrr-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/_copr_kylegospo-gnome-vrr.repo
RUN rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr mutter gnome-control-center gnome-control-center-filesystem
RUN rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr mutter gnome-control-center gnome-control-center-filesystem xorg-x11-server-Xwayland

ADD packages.json /tmp/packages.json
ADD build.sh /tmp/build.sh
Expand Down

0 comments on commit 978d332

Please sign in to comment.