Skip to content

Instantly share code, notes, and snippets.

@ij96
Created November 17, 2020 13:12
Show Gist options
  • Save ij96/1c17b746addbef0976fc063940c88402 to your computer and use it in GitHub Desktop.
Save ij96/1c17b746addbef0976fc063940c88402 to your computer and use it in GitHub Desktop.

Ubuntu Splashtop Streamer reboot issue solution

(Ubuntu 20.04, Splashtop Streamer v2.6.6.0 for Ubuntu)

In the Ubuntu version of Splashtop Streamer, the "Enable auto launch" feature does not work by default. Upon rebooting the computer, the following error occurs:

Fail to connect. Please restart SRStreamer service.

To fix this:

  • In Splashtop Streamer > Settings, check "Enable auto launch".
  • Open "Show Applications" (9-dot grid at the bottom-left of the screen).
  • Find and open "Startup Applications Preferences".
  • There should be a checked option named "Splashtop Streamer". Select it and click "Edit" on the right.
  • Replace the text in "Command" with the following:
/opt/splashtop-streamer/script/streamer-restart.sh
  • Click "Save", then "Close"

Next time when you reboot, the Streamer should start without errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment