Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Created December 2, 2020 22:24
Show Gist options
  • Select an option

  • Save gregjhogan/de86be264c2e91aa3199a3498cae1ffb to your computer and use it in GitHub Desktop.

Select an option

Save gregjhogan/de86be264c2e91aa3199a3498cae1ffb to your computer and use it in GitHub Desktop.
Ubuntu 20.04 fix Spotify deb install offline (error code: 4)
# run this every time you open spotify (after it has launched and says it is offline)
# it probably notices network manager is stopped for a second which disables the check
sudo systemctl restart network-manager.service
# turning off network manager makes it immediately show online when it starts up
sudo systemctl stop network-manager.service
sudo systemctl disable network-manager.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment