Created
December 2, 2020 22:24
-
-
Save gregjhogan/de86be264c2e91aa3199a3498cae1ffb to your computer and use it in GitHub Desktop.
Ubuntu 20.04 fix Spotify deb install offline (error code: 4)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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