We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bec3f commit bbe6a15Copy full SHA for bbe6a15
Containerfile
@@ -265,6 +265,7 @@ RUN rm /usr/share/applications/winetricks.desktop && \
265
ln -s /usr/bin/steamos-logger /usr/bin/steamos-warning && \
266
mkdir -p "/etc/xdg/autostart" && \
267
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 && \
269
cp "/usr/share/ublue-os/firstboot/yafti.yml" "/etc/yafti.yml" && \
270
sed -i 's/#HandlePowerKey=poweroff/HandlePowerKey=suspend/g' /etc/systemd/logind.conf && \
271
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo && \
0 commit comments