Skip to content

Commit ae345f3

Browse files
committed
feat(deck): Use Valve-patched UPower
1 parent f82083c commit ae345f3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Containerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,12 +495,14 @@ RUN rpm-ostree install \
495495
rm -rf /tmp/linux-firmware-galileo && \
496496
rm -rf /usr/share/alsa/ucm2/conf.d/acp5x/Valve-Jupiter-1.conf
497497

498-
# Install Steam Deck patched Wireplumber
498+
# Install Steam Deck patched Wireplumber & UPower
499499
RUN rpm-ostree override replace \
500500
--experimental \
501501
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
502502
wireplumber \
503-
wireplumber-libs
503+
wireplumber-libs \
504+
upower \
505+
upower-libs
504506

505507
# Install Gamescope Session & Supporting changes
506508
# Add bootstraplinux_ubuntu12_32.tar.xz used by gamescope-session (Thanks ChimeraOS! - https://chimeraos.org/)

0 commit comments

Comments
 (0)