Created
          March 17, 2023 11:24 
        
      - 
      
- 
        Save hasinhayder/7e5c95aea5643c3e6facc10171f7c99e to your computer and use it in GitHub Desktop. 
Revisions
- 
        hasinhayder revised this gist Mar 17, 2023 . 1 changed file with 9 additions and 9 deletions.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -1,16 +1,16 @@ 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 
- 
        hasinhayder revised this gist Mar 17, 2023 . No changes.There are no files selected for viewing
- 
        hasinhayder created this gist Mar 17, 2023 .There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ 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