Skip to content

Commit e30a5d4

Browse files
committed
fix(yafti): Correct path to Steam desktop file for autostart on deck
1 parent 0613c38 commit e30a5d4

File tree

1 file changed

+1
-1
lines changed
  • system_files/deck/usr/share/ublue-os/firstboot

1 file changed

+1
-1
lines changed

system_files/deck/usr/share/ublue-os/firstboot/yafti.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ screens:
2525
description: Launches Steam automatically on the desktop
2626
default: true
2727
packages:
28-
- Enable Autostart: cp ~/usr/share/applications/steam.desktop ~/.config/autostart/steam-silent.desktop && sed -i 's@/usr/bin/steam-runtime %U@/usr/bin/steam-runtime -silent %U@g' ~/.config/autostart/steam-silent.desktop
28+
- Enable Autostart: cp /usr/share/applications/steam.desktop ~/.config/autostart/steam-silent.desktop && sed -i 's@/usr/bin/steam-runtime %U@/usr/bin/steam-runtime -silent %U@g' ~/.config/autostart/steam-silent.desktop
2929
Decky Loader:
3030
description: A plugin loader for the Steam Deck
3131
default: false

0 commit comments

Comments
 (0)