Skip to content

Commit bbe6a15

Browse files
committed
fix(deck): Start Steam on the desktop in silent mode
1 parent 59bec3f commit bbe6a15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Containerfile

+1
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ RUN rm /usr/share/applications/winetricks.desktop && \
265265
ln -s /usr/bin/steamos-logger /usr/bin/steamos-warning && \
266266
mkdir -p "/etc/xdg/autostart" && \
267267
cp "/usr/share/applications/steam.desktop" "/etc/xdg/autostart" && \
268+
sed -i 's@/usr/bin/steam-runtime %U@/usr/bin/steam-runtime -silent %U@g' /etc/xdg/autostart/steam.desktop && \
268269
cp "/usr/share/ublue-os/firstboot/yafti.yml" "/etc/yafti.yml" && \
269270
sed -i 's/#HandlePowerKey=poweroff/HandlePowerKey=suspend/g' /etc/systemd/logind.conf && \
270271
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo && \

0 commit comments

Comments
 (0)