File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,10 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
199
199
rpm-ostree override remove \
200
200
plasma-welcome \
201
201
qt5-qdbusviewer && \
202
+ rpm-ostree override replace \
203
+ --experimental \
204
+ --from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr \
205
+ xorg-x11-server-Xwayland && \
202
206
rpm-ostree install \
203
207
steamdeck-kde-presets-desktop \
204
208
wallpaper-engine-kde-plugin \
@@ -221,7 +225,8 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
221
225
mutter \
222
226
mutter-common \
223
227
gnome-control-center \
224
- gnome-control-center-filesystem && \
228
+ gnome-control-center-filesystem \
229
+ xorg-x11-server-Xwayland && \
225
230
rpm-ostree install \
226
231
gnome-shell-extension-tailscale-gnome-qs \
227
232
steamdeck-backgrounds \
You can’t perform that action at this time.
0 commit comments