From d8387d018e02f324ebef9e2f10b4ae15f158051f Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 10 Aug 2023 08:06:47 -0700 Subject: [PATCH] chore: Minor adjustment to cp step --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index d368539c..809df7ff 100644 --- a/Containerfile +++ b/Containerfile @@ -279,7 +279,7 @@ RUN rm /usr/share/applications/winetricks.desktop && \ ln -s /usr/bin/steamos-logger /usr/bin/steamos-warning && \ sed -i 's@/usr/bin/steam-runtime@/usr/bin/bazzite-steam-runtime@g' /usr/share/applications/steam.desktop && \ mkdir -p "/etc/xdg/autostart" && \ - cp "/usr/share/applications/steam.desktop" "/etc/xdg/autostart" && \ + cp "/usr/share/applications/steam.desktop" "/etc/xdg/autostart/steam.desktop" && \ sed -i 's@/usr/bin/bazzite-steam-runtime %U@/usr/bin/bazzite-steam-runtime -silent %U@g' /etc/xdg/autostart/steam.desktop && \ cp "/usr/share/ublue-os/firstboot/yafti.yml" "/etc/yafti.yml" && \ sed -i 's/#HandlePowerKey=poweroff/HandlePowerKey=suspend/g' /etc/systemd/logind.conf && \