Steam Link

Steam Link

f1ames0ff Dec 12, 2024 @ 4:43am
Tutorial | Autorun for Steam Link on Raspberry Pi 5 [Bookworm OS]
The GUI type of Bookworm OS using labwc (a Wayland compositor based on wlroots), this requires specific approach of autostart.

Labwc supports an autostart file located in its configuration directory. Here's how you can configure it:

Use ~/.config/labwc/autostart

  1. Create/Edit the Labwc Autostart File:
    nano ~/.config/labwc/autostart
  2. Add the Steam Link Command: Add this line:
    /usr/bin/steamlink &
    The & ensures that it doesn’t block other processes.
  3. Save and Exit: Press CTRL + O, Enter, and then CTRL + X.
  4. Reboot to Test:
    reboot
< >
Showing 1-4 of 4 comments
Crene Jan 9 @ 11:23am 
Thanks ^_^
I was getting a "couldn't download archive, aborting update" message as my pi wasn't picking up an IP quick enough on the network. To get around this I changed the command to include a short sleep.

sleep 10 && /usr/bin/steamlink &
Big Bird Feb 3 @ 11:30am 
Thank you all, this did the trick for me on raspberry pi 5 where other methods failed
I was facing the exact same problem. I guess I should have put a sleep between the two. I did a lot of things and went a long way, but here was the solution. Thank you so much. You saved me a lot of time.
< >
Showing 1-4 of 4 comments
Per page: 1530 50