Skip to content

Instantly share code, notes, and snippets.

@hasinhayder
Created March 17, 2023 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hasinhayder/7e5c95aea5643c3e6facc10171f7c99e to your computer and use it in GitHub Desktop.
Save hasinhayder/7e5c95aea5643c3e6facc10171f7c99e to your computer and use it in GitHub Desktop.
spotify fullscreen fix for linux (ubuntu and others)

Minimally invasive fix without dependencies for simple copy & paste - 2023

Regular installation (RPM / DEB)

  • Close Spotify
  • Run sed -i "/\b\(app.window.position\)\b/d" -- $HOME/.config/spotify/prefs
  • Run Spotify

Flatpak installation

  • Close Spotify
  • Run sed -i "/\b\(app.window.position\)\b/d" -- $HOME/.var/app/com.spotify.Client/config/spotify/prefs
  • Run Spotify

Snap installation

  • Close Spotify
  • Run sed -i "/\b\(app.window.position\)\b/d" -- $HOME/snap/spotify/current/.config/spotify/prefs
  • Run Spotify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment