We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82083c commit ae345f3Copy full SHA for ae345f3
Containerfile
@@ -495,12 +495,14 @@ RUN rpm-ostree install \
495
rm -rf /tmp/linux-firmware-galileo && \
496
rm -rf /usr/share/alsa/ucm2/conf.d/acp5x/Valve-Jupiter-1.conf
497
498
-# Install Steam Deck patched Wireplumber
+# Install Steam Deck patched Wireplumber & UPower
499
RUN rpm-ostree override replace \
500
--experimental \
501
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
502
wireplumber \
503
- wireplumber-libs
+ wireplumber-libs \
504
+ upower \
505
+ upower-libs
506
507
# Install Gamescope Session & Supporting changes
508
# Add bootstraplinux_ubuntu12_32.tar.xz used by gamescope-session (Thanks ChimeraOS! - https://chimeraos.org/)
0 commit comments